summaryrefslogtreecommitdiffstats
path: root/lib/efi/efi_stub.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-231-1/+1
* efi: stub: Pass EFI system table address to U-Boot payloadBin Meng2018-08-301-0/+4
* efi: stub: Move the use_uart assignment immediately after exit_boot_services(...Bin Meng2018-06-241-3/+3
* 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-171-1/+2
* x86: efi: payload: Minor clean up on error message outputBin Meng2018-06-131-3/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* efi_stub: Fix GDT_NOTSYS checkAlexander Graf2018-03-301-1/+1
* efi_stub: Use efi_uintn_tAlexander Graf2017-12-051-1/+1
* 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 64-bit payload supportSimon Glass2015-08-051-4/+70
* efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-051-0/+304