summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: clean up bootefi_test_prepare()Heinrich Schuchardt2019-02-161-25/+33
* efi_loader: fix EFI entry countingHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt2019-02-161-21/+1
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-161-9/+4
* efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-131-67/+4
* efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro2019-02-131-77/+0
* efi_loader: avoid unnecessary pointer to long conversionHeinrich Schuchardt2019-02-131-1/+1
* efi_loader: use named constant for efi_dp_from_mem()Heinrich Schuchardt2019-02-131-1/+1
* efi_loader: create fdt reservation before copyHeinrich Schuchardt2018-12-021-9/+3
* efi_loader: fix memory mapping for sandboxHeinrich Schuchardt2018-12-021-12/+17
* efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-021-9/+6
* efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass2018-12-021-22/+24
* efi: Create a function to set up for running EFI codeSimon Glass2018-12-021-21/+31
* efi: Split out test init/uninit into functionsSimon Glass2018-12-021-21/+64
* efi: Check for failure to create objects in selftestSimon Glass2018-12-021-0/+5
* efi_loader: carving out memory reservationsHeinrich Schuchardt2018-12-021-1/+10
* efi_loader: memory reservation for fdtHeinrich Schuchardt2018-12-021-16/+5
* efi_loader: fix typosHeinrich Schuchardt2018-12-021-1/+1
* efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-021-34/+8
* efi_loader: rename parent to headerHeinrich Schuchardt2018-12-021-6/+6
* efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt2018-12-021-14/+14
* 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