summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-02efi_loader: create fdt reservation before copyHeinrich Schuchardt1-9/+3
2018-12-02efi_loader: fix memory mapping for sandboxHeinrich Schuchardt1-12/+17
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-9/+6
2018-12-02efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass1-22/+24
2018-12-02efi: Create a function to set up for running EFI codeSimon Glass1-21/+31
2018-12-02efi: Split out test init/uninit into functionsSimon Glass1-21/+64
2018-12-02efi: Check for failure to create objects in selftestSimon Glass1-0/+5
2018-12-02efi_loader: carving out memory reservationsHeinrich Schuchardt1-1/+10
2018-12-02efi_loader: memory reservation for fdtHeinrich Schuchardt1-16/+5
2018-12-02efi_loader: fix typosHeinrich Schuchardt1-1/+1
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-34/+8
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt1-6/+6
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt1-14/+14
2018-10-16efi_loader: execute efi_save_gd() firstHeinrich Schuchardt1-17/+7
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt1-27/+40
2018-09-23efi_loader: Fix loaded_image handle passing from EL3Alexander Graf1-1/+1
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-0/+5
2018-09-23efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt1-0/+7
2018-09-23efi_loader: do not use local variable for handleHeinrich Schuchardt1-7/+12
2018-09-23efi_loader: buffer size for load optionsHeinrich Schuchardt1-2/+4
2018-09-23efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass1-29/+50
2018-09-23efi: Relocate FDT to 127MB instead of 128MBSimon Glass1-2/+2
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-3/+0
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+5
2018-07-25efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass1-10/+14
2018-07-25efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass1-2/+6
2018-07-25efi_loader: Use map_sysmem() in bootefi commandAlexander Graf1-5/+8
2018-07-25efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis1-1/+5
2018-07-25efi_loader: ARM: run EFI payloads non-secureMark Kettenis1-0/+33
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng1-0/+5
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf1-0/+9
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-2/+4
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt1-0/+13
2018-06-03efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt1-2/+0
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger1-2/+2
2018-04-06efi_loader: Respect DT reserved regionsAlexander Graf1-0/+26
2018-04-04efi_loader: correctly determine the boot partitionHeinrich Schuchardt1-13/+4
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt1-47/+64
2018-04-04efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt1-20/+47
2018-04-04efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt1-8/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-2/+2
2018-02-28Kconfig: cmd: Make networking command dependent on NETMichal Simek1-2/+2
2018-02-10efi_loader: fix the online help for bootefi bootmgrHeinrich Schuchardt1-1/+1
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-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+3
2018-01-23efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt1-2/+2
2018-01-23efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt1-5/+5