commit | c9ae1aec1efefc586c40560d63a2a96e8f850e4a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:45 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:11 2019 +0800 |
tree | a7aba9b36d8389cb6e0be7b2b4e87f253d51c334 | |
parent | f1174270f9c2afb976463fb4fec8b03f2710435f [diff] |
x86: Support SPL and TPL At present only chromebook_link64 supports SPL. It is useful to eb able to support both TPL and SPL to implement verified boot on x86. Enable the options for both along with some suitable default options needed to boot through these phases. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>