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 r.marek@assembler.cz Acked-by: Peter Stuge peter@stuge.se
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; }