commit | 9539e69d4124d79dc3a24ce190c804c7596937a7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 31 09:31:36 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:41 2015 -0600 |
tree | d9b3bbaeae3cc0ade351850c0110fc6b92d5c808 | |
parent | 7f65c09cb690102b62c6f025c0d8ef737159f208 [diff] |
efi: Add start-up library code When running as an EFI application, U-Boot must request memory from EFI, and provide access to the boot services U-Boot needs. Add library code to perform these tasks. This includes efi_main() which is the entry point from EFI. U-Boot is built as a shared library. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>