summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeLines
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-28-2/+2
* armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang2017-01-18-1/+1
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-22-3/+20
* efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3Alexander Graf2016-11-17-0/+11
* efi: Add support for a hello world test programSimon Glass2016-11-14-6/+21
* efi: Fix debug message address formatSimon Glass2016-11-14-1/+1
* efi_loader: Revert device_handle to disk after net bootAlexander Graf2016-10-19-0/+2
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-19-2/+5
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-0/+3
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-18-0/+4
* cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng2016-08-20-1/+1
* efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2016-08-08-5/+18
* efi_loader: Make exposed image loader path absoluteAlexander Graf2016-07-25-1/+6
* cmd: bootefi: cosmeticSergey Kubushyn2016-06-24-1/+1
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-06-3/+1
* efi_loader: Add exit supportAlexander Graf2016-06-06-0/+6
* efi_loader: Add network access supportAlexander Graf2016-05-27-0/+7
* efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf2016-04-18-20/+16
* efi_loader: Put fdt into convenient locationAlexander Graf2016-04-18-4/+26
* efi_loader: Use system fdt as fallbackAlexander Graf2016-04-18-6/+31
* efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-18-1/+1
* efi_loader: Pass file path to payloadAlexander Graf2016-04-18-7/+25
* efi_loader: Add el torito supportAlexander Graf2016-04-18-0/+14
* efi_loader: Add GOP supportAlexander Graf2016-03-27-0/+3
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-15-9/+25
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-15-0/+8
* efi_loader: Add "bootefi" commandAlexander Graf2016-03-15-0/+182