Select the common block graphics driver for Stoneyridge. Drop Stoney's ACPI stub for the iGPU as the device will now be generated by the common block acpigen and put into the SSDT. TEST=tested with rest of patch train Change-Id: I260b964be59c1a208ff907c474243a9ace03f206 Signed-off-by: CoolStar <coolstarorganization@gmail.com> Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78428 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
49 lines
2.1 KiB
Plaintext
49 lines
2.1 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
chip soc/amd/stoneyridge
|
|
device cpu_cluster 0 on
|
|
ops amd_cpu_bus_ops
|
|
end
|
|
device domain 0 on
|
|
ops stoneyridge_pci_domain_ops
|
|
device pci 00.0 alias gnb on ops stoneyridge_northbridge_operations end
|
|
device pci 00.2 alias iommu off ops amd_iommu_ops end
|
|
device pci 01.0 alias gfx off ops amd_graphics_ops end # internal GPU
|
|
device pci 01.1 alias gfx_hda off end # display HD Audio controller
|
|
device pci 02.0 on end # Dummy Host Bridge, do not disable
|
|
device pci 02.1 alias gpp_bridge_0 off end
|
|
device pci 02.2 alias gpp_bridge_1 off end
|
|
device pci 02.3 alias gpp_bridge_2 off end
|
|
device pci 02.4 alias gpp_bridge_3 off end
|
|
device pci 02.5 alias gpp_bridge_4 off end
|
|
device pci 03.0 on end # Dummy Host Bridge, do not disable
|
|
device pci 03.1 alias gfx_bridge_0 off end
|
|
device pci 03.2 alias gfx_bridge_1 off end
|
|
device pci 03.3 alias gfx_bridge_2 off end
|
|
device pci 03.4 alias gfx_bridge_3 off end
|
|
device pci 03.5 alias gfx_bridge_4 off end
|
|
device pci 08.0 alias crypto on end # cryptography coprocessor / PSP
|
|
device pci 09.0 alias hda_bridge off end # host audio bridge
|
|
device pci 09.2 alias hda off end # main HD Audio Controller
|
|
device pci 10.0 alias xhci off ops stoneyridge_usb_ops end
|
|
device pci 11.0 alias sata off ops amd_sata_ops end
|
|
device pci 12.0 alias ehci off ops stoneyridge_usb_ops end
|
|
device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function
|
|
device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end
|
|
device pci 14.7 alias sdhci off end
|
|
device pci 18.0 alias ht_0 on end
|
|
device pci 18.1 alias ht_1 on end
|
|
device pci 18.2 alias ht_2 on end
|
|
device pci 18.3 alias ht_3 on end
|
|
device pci 18.4 alias ht_4 on end
|
|
device pci 18.5 alias ht_5 on end
|
|
end
|
|
|
|
device mmio 0xfedc2000 alias i2c_0 off ops soc_amd_i2c_mmio_ops end
|
|
device mmio 0xfedc3000 alias i2c_1 off ops soc_amd_i2c_mmio_ops end
|
|
device mmio 0xfedc4000 alias i2c_2 off ops soc_amd_i2c_mmio_ops end
|
|
device mmio 0xfedc5000 alias i2c_3 off ops soc_amd_i2c_mmio_ops end
|
|
device mmio 0xfedc6000 alias uart_0 off ops amd_uart_mmio_ops end
|
|
device mmio 0xfedc8000 alias uart_1 off ops amd_uart_mmio_ops end
|
|
end
|