commit | 75659ac1cd7425760f382489bcadab8cc45390d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:52 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:13 2019 +0800 |
tree | 06a8696d480ed074a7a46718c7a65b73f1206d82 | |
parent | 409cb19ffa920454cf61edd690325db6706acf7e [diff] |
x86: Add support for starting from SPL/TPL When a previous phase of U-Boot has run we need to adjust the init of subsequent states to avoid messing up the CPU state. Add a new version of the start logic for SPL, when it boots from TPL (start_from tpl.c) and a new version for U-Boot when it boots from SPL. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>