summaryrefslogtreecommitdiff
path: root/lib/efi
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-1/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-15x86: timer: use a timer base of 0Simon Glass1-0/+1
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2-2/+2
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt1-1/+1
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng1-0/+4
2018-07-20efi: app: Add a sysreset driverBin Meng1-1/+27
2018-06-24efi: stub: Move the use_uart assignment immediately after exit_boot_services(...Bin Meng1-3/+3
2018-06-24efi.h: Do not use config optionsAlexander Graf1-2/+2
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng1-0/+15
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2-2/+4
2018-06-13x86: efi: payload: Minor clean up on error message outputBin Meng1-3/+5
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-03-30efi_stub: Fix GDT_NOTSYS checkAlexander Graf1-1/+1
2017-12-06efi_stub: Use efi_uintn_tAlexander Graf1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2016-11-15x86: Tidy up selection of building the EFI stubSimon Glass1-2/+2
2016-08-30x86: efi: payload: Make EFI payload build againBin Meng1-3/+3
2016-03-27efi_stub: Move carriage return before line feed in putc()Bin Meng1-2/+3
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass1-1/+1
2015-08-05efi: Add functions for decoding the EFI tablesSimon Glass2-0/+48
2015-08-05efi: Add 64-bit payload supportSimon Glass1-4/+70
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass3-0/+334
2015-08-05efi: Add start-up library codeSimon Glass4-0/+280