summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-09 03:40:15 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 06:44:29 +0300
commit4dc0ab35511b08f7ab90dbac184a45b606d8dd81 (patch)
treee581b21d0c6cdaf8b9b81e6fecb26d0bea139c00 /arch/x86/cpu/apollolake/Makefile
parent6a4c237af93e698b03ab962437aa6f9de552f6a4 (diff)
downloadu-boot-4dc0ab35511b08f7ab90dbac184a45b606d8dd81.tar.xz
x86: apl: Add SPL/TPL init
Add code to init the system both in TPL and SPL. Each phase has its own procedure. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/apollolake/Makefile')
-rw-r--r--arch/x86/cpu/apollolake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Makefile b/arch/x86/cpu/apollolake/Makefile
index 37e42092ec..edde122f75 100644
--- a/arch/x86/cpu/apollolake/Makefile
+++ b/arch/x86/cpu/apollolake/Makefile
@@ -2,6 +2,7 @@
#
# Copyright 2019 Google LLC
+obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
obj-$(CONFIG_SPL_BUILD) += spl.o
obj-$(CONFIG_SPL_BUILD) += systemagent.o
obj-y += cpu_common.o