diff options
author | Nico Huber <nico.huber@secunet.com> | 2020-01-06 17:42:45 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-09-06 21:41:33 +0000 |
commit | 2a16331f8c5030c0ca02749abac481acad4c1b64 (patch) | |
tree | 577e729bd3056b7fb4b1fa5885e6292407c72061 /src/soc/intel/apollolake/Makefile.inc | |
parent | 2d28c4cff4de4ae286918e78204d43340f764ea4 (diff) |
soc/intel/apl: Add panel power and backlight configuration
Change-Id: Id8892ac7aafce1006831e2d9f2806919f5950756
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40694
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r-- | src/soc/intel/apollolake/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 517c8ca97d..a20a554be1 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -54,6 +54,7 @@ ramstage-y += cpu.c ramstage-y += chip.c ramstage-y += cse.c ramstage-y += elog.c +ramstage-y += graphics.c ramstage-y += gspi.c ramstage-y += heci.c ramstage-y += i2c.c |