Commit a661e15d authored by Maciej Pijanka's avatar Maciej Pijanka Committed by Uwe Hermann
Browse files

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


Corresponding to flashrom svn r793.
Signed-off-by: default avatarMaciej Pijanka <maciej.pijanka@gmail.com>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent 96f88fbc
......@@ -270,6 +270,8 @@ static int enable_flash_piix4(struct pci_dev *dev, const char *name)
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment