commit | 79ef699ea04590b0b0d4bbdfb7b00060f618f0cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:53 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:13 2019 +0800 |
tree | 05205126590e5dcebdbe5b2e31634d06b052b7f2 | |
parent | 75659ac1cd7425760f382489bcadab8cc45390d5 [diff] |
x86: Allow 16-bit init to be in TPL At present we support having 16-bit init be in SPL or U-Boot proper, but not TPL. Add support for this so that TPL can boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>