summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-21efi_loader: fix efi_exitRob Clark1-1/+0
2017-09-21efi_loader: reenable selftestHeinrich Schuchardt1-2/+6
2017-09-20efi_loader: add bootmgrRob Clark1-2/+47
2017-09-20efi_loader: efi variable supportRob Clark1-0/+4
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-142/+59
2017-09-19efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt1-3/+22
2017-09-19efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-2/+2
2017-09-19efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt1-1/+5
2017-08-12efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de1-2/+2
2017-07-26efi_loader: Fix configuration table overrideAlexander Graf1-4/+3
2017-07-24efi_loader: initalize EFI object list only onceHeinrich Schuchardt1-26/+36
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark1-1/+1
2017-07-24efi_loader: EFI file paths should be DOS styleRob Clark1-1/+5
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de1-0/+1
2017-07-19efi_loader: provide meaningful status codexypron.glpk@gmx.de1-8/+8
2017-07-19bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de1-5/+18
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de1-0/+4
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-0/+4
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-11/+3
2017-07-03efi_loader: Add check for fallback fdt memory reservationAlexander Graf1-0/+6
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-2/+2
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang1-1/+1
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-3/+20
2016-11-17efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3Alexander Graf1-0/+11
2016-11-15efi: Add support for a hello world test programSimon Glass1-6/+21
2016-11-15efi: Fix debug message address formatSimon Glass1-1/+1
2016-10-19efi_loader: Revert device_handle to disk after net bootAlexander Graf1-0/+2
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-2/+5
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+3
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-0/+4
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng1-1/+1
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf1-5/+18
2016-07-25efi_loader: Make exposed image loader path absoluteAlexander Graf1-1/+6
2016-06-25cmd: bootefi: cosmeticSergey Kubushyn1-1/+1
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-3/+1
2016-06-06efi_loader: Add exit supportAlexander Graf1-0/+6
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+7
2016-04-19efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf1-20/+16
2016-04-19efi_loader: Put fdt into convenient locationAlexander Graf1-4/+26
2016-04-19efi_loader: Use system fdt as fallbackAlexander Graf1-6/+31
2016-04-19efi_loader: Increase path string to 32 charactersAlexander Graf1-1/+1
2016-04-19efi_loader: Pass file path to payloadAlexander Graf1-7/+25
2016-04-19efi_loader: Add el torito supportAlexander Graf1-0/+14
2016-03-27efi_loader: Add GOP supportAlexander Graf1-0/+3
2016-03-16efi_loader: Pass proper device path in on bootAlexander Graf1-9/+25
2016-03-16efi_loader: Call fdt preparation functionsAlexander Graf1-0/+8
2016-03-16efi_loader: Add "bootefi" commandAlexander Graf1-0/+182