"cmd/part.c" did not exist on "72a8cf8dccf6f8b86d1683205e032a94eaa86938"
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>
Showing
- arch/x86/include/asm/fsp/fsp_hob.h 2 additions, 57 deletionsarch/x86/include/asm/fsp/fsp_hob.h
- include/efi.h 356 additions, 0 deletionsinclude/efi.h
- include/efi_api.h 244 additions, 0 deletionsinclude/efi_api.h
- include/part_efi.h 2 additions, 7 deletionsinclude/part_efi.h
- lib/Kconfig 2 additions, 0 deletionslib/Kconfig
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/efi/Kconfig 33 additions, 0 deletionslib/efi/Kconfig
- lib/efi/Makefile 7 additions, 0 deletionslib/efi/Makefile
- lib/efi/efi.c 101 additions, 0 deletionslib/efi/efi.c
- lib/efi/efi_app.c 139 additions, 0 deletionslib/efi/efi_app.c
Loading
Please register or sign in to comment