aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-28efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt1-0/+3
2018-01-28efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf1-5/+6
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt1-0/+3
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt1-2/+2
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt1-5/+5
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt1-3/+4
2017-12-01efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese1-0/+2
2017-12-01efi_loader: use bootargs as load optionsHeinrich Schuchardt1-0/+2
2017-12-01efi_selftest: correctly cleanup after selftestHeinrich Schuchardt1-1/+3
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt1-1/+36
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt1-0/+6
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt1-9/+9
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt1-0/+1
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+23
2017-09-21efi_loader: fix efi_exitRob Clark1-1/+0
2017-09-20efi_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-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt1-3/+22
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-2/+2
2017-09-18efi_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-14efi: Add support for a hello world test programSimon Glass1-6/+21
2016-11-14efi: 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-24cmd: bootefi: cosmeticSergey Kubushyn1-1/+1
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-3/+1