commit | 9e72e64d70e77073152c61397b2f51de7d387c9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 04 12:33:53 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:07 2015 -0600 |
tree | 9927d12f074f04750d61e587dd9a59bba8d1b588 | |
parent | 63f581fb85d80712f7cfcb25a8674647fac341ed [diff] |
x86: Support building the EFI stub Add support for building a 32/64-bit EFI stub for x86. This involves building the startup and relocation code for either i386 or x86_64. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>