summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)Author
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek
2018-02-10efi_loader: fix the online help for bootefi bootmgrHeinrich Schuchardt
2018-01-28efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt
2018-01-28efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt
2017-12-01efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese
2017-12-01efi_loader: use bootargs as load optionsHeinrich Schuchardt
2017-12-01efi_selftest: correctly cleanup after selftestHeinrich Schuchardt
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-09-21efi_loader: fix efi_exitRob Clark
2017-09-20efi_loader: reenable selftestHeinrich Schuchardt
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt
2017-09-18efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt
2017-08-12efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de
2017-07-26efi_loader: Fix configuration table overrideAlexander Graf
2017-07-24efi_loader: initalize EFI object list only onceHeinrich Schuchardt
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark
2017-07-24efi_loader: EFI file paths should be DOS styleRob Clark
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de
2017-07-19efi_loader: provide meaningful status codexypron.glpk@gmx.de
2017-07-19bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de
2017-07-03efi_loader: Add check for fallback fdt memory reservationAlexander Graf
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang
2016-11-17efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3Alexander Graf
2016-11-14efi: Add support for a hello world test programSimon Glass
2016-11-14efi: Fix debug message address formatSimon Glass
2016-10-19efi_loader: Revert device_handle to disk after net bootAlexander Graf
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf