From 0c2029f862ca2ff6aa7161cd88cb76a2c054baae Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 1 Feb 2009 18:40:50 +0000 Subject: Following patch fixes VIA SPI (VT8237S) It needs to have opcodes initialized same way as ICH7. Corresponding to flashrom svn r413 and coreboot v2 svn r3926. Signed-off-by: Rudolf Marek Acked-by: Peter Stuge --- chipset_enable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index dc5cccb..3eb8b28 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -221,6 +221,7 @@ static int enable_flash_vt8237s_spi(struct pci_dev *dev, const char *name) *(uint16_t *) (spibar + 0x6c)); flashbus = BUS_TYPE_VIA_SPI; + ich_init_opcodes(); return 0; } -- cgit v1.1