Author: ruik Date: 2009-02-01 19:40:50 +0100 (Sun, 01 Feb 2009) New Revision: 3926
Modified: trunk/util/flashrom/chipset_enable.c Log: Following patch fixes VIA SPI (VT8237S). It needs to have opcodes initialized same way as ICH7. Signed-off-by: Rudolf Marek <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/util/flashrom/chipset_enable.c =================================================================== --- trunk/util/flashrom/chipset_enable.c 2009-02-01 18:35:15 UTC (rev 3925) +++ trunk/util/flashrom/chipset_enable.c 2009-02-01 18:40:50 UTC (rev 3926) @@ -221,6 +221,7 @@ *(uint16_t *) (spibar + 0x6c)); flashbus = BUS_TYPE_VIA_SPI; + ich_init_opcodes(); return 0; } -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

