summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Fix configuration table overrideAlexander Graf2017-07-261-4/+3
* efi_loader: initalize EFI object list only onceHeinrich Schuchardt2017-07-241-26/+36
* efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2017-07-241-1/+1
* efi_loader: EFI file paths should be DOS styleRob Clark2017-07-241-1/+5
* efi_console: set up eventsxypron.glpk@gmx.de2017-07-191-0/+1
* efi_loader: provide meaningful status codexypron.glpk@gmx.de2017-07-191-8/+8
* bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de2017-07-191-5/+18
* efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-191-0/+4
* efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-191-0/+4
* efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-191-11/+3
* efi_loader: Add check for fallback fdt memory reservationAlexander Graf2017-07-031-0/+6
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-281-2/+2
* armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang2017-01-181-1/+1
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-3/+20
* efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3Alexander Graf2016-11-171-0/+11
* efi: Add support for a hello world test programSimon Glass2016-11-141-6/+21
* efi: Fix debug message address formatSimon Glass2016-11-141-1/+1
* efi_loader: Revert device_handle to disk after net bootAlexander Graf2016-10-191-0/+2
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-191-2/+5
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-191-0/+3
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-181-0/+4
* cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng2016-08-201-1/+1
* efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2016-08-081-5/+18
* efi_loader: Make exposed image loader path absoluteAlexander Graf2016-07-251-1/+6
* cmd: bootefi: cosmeticSergey Kubushyn2016-06-241-1/+1
* efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-061-3/+1
* efi_loader: Add exit supportAlexander Graf2016-06-061-0/+6
* efi_loader: Add network access supportAlexander Graf2016-05-271-0/+7
* efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf2016-04-181-20/+16
* efi_loader: Put fdt into convenient locationAlexander Graf2016-04-181-4/+26
* efi_loader: Use system fdt as fallbackAlexander Graf2016-04-181-6/+31
* efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-181-1/+1
* efi_loader: Pass file path to payloadAlexander Graf2016-04-181-7/+25
* efi_loader: Add el torito supportAlexander Graf2016-04-181-0/+14
* efi_loader: Add GOP supportAlexander Graf2016-03-271-0/+3
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-151-9/+25
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-151-0/+8
* efi_loader: Add "bootefi" commandAlexander Graf2016-03-151-0/+182