summaryrefslogtreecommitdiffstats
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: execute efi_save_gd() firstHeinrich Schuchardt2018-10-161-17/+7
* efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-231-27/+40
* efi_loader: Fix loaded_image handle passing from EL3Alexander Graf2018-09-231-1/+1
* efi_loader: create root nodeHeinrich Schuchardt2018-09-231-0/+5
* efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2018-09-231-0/+7
* efi_loader: do not use local variable for handleHeinrich Schuchardt2018-09-231-7/+12
* efi_loader: buffer size for load optionsHeinrich Schuchardt2018-09-231-2/+4
* efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass2018-09-231-29/+50
* efi: Relocate FDT to 127MB instead of 128MBSimon Glass2018-09-231-2/+2
* efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-3/+0
* efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-0/+5
* efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass2018-07-251-10/+14
* efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass2018-07-251-2/+6
* efi_loader: Use map_sysmem() in bootefi commandAlexander Graf2018-07-251-5/+8
* efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis2018-07-251-1/+5
* efi_loader: ARM: run EFI payloads non-secureMark Kettenis2018-07-251-0/+33
* efi_loader: Install ACPI configuration tablesBin Meng2018-07-021-0/+5
* efi_loader: Allocate memory handle for mem dpAlexander Graf2018-06-141-0/+9
* efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt2018-06-031-2/+4
* efi_loader: allow unaligned memory accessHeinrich Schuchardt2018-06-031-0/+13
* efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt2018-06-031-2/+0
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2018-04-131-2/+2
* efi_loader: Respect DT reserved regionsAlexander Graf2018-04-061-0/+26
* efi_loader: correctly determine the boot partitionHeinrich Schuchardt2018-04-041-13/+4
* efi_loader: support device tree for bootefi selftestHeinrich Schuchardt2018-04-041-47/+64
* efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt2018-04-041-20/+47
* efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt2018-04-041-2/+2
* efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt2018-04-041-8/+8
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-2/+2
* Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-271-2/+2
* efi_loader: fix the online help for bootefi bootmgrHeinrich Schuchardt2018-02-101-1/+1
* efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt2018-01-281-0/+3
* efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf2018-01-281-5/+6
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+3
* efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt2018-01-221-2/+2
* efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt2018-01-221-5/+5
* efi_loader: pass handle of loaded imageHeinrich Schuchardt2017-12-011-3/+4
* efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese2017-12-011-0/+2
* efi_loader: use bootargs as load optionsHeinrich Schuchardt2017-12-011-0/+2
* efi_selftest: correctly cleanup after selftestHeinrich Schuchardt2017-12-011-1/+3
* efi_selftest: allow to select a single test for executionHeinrich Schuchardt2017-12-011-1/+36
* efi_selftest: provide a dummy device pathHeinrich Schuchardt2017-12-011-0/+6
* efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt2017-12-011-9/+9
* efi_loader: implement SetWatchdogTimerHeinrich Schuchardt2017-12-011-0/+1
* efi_loader: Add mem-mapped for fallbackRob Clark2017-10-121-0/+23
* efi_loader: fix efi_exitRob Clark2017-09-211-1/+0
* efi_loader: reenable selftestHeinrich Schuchardt2017-09-201-2/+6
* efi_loader: add bootmgrRob Clark2017-09-201-2/+47
* efi_loader: efi variable supportRob Clark2017-09-201-0/+4