[flashrom] [commit] r793 - trunk

svn at flashrom.org svn at flashrom.org
Tue Dec 8 18:26:25 CET 2009


Author: uwe
Date: 2009-12-08 18:26:24 +0100 (Tue, 08 Dec 2009)
New Revision: 793

Modified:
   trunk/chipset_enable.c
Log:
Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI).

Signed-off-by: Maciej Pijanka <maciej.pijanka at gmail.com>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/chipset_enable.c
===================================================================
--- trunk/chipset_enable.c	2009-12-03 12:25:34 UTC (rev 792)
+++ trunk/chipset_enable.c	2009-12-08 17:26:24 UTC (rev 793)
@@ -270,6 +270,8 @@
 	uint16_t old, new;
 	uint16_t xbcs = 0x4e;	/* X-Bus Chip Select register. */
 
+	buses_supported = CHIP_BUSTYPE_PARALLEL;
+
 	old = pci_read_word(dev, xbcs);
 
 	/* Set bit 9: 1-Meg Extended BIOS Enable (PCI master accesses to





More information about the flashrom mailing list