summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc
diff options
context:
space:
mode:
authorUwe Poeche <uwe.poeche@siemens.com>2018-12-12 13:40:31 +0100
committerWerner Zeh <werner.zeh@siemens.com>2018-12-17 06:19:23 +0000
commit18c1923e13dc17219b0d3bd58a68f54eba566ecb (patch)
tree700108da1084219e801f00c580b1730463b3f479 /src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc
parent7980d85a13b69ce155307694c457cac3138e71c3 (diff)
downloadcoreboot-18c1923e13dc17219b0d3bd58a68f54eba566ecb.tar.xz
siemens/mc_apl4: Enable LVDS Display on mc_apl4
Enable PTN3460 chip initialization to get LVDS attached LCD working on mc_apl4. Change-Id: I3ccf5398f16831db321eba846d6b041daadf31dd Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/30204 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc
index 0a124ceffb..482abf83dc 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc
@@ -2,3 +2,5 @@ romstage-y += memory.c
romstage-y += gpio.c
ramstage-y += gpio.c
+ramstage-y += mainboard.c
+ramstage-y += ptn3460.c