[coreboot] r3830 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Mon Dec 22 15:12:09 CET 2008


Author: stuge
Date: 2008-12-22 15:12:08 +0100 (Mon, 22 Dec 2008)
New Revision: 3830

Modified:
   trunk/util/flashrom/chipset_enable.c
Log:
flashrom: Initialize ICH SPI opcodes also for ICH9 and later.

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/chipset_enable.c
===================================================================
--- trunk/util/flashrom/chipset_enable.c	2008-12-22 09:53:24 UTC (rev 3829)
+++ trunk/util/flashrom/chipset_enable.c	2008-12-22 14:12:08 UTC (rev 3830)
@@ -384,6 +384,7 @@
 			     *(uint32_t *) (spibar + 0xA0)); ICH10 only? */
 		printf_debug("0xB0: 0x%08x (FDOC)\n",
 			     *(uint32_t *) (spibar + 0xB0));
+		ich_init_opcodes();
 		break;
 	default:
 		/* Nothing */





More information about the coreboot mailing list