summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/romstage/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-05-12 14:01:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-15 17:56:36 +0000
commit56f768774a25320d738febf99c335abdb6eeafbe (patch)
tree4c6def307e71cc2d096c5152d86c6d396e09ea73 /src/soc/intel/broadwell/romstage/Makefile.inc
parent724c66c88fa219087f4d6a0ccce1ba1d6f93c93b (diff)
downloadcoreboot-56f768774a25320d738febf99c335abdb6eeafbe.tar.xz
soc/intel/broadwell: Use the common cpu/intel/car romstage entry
The only functional difference is the use of stack guards. Change-Id: I95645271e0d93a97f544a1cc4e9a4320738e6a20 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/broadwell/romstage/Makefile.inc')
-rw-r--r--src/soc/intel/broadwell/romstage/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/romstage/Makefile.inc b/src/soc/intel/broadwell/romstage/Makefile.inc
index 2d562d98ef..cc0a05124f 100644
--- a/src/soc/intel/broadwell/romstage/Makefile.inc
+++ b/src/soc/intel/broadwell/romstage/Makefile.inc
@@ -1,5 +1,6 @@
cpu_incs-y += $(src)/cpu/intel/car/non-evict/cache_as_ram.S
+romstage-y += ../../../../cpu/intel/car/romstage.c
romstage-y += cpu.c
romstage-y += pch.c
romstage-y += power_state.c