aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/graphics/Makefile.inc
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-04-23 13:59:00 -0700
committerFurquan Shaikh <furquan@google.com>2020-04-28 19:12:16 +0000
commitc82aabca0122c5a118f6ab988768bd05eefc3a05 (patch)
tree94887d6977df58cc71f9530c6d1a886a51b45a02 /src/soc/amd/common/block/graphics/Makefile.inc
parenta1cd7eb93ed2b2f9a2351399a2036f84d9dfb9ff (diff)
soc/amd/common: Add a common graphics block device driver for AMD SoCs
This change adds a common graphics block device driver for AMD SoCs. In follow-up CLs, this driver will be utilized for Picasso. This driver is added to enable ACPI name and SSDT generation for graphics controller. BUG=b:153858769 Change-Id: I45e2b98fede41e49158d9ff9f93785a34c392c22 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40675 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/common/block/graphics/Makefile.inc')
-rw-r--r--src/soc/amd/common/block/graphics/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/graphics/Makefile.inc b/src/soc/amd/common/block/graphics/Makefile.inc
new file mode 100644
index 0000000000..3f21aafe7d
--- /dev/null
+++ b/src/soc/amd/common/block/graphics/Makefile.inc
@@ -0,0 +1 @@
+ramstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_GRAPHICS) += graphics.c