aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-04-19 12:52:43 +0200
committerMartin Roth <martinroth@google.com>2017-04-28 17:17:40 +0200
commit3eff00ec76f91f5dc9ddf39e2e6073f6053c94a1 (patch)
tree02d2f86e299d53c68cf1c774e6f176d8831ee195 /src/cpu
parent00f360e3f1411925e56676bc4b2ec1b961dcde25 (diff)
nb/amd/amdk8: Link reset_test.c
This needs some extra headers in amdk8/raminit.c that were otherwise provided by that file. Change-Id: I80450e5eb32eb502b3d777c56790db90491fc995 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19360 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/model_fxx/init_cpus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/amd/model_fxx/init_cpus.c b/src/cpu/amd/model_fxx/init_cpus.c
index 572ef999a5..035453e652 100644
--- a/src/cpu/amd/model_fxx/init_cpus.c
+++ b/src/cpu/amd/model_fxx/init_cpus.c
@@ -11,6 +11,8 @@
* GNU General Public License for more details.
*/
+#include <cpu/x86/lapic.h>
+#include <northbridge/amd/amdk8/amdk8.h>
#include "cpu/amd/car/post_cache_as_ram.c"
#if CONFIG_HAVE_OPTION_TABLE