mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 22:23:20 +00:00
plugins/intel-spi: (nit) Change APL from pch to ich (#4833)
APL doesn't have a PCH so change it to ich. This change make no difference, and is just for correctness. Signed-off-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
611cf51fc8
commit
f1aabcf6f7
@ -24,7 +24,7 @@ if __name__ == "__main__":
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
chipsets = {
|
chipsets = {
|
||||||
"apl": Chipset(flags="pch", bios_cntl=0xDC, spibar_proxy="00:1f.0"),
|
"apl": Chipset(flags="ich", bios_cntl=0xDC, spibar_proxy="00:1f.0"),
|
||||||
"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),
|
||||||
|
@ -406,7 +406,7 @@ IntelSpiKind = pch400
|
|||||||
[INTEL_SPI_CHIPSET\ID_APL]
|
[INTEL_SPI_CHIPSET\ID_APL]
|
||||||
IntelSpiBarProxy = 00:1f.0
|
IntelSpiBarProxy = 00:1f.0
|
||||||
IntelSpiBiosCntl = 0xDC
|
IntelSpiBiosCntl = 0xDC
|
||||||
Flags = pch
|
Flags = ich
|
||||||
|
|
||||||
[INTEL_SPI_CHIPSET\ID_C620]
|
[INTEL_SPI_CHIPSET\ID_C620]
|
||||||
IntelSpiBarProxy = 00:1f.5
|
IntelSpiBarProxy = 00:1f.5
|
||||||
|
Loading…
Reference in New Issue
Block a user