mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 04:05:40 +00:00
Revert "plugins/intel-spi: Correct BIOS Control Device (#4742)"
This reverts commit 6a1ceebd4c
.
This commit is contained in:
parent
77006b75eb
commit
2af92e0b3d
@ -24,7 +24,7 @@ if __name__ == "__main__":
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
chipsets = {
|
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"),
|
"c620": Chipset(flags="pch", bios_cntl=0xDC, spibar_proxy="00:1f.5"),
|
||||||
"ich0": Chipset(flags="ich", bios_cntl=0x4E),
|
"ich0": Chipset(flags="ich", bios_cntl=0x4E),
|
||||||
"ich2345": Chipset(flags="ich", bios_cntl=0x4E),
|
"ich2345": Chipset(flags="ich", bios_cntl=0x4E),
|
||||||
|
@ -404,7 +404,7 @@ IntelSpiKind = pch400
|
|||||||
|
|
||||||
|
|
||||||
[INTEL_SPI_CHIPSET\ID_APL]
|
[INTEL_SPI_CHIPSET\ID_APL]
|
||||||
IntelSpiBarProxy = 00:1f.0
|
IntelSpiBarProxy = 00:0d.2
|
||||||
IntelSpiBiosCntl = 0xDC
|
IntelSpiBiosCntl = 0xDC
|
||||||
Flags = ich
|
Flags = ich
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user