Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86496?usp=email )
Change subject: mb/amd/birman_plus/glinda: Add onboard devices ......................................................................
mb/amd/birman_plus/glinda: Add onboard devices
Add SD Express and GBE PCIe devices.
Change-Id: Ia589f115fc5c16540daa6210e2624572767ad12e Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/mainboard/amd/birman_plus/devicetree_glinda.cb 1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/86496/1
diff --git a/src/mainboard/amd/birman_plus/devicetree_glinda.cb b/src/mainboard/amd/birman_plus/devicetree_glinda.cb index 07642aa..5a7dd16 100644 --- a/src/mainboard/amd/birman_plus/devicetree_glinda.cb +++ b/src/mainboard/amd/birman_plus/devicetree_glinda.cb @@ -187,9 +187,13 @@ device domain 0 on device ref iommu on end device ref gpp_bridge_2_1 on end # NVME SSD0 - device ref gpp_bridge_2_2 on end # SD + device ref gpp_bridge_2_2 on # SD Express + device pci 0.0 on end # RTS5261 + end device ref gpp_bridge_2_3 on end # WLAN - device ref gpp_bridge_2_4 on end # GBE + device ref gpp_bridge_2_4 on # GBE + device pci 0.0 on end # RTL8111 + end device ref gpp_bridge_2_5 on end # WWAN device ref gpp_bridge_3_1 on end # PCIe x4/x8 (ENABLE_SSD1_BIRMANPLUS) device ref gpp_bridge_3_2 on end # NVME SSD1 (ENABLE_SSD1_BIRMANPLUS)