Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46138 )
Change subject: [WIP] mb/amd/mandolin: add missing PCIe devices to devicetree ......................................................................
[WIP] mb/amd/mandolin: add missing PCIe devices to devicetree
Haven't verified if this behaves correctly for Dali chips.
Change-Id: I8b0f590eab086b6b85219b739741c0f1ca25aeac Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/46138/1
diff --git a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb index 3de5812..8d63ebe 100644 --- a/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/variants/mandolin/devicetree.cb @@ -143,7 +143,12 @@ device pci 0.0 on end # Root Complex device pci 0.2 on end # IOMMU device pci 1.0 on end # Dummy Host Bridge + device pci 1.1 on end # Bridge to GPU PCIe slot + device pci 1.2 on end # Bridge to WIFI M.2 slot device pci 1.3 on end # Bridge to PCIe Ethernet chip + device pci 1.4 on end # Bridge to WWAN M.2 slot; not available on Dali + device pci 1.5 on end # Bridge to second WIFI M.2 slot; not available on Dali + device pci 1.7 on end # Bridge to NVME M.2 slot device pci 8.0 on end # Dummy Host Bridge device pci 8.1 on # Bridge to Bus A device pci 0.0 on end # Internal GPU