mainboards using soc/amd/picasso: use aliases for remaining PCIe devices
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Id2bdce5871f57e9edb17f89cba61b5c5ae018566 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55104 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
4fbab545b2
commit
5fd63bd016
|
@ -145,19 +145,19 @@ chip soc/amd/picasso
|
|||
device ref gpp_bridge_1 on end
|
||||
device ref gpp_bridge_4 on end # NVMe
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on end # USB 3.1
|
||||
device pci 0.4 off end # USB 3.1
|
||||
device pci 0.5 on end # Audio
|
||||
device pci 0.6 on end # HDA
|
||||
device pci 0.7 on end # non-Sensor Fusion Hub device
|
||||
device ref gfx on end # Internal GPU
|
||||
device ref gfx_hda on end # Display HDA
|
||||
device ref crypto on end # Crypto Coprocessor
|
||||
device ref xhci_0 on end # USB 3.1
|
||||
device ref xhci_1 off end # USB 3.1
|
||||
device ref acp on end # Audio
|
||||
device ref hda on end # HDA
|
||||
device ref mp2 on end # non-Sensor Fusion Hub device
|
||||
end
|
||||
device ref internal_bridge_b on
|
||||
device pci 0.0 off end # AHCI
|
||||
device pci 0.1 off end # integrated Ethernet MAC
|
||||
device pci 0.2 off end # integrated Ethernet MAC
|
||||
device ref sata off end # AHCI
|
||||
device ref xgbe_0 off end # integrated Ethernet MAC
|
||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||
end
|
||||
device ref lpc_bridge on
|
||||
chip superio/smsc/sio1036 # optional debug card
|
||||
|
|
|
@ -143,19 +143,19 @@ chip soc/amd/picasso
|
|||
device ref iommu on end
|
||||
device ref gpp_bridge_0 on end # Bridge to PCIe Ethernet chip
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on end # USB 3.1
|
||||
device pci 0.4 off end # USB 3.1
|
||||
device pci 0.5 on end # Audio
|
||||
device pci 0.6 on end # HDA
|
||||
device pci 0.7 on end # non-Sensor Fusion Hub device
|
||||
device ref gfx on end # Internal GPU
|
||||
device ref gfx_hda on end # Display HDA
|
||||
device ref crypto on end # Crypto Coprocessor
|
||||
device ref xhci_0 on end # USB 3.1
|
||||
device ref xhci_1 off end # USB 3.1
|
||||
device ref acp on end # Audio
|
||||
device ref hda on end # HDA
|
||||
device ref mp2 on end # non-Sensor Fusion Hub device
|
||||
end
|
||||
device ref internal_bridge_b on
|
||||
device pci 0.0 off end # AHCI
|
||||
device pci 0.1 off end # integrated Ethernet MAC
|
||||
device pci 0.2 off end # integrated Ethernet MAC
|
||||
device ref sata off end # AHCI
|
||||
device ref xgbe_0 off end # integrated Ethernet MAC
|
||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||
end
|
||||
device ref lpc_bridge on
|
||||
chip superio/smsc/sio1036 # optional debug card
|
||||
|
|
|
@ -143,19 +143,19 @@ chip soc/amd/picasso
|
|||
device ref iommu on end
|
||||
device ref gpp_bridge_2 on end # Bridge to PCIe Ethernet chip
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on end # USB 3.1
|
||||
device pci 0.4 on end # USB 3.1
|
||||
device pci 0.5 on end # Audio
|
||||
device pci 0.6 on end # HDA
|
||||
device pci 0.7 on end # non-Sensor Fusion Hub device
|
||||
device ref gfx on end # Internal GPU
|
||||
device ref gfx_hda on end # Display HDA
|
||||
device ref crypto on end # Crypto Coprocessor
|
||||
device ref xhci_0 on end # USB 3.1
|
||||
device ref xhci_1 on end # USB 3.1
|
||||
device ref acp on end # Audio
|
||||
device ref hda on end # HDA
|
||||
device ref mp2 on end # non-Sensor Fusion Hub device
|
||||
end
|
||||
device ref internal_bridge_b on
|
||||
device pci 0.0 on end # AHCI
|
||||
device pci 0.1 off end # integrated Ethernet MAC
|
||||
device pci 0.2 off end # integrated Ethernet MAC
|
||||
device ref sata on end # AHCI
|
||||
device ref xgbe_0 off end # integrated Ethernet MAC
|
||||
device ref xgbe_1 off end # integrated Ethernet MAC
|
||||
end
|
||||
device ref lpc_bridge on
|
||||
chip superio/smsc/sio1036 # optional debug card
|
||||
|
|
|
@ -264,10 +264,10 @@ chip soc/amd/picasso
|
|||
end
|
||||
device ref gpp_bridge_2 on end # SD
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on # USB 3.1
|
||||
device ref gfx on end # Internal GPU
|
||||
device ref gfx_hda on end # Display HDA
|
||||
device ref crypto on end # Crypto Coprocessor
|
||||
device ref xhci_0 on # USB 3.1
|
||||
chip drivers/usb/acpi
|
||||
register "desc" = ""Root Hub""
|
||||
register "type" = "UPC_TYPE_HUB"
|
||||
|
@ -334,7 +334,7 @@ chip soc/amd/picasso
|
|||
end
|
||||
end
|
||||
end
|
||||
device pci 0.5 on
|
||||
device ref acp on
|
||||
chip drivers/amd/i2s_machine_dev
|
||||
register "hid" = ""AMDI5682""
|
||||
# DMIC select GPIO for ACP machine device
|
||||
|
@ -350,8 +350,8 @@ chip soc/amd/picasso
|
|||
device generic 0.0 on end
|
||||
end
|
||||
end # Audio
|
||||
device pci 0.6 off end # HDA
|
||||
device pci 0.7 on end # non-Sensor Fusion Hub device
|
||||
device ref hda off end # HDA
|
||||
device ref mp2 on end # non-Sensor Fusion Hub device
|
||||
end
|
||||
device ref lpc_bridge on
|
||||
chip ec/google/chromeec
|
||||
|
|
|
@ -258,10 +258,10 @@ chip soc/amd/picasso
|
|||
device ref gpp_bridge_2 on end # SD
|
||||
device ref gpp_bridge_6 on end # NVME
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on # USB 3.1
|
||||
device ref gfx on end # Internal GPU
|
||||
device ref gfx_hda on end # Display HDA
|
||||
device ref crypto on end # Crypto Coprocessor
|
||||
device ref xhci_0 on # USB 3.1
|
||||
chip drivers/usb/acpi
|
||||
register "desc" = ""Root Hub""
|
||||
register "type" = "UPC_TYPE_HUB"
|
||||
|
@ -330,7 +330,7 @@ chip soc/amd/picasso
|
|||
end
|
||||
end
|
||||
end
|
||||
device pci 0.4 on # USB 3.1
|
||||
device ref xhci_1 on # USB 3.1
|
||||
chip drivers/usb/acpi
|
||||
# The following devices are only enabled on Picasso SKUs
|
||||
register "desc" = ""Root Hub""
|
||||
|
@ -355,7 +355,7 @@ chip soc/amd/picasso
|
|||
end
|
||||
end
|
||||
end
|
||||
device pci 0.5 on
|
||||
device ref acp on
|
||||
chip drivers/amd/i2s_machine_dev
|
||||
register "hid" = ""AMDI5682""
|
||||
# DMIC select GPIO for ACP machine device
|
||||
|
@ -371,8 +371,8 @@ chip soc/amd/picasso
|
|||
device generic 0.0 on end
|
||||
end
|
||||
end # Audio
|
||||
device pci 0.6 off end # HDA
|
||||
device pci 0.7 on end # non-Sensor Fusion Hub device
|
||||
device ref hda off end # HDA
|
||||
device ref mp2 on end # non-Sensor Fusion Hub device
|
||||
end
|
||||
device ref lpc_bridge on
|
||||
chip ec/google/chromeec
|
||||
|
|
|
@ -159,7 +159,7 @@ chip soc/amd/picasso
|
|||
end
|
||||
end # SD
|
||||
device ref internal_bridge_a on
|
||||
device pci 0.5 on
|
||||
device ref acp on
|
||||
chip drivers/amd/i2s_machine_dev
|
||||
register "hid" = ""AMDI1015""
|
||||
# DMIC select GPIO for ACP machine device
|
||||
|
|
Loading…
Reference in New Issue