]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: apl: Add SPL loaders
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:13 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:29 +0000 (11:44 +0800)
commit409d4c6fe984eab55688792e5d9a64afb5d6f095
treeecc2ecc7c0cdd71363bda727c793b79679cb8cc1
parente82c624d7cd0640da789ecb0d6906db491003e2d
x86: apl: Add SPL loaders

Add loaders for SPL and TPL so that the next stage can be loaded from
memory-mapped SPI or, failing that, the Fast SPI driver.

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/spl.c [new file with mode: 0644]