]> git.baikalelectronics.ru Git - uboot.git/commit
x86: apl: Add SPL/TPL init
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:15 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:29 +0000 (11:44 +0800)
commitf0564988a9124fce4d7ba414382c1f7adf10448f
treee581b21d0c6cdaf8b9b81e6fecb26d0bea139c00
parent60350d9250a8b584f642ea6a6eb25e7408638b1c
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>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/cpu_spl.c [new file with mode: 0644]