summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-11-23 14:48:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-04-11 16:35:06 +0000
commit56621e1e577164e44001f1bd25b2dc5171fbfc52 (patch)
treed521bb47a06e2d46c49af23a22b01c75064eb46f /src
parent16c762607794b618ed89eeeab025e1f9e3b2a848 (diff)
downloadcoreboot-56621e1e577164e44001f1bd25b2dc5171fbfc52.tar.gz
coreboot-56621e1e577164e44001f1bd25b2dc5171fbfc52.tar.bz2
coreboot-56621e1e577164e44001f1bd25b2dc5171fbfc52.zip
soc/intel/alderlake/{chipset.cb,chipset_pch_s.cb}: Set P2SB as hidden
Set the P2SB device as hidden as FSP-S is hiding the PCI configuration space from coreboot on Alder Lake systems. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I5cfde7c1f6791578a03d73e89bcde31af608f12d Reviewed-on: https://review.coreboot.org/c/coreboot/+/69950 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/alderlake/chipset.cb2
-rw-r--r--src/soc/intel/alderlake/chipset_pch_s.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/chipset.cb b/src/soc/intel/alderlake/chipset.cb
index b9abe06d16c2..ed8ae049fad0 100644
--- a/src/soc/intel/alderlake/chipset.cb
+++ b/src/soc/intel/alderlake/chipset.cb
@@ -248,7 +248,7 @@ chip soc/intel/alderlake
device pci 1e.2 alias gspi0 off end
device pci 1e.3 alias gspi1 off end
device pci 1f.0 alias pch_espi on end
- device pci 1f.1 alias p2sb off end
+ device pci 1f.1 alias p2sb hidden end
device pci 1f.2 alias pmc hidden end
device pci 1f.3 alias hda off end
device pci 1f.4 alias smbus off end
diff --git a/src/soc/intel/alderlake/chipset_pch_s.cb b/src/soc/intel/alderlake/chipset_pch_s.cb
index a2337d6f3655..077cdb66496e 100644
--- a/src/soc/intel/alderlake/chipset_pch_s.cb
+++ b/src/soc/intel/alderlake/chipset_pch_s.cb
@@ -242,7 +242,7 @@ chip soc/intel/alderlake
device pci 1e.2 alias gspi0 off end
device pci 1e.3 alias gspi1 off end
device pci 1f.0 alias pch_espi on end
- device pci 1f.1 alias p2sb off end
+ device pci 1f.1 alias p2sb hidden end
device pci 1f.2 alias pmc hidden end
device pci 1f.3 alias hda off end
device pci 1f.4 alias smbus off end