summaryrefslogtreecommitdiff
path: root/src/soc/intel/meteorlake/Makefile.mk
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2024-03-08 10:15:31 -0700
committerFelix Held <felix-coreboot@felixheld.de>2024-09-19 15:25:00 +0000
commit7664ad8a2f9204cbf3b4c90ffda157e99a672496 (patch)
treef4be6e584fbf98b8188ec0d8116db64c65eb6b93 /src/soc/intel/meteorlake/Makefile.mk
parent5105888e2d227faf60418a9d6ac8a070462d1fce (diff)
soc/intel/mtl: Hook up GMA ACPI brightness controls
Add function needed to generate ACPI backlight control SSDT, along with Kconfig values for accessing the registers. Change-Id: Ied08e5e9fe4913bd60474ed7dcf88b945172558d Signed-off-by: Jeremy Soller <jeremy@sysetm76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82729 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/meteorlake/Makefile.mk')
-rw-r--r--src/soc/intel/meteorlake/Makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/Makefile.mk b/src/soc/intel/meteorlake/Makefile.mk
index 495ea5bcca..f3dce87131 100644
--- a/src/soc/intel/meteorlake/Makefile.mk
+++ b/src/soc/intel/meteorlake/Makefile.mk
@@ -36,6 +36,7 @@ ramstage-y += elog.c
ramstage-y += espi.c
ramstage-y += finalize.c
ramstage-y += fsp_params.c
+ramstage-y += graphics.c
ramstage-y += lockdown.c
ramstage-y += p2sb.c
ramstage-y += pcie_rp.c