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:
Sean Rhodes 2022-07-15 08:27:14 +01:00 committed by GitHub
parent 611cf51fc8
commit f1aabcf6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="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"),
"ich0": Chipset(flags="ich", bios_cntl=0x4E),
"ich2345": Chipset(flags="ich", bios_cntl=0x4E),

View File

@ -406,7 +406,7 @@ IntelSpiKind = pch400
[INTEL_SPI_CHIPSET\ID_APL]
IntelSpiBarProxy = 00:1f.0
IntelSpiBiosCntl = 0xDC
Flags = pch
Flags = ich
[INTEL_SPI_CHIPSET\ID_C620]
IntelSpiBarProxy = 00:1f.5