summaryrefslogtreecommitdiff
path: root/lib/efi
AgeCommit message (Expand)AuthorFilesLines
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