614135359d
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>
14 lines
485 B
Makefile
14 lines
485 B
Makefile
bootblock-y += bootblock.c
|
|
|
|
# The inclusion of romstage.c is not necessary here.
|
|
# It is put down only to the better understanding.
|
|
# The file is already included over src/arch/x86/Makefile.inc.
|
|
romstage-y += romstage.c
|
|
|
|
ramstage-y += mainboard.c
|
|
|
|
subdirs-y += variants/baseboard
|
|
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
|
|
|
|
subdirs-y += variants/$(VARIANT_DIR)
|
|
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
|