soc/intel: Make use of common gfx.asl
commit4929c358cc133f761fec2968fb4b1c823f72a9df
authorSubrata Banik <subrata.banik@intel.com>
Tue, 6 Oct 2020 12:57:25 +0000 (6 18:27 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Thu, 8 Oct 2020 04:09:46 +0000 (8 04:09 +0000)
treeedf775b1f2d62d0c198c501d341b2e47660b9d79
parentad87b2a039153038feb2fdf03fd42b173e06db4a
soc/intel: Make use of common gfx.asl

Add gfx.asl file for all IA SOCs to allow for graphics-related ACPI
devices and methods.

TEST=Able to build and boot TGL platform
Dump and disassemble DSDT, verify GFX0 device present as below

Device (GFX0)
{
  Name (_ADR, 0x00020000)  // _ADR: Address
}

Change-Id: I5560e900a77872552df1064dc3b7a8148e35d682
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46088
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/soc/intel/alderlake/acpi/southbridge.asl
src/soc/intel/apollolake/acpi/southbridge.asl
src/soc/intel/elkhartlake/acpi/southbridge.asl
src/soc/intel/icelake/acpi/southbridge.asl
src/soc/intel/jasperlake/acpi/southbridge.asl
src/soc/intel/tigerlake/acpi/southbridge.asl