commit | b997abd3f06f136b226431a2947520dd5a426869 | [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 | 476476e73b14696563524cbc2627a4c033ea64da [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>