summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)Author
2018-12-02efi_loader: create fdt reservation before copyHeinrich Schuchardt
2018-12-02efi_loader: fix memory mapping for sandboxHeinrich Schuchardt
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass
2018-12-02efi: Create a function to set up for running EFI codeSimon Glass
2018-12-02efi: Split out test init/uninit into functionsSimon Glass
2018-12-02efi: Check for failure to create objects in selftestSimon Glass
2018-12-02efi_loader: carving out memory reservationsHeinrich Schuchardt
2018-12-02efi_loader: memory reservation for fdtHeinrich Schuchardt
2018-12-02efi_loader: fix typosHeinrich Schuchardt
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt
2018-10-16efi_loader: execute efi_save_gd() firstHeinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: Fix loaded_image handle passing from EL3Alexander Graf
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt
2018-09-23efi_loader: do not use local variable for handleHeinrich Schuchardt
2018-09-23efi_loader: buffer size for load optionsHeinrich Schuchardt
2018-09-23efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass
2018-09-23efi: Relocate FDT to 127MB instead of 128MBSimon Glass
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt
2018-07-25efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass
2018-07-25efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass
2018-07-25efi_loader: Use map_sysmem() in bootefi commandAlexander Graf
2018-07-25efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis
2018-07-25efi_loader: ARM: run EFI payloads non-secureMark Kettenis
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt
2018-06-03efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-06efi_loader: Respect DT reserved regionsAlexander Graf
2018-04-04efi_loader: correctly determine the boot partitionHeinrich Schuchardt
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt
2018-04-04efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt
2018-04-04efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt
2018-04-04efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt
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