1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 07:23:43 +02:00

Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI)

Corresponding to flashrom svn r793.

Signed-off-by: Maciej Pijanka <maciej.pijanka@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Maciej Pijanka 2009-12-08 17:26:24 +00:00 committed by Uwe Hermann
parent 96f88fbcb6
commit a661e15d52

View File

@ -270,6 +270,8 @@ static int enable_flash_piix4(struct pci_dev *dev, const char *name)
uint16_t old, new; uint16_t old, new;
uint16_t xbcs = 0x4e; /* X-Bus Chip Select register. */ uint16_t xbcs = 0x4e; /* X-Bus Chip Select register. */
buses_supported = CHIP_BUSTYPE_PARALLEL;
old = pci_read_word(dev, xbcs); old = pci_read_word(dev, xbcs);
/* Set bit 9: 1-Meg Extended BIOS Enable (PCI master accesses to /* Set bit 9: 1-Meg Extended BIOS Enable (PCI master accesses to