Revert "plugins/intel-spi: Correct BIOS Control Device (#4742)"

This reverts commit 6a1ceebd4c.
This commit is contained in:
Sean Rhodes 2022-08-01 10:45:20 +01:00 committed by Richard Hughes
parent 77006b75eb
commit 2af92e0b3d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if __name__ == "__main__":
sys.exit(1)
chipsets = {
"apl": Chipset(flags="ich", bios_cntl=0xDC, spibar_proxy="00:1f.0"),
"apl": Chipset(flags="ich", bios_cntl=0xDC, spibar_proxy="00:0d.2"),
"c620": Chipset(flags="pch", bios_cntl=0xDC, spibar_proxy="00:1f.5"),
"ich0": Chipset(flags="ich", bios_cntl=0x4E),
"ich2345": Chipset(flags="ich", bios_cntl=0x4E),

View File

@ -404,7 +404,7 @@ IntelSpiKind = pch400
[INTEL_SPI_CHIPSET\ID_APL]
IntelSpiBarProxy = 00:1f.0
IntelSpiBarProxy = 00:0d.2
IntelSpiBiosCntl = 0xDC
Flags = ich