summaryrefslogtreecommitdiffstats
path: root/lib/efi
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-1/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-0/+3
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* x86: timer: use a timer base of 0Simon Glass2019-12-151-0/+1
* efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-232-2/+2
* efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt2018-12-021-1/+1
* sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* efi: stub: Pass EFI system table address to U-Boot payloadBin Meng2018-08-301-0/+4
* efi: app: Add a sysreset driverBin Meng2018-07-201-1/+27
* efi: stub: Move the use_uart assignment immediately after exit_boot_services(...Bin Meng2018-06-241-3/+3
* efi.h: Do not use config optionsAlexander Graf2018-06-241-2/+2
* efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng2018-06-171-0/+15
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-172-2/+4
* x86: efi: payload: Minor clean up on error message outputBin Meng2018-06-131-3/+5
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-131-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* efi_stub: Fix GDT_NOTSYS checkAlexander Graf2018-03-301-1/+1
* efi_stub: Use efi_uintn_tAlexander Graf2017-12-051-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+1
* x86: Tidy up selection of building the EFI stubSimon Glass2016-11-141-2/+2
* x86: efi: payload: Make EFI payload build againBin Meng2016-08-301-3/+3
* efi_stub: Move carriage return before line feed in putc()Bin Meng2016-03-271-2/+3
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-211-1/+1
* efi: Add functions for decoding the EFI tablesSimon Glass2015-08-052-0/+48
* efi: Add 64-bit payload supportSimon Glass2015-08-051-4/+70
* efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-053-0/+334
* efi: Add start-up library codeSimon Glass2015-08-054-0/+280