commit | 71bc4c6d8abbaaa64172edad2d7e5f4f5bc50dfc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:46 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:12 2019 +0800 |
tree | c307de2e51f668eef0727e410582d331b73d8542 | |
parent | c9ae1aec1efefc586c40560d63a2a96e8f850e4a [diff] |
x86: Support booting with TPL Some boards want to use TPL as the first phase of U-Boot. This allows selection of A or B SPL phases, thus allowing the memory init to be upgraded in the field. Add a new Kconfig option for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>