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 <[email protected]>
Acked-by: Peter Stuge <[email protected]>


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 */


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to