x86: Add a simple TPL implementation
authorSimon Glass <sjg@chromium.org>
Thu, 2 May 2019 16:52:12 +0000 (10:52 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:18 +0000 (13:02 +0800)
commit7c03caf6fac19cfef049ec84d813e87481d48d69
tree3c3ddd190a200be03eda999d972e74ca79cfb198
parent49dffb7a074e9b9d2c27a303798c0e6bc5eea3ba
x86: Add a simple TPL implementation

Add the required CPU code so that TPL builds correctly. Also update the
SPL code to deal with being booted from TPL.

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