x86: Add an SPL implementation
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:56 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit4bbc02454fb84310eb755f68fa17d2eb36d976fe
tree7b9913a99972cfcbdfea577b219092116f99aa12
parentf196bd21be5adff8a3c16918f873479be1b81143
x86: Add an SPL implementation

SPL needs to set up the machine ready for loading 64-bit U-Boot and jumping
to it. Call the existing init routines in order to accomplish this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/spl.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/spl.c [new file with mode: 0644]