summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Makefile.inc
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2018-04-25 14:05:09 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-27 09:23:52 +0000
commit614135359d66ca242fa9df2d3d67fa9c9d145818 (patch)
tree723ae3b83d8556f6e377b6e1ef32de003f7fbc9f /src/mainboard/siemens/mc_apl1/Makefile.inc
parent5c49d18537bd4a98cbfa1d93b1d0a725c22a30ab (diff)
downloadcoreboot-614135359d66ca242fa9df2d3d67fa9c9d145818.tar.xz
siemens/mc_apl1: Move board specific things to mc_apl1 variant
The following things are specific characteristic of mc_apl1 board variant: - initialization for the eDP to LVDS converter - enable decoding address range for COM 3 - legacy IRQ routing for PCI devices - wait function for old legacy devices - set coreboot ready LED Change-Id: I5c853e6caae6cc880ead436f232cabddeee6d09a Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/25822 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Makefile.inc')
-rw-r--r--src/mainboard/siemens/mc_apl1/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Makefile.inc b/src/mainboard/siemens/mc_apl1/Makefile.inc
index ec4d0ad791..c1ed753960 100644
--- a/src/mainboard/siemens/mc_apl1/Makefile.inc
+++ b/src/mainboard/siemens/mc_apl1/Makefile.inc
@@ -6,7 +6,6 @@ bootblock-y += bootblock.c
romstage-y += romstage.c
ramstage-y += mainboard.c
-ramstage-y += ptn3460.c
subdirs-y += variants/baseboard
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include