aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-10-03 08:54:35 +0200
committerArthur Heymans <arthur@aheymans.xyz>2019-10-06 10:15:05 +0000
commitcea4fd9bb059dab2a0c10b48b1c645807665eec2 (patch)
tree9fe8c27a8d6b88d1119a44907cd2e874f8be2f2a /src/northbridge/intel/nehalem/Makefile.inc
parent896a2430d81867be2782e32f42fb160064feac57 (diff)
nb/intel/nehalem: Move romstage boilerplate to a common location
Move the mainboard_romstage_entry to a common location and provide mainboard specific callbacks. Change-Id: Ia827053617cead5d2cf8e9f06cb68c2cbb668ca9 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35771 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/intel/nehalem/Makefile.inc')
-rw-r--r--src/northbridge/intel/nehalem/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index 180cc097bc..3b12bb5854 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -26,6 +26,7 @@ romstage-y += memmap.c
romstage-y += raminit.c
romstage-y += raminit_tables.c
romstage-y += early_init.c
+romstage-y += romstage.c
smm-y += finalize.c