soc/amd/stoneyridge: Use common block graphics driver
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>
This commit is contained in:
parent
b92148390c
commit
835af76fbb
|
@ -25,6 +25,7 @@ config SOC_AMD_STONEYRIDGE
|
|||
select SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
|
||||
select SOC_AMD_COMMON_BLOCK_CAR
|
||||
select SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM15H_16H
|
||||
select SOC_AMD_COMMON_BLOCK_GRAPHICS
|
||||
select SOC_AMD_COMMON_BLOCK_HDA
|
||||
select SOC_AMD_COMMON_BLOCK_I2C
|
||||
select SOC_AMD_COMMON_BLOCK_IOMMU
|
||||
|
|
|
@ -24,11 +24,6 @@ Device(AMRT) {
|
|||
Name(_ADR, 0x00000000)
|
||||
} /* end AMRT */
|
||||
|
||||
/* Internal Graphics */
|
||||
Device(IGFX) {
|
||||
Name(_ADR, 0x00010000)
|
||||
}
|
||||
|
||||
/* Gpp 0 */
|
||||
Device(PBR4) {
|
||||
Name(_ADR, 0x00020001)
|
||||
|
|
|
@ -8,7 +8,7 @@ chip soc/amd/stoneyridge
|
|||
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 end # internal GPU
|
||||
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
|
||||
|
|
|
@ -8,7 +8,7 @@ chip soc/amd/stoneyridge
|
|||
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 end # internal GPU
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue