Age | Commit message (Expand) | Author |
2018-12-02 | efi_loader: fix typos | Heinrich Schuchardt |
2018-12-02 | efi_loader: add efi_dp_from_name() | AKASHI Takahiro |
2018-12-02 | efi_loader: rename parent to header | Heinrich Schuchardt |
2018-12-02 | efi_loader: typedef struct efi_object *efi_handle_t | Heinrich Schuchardt |
2018-10-16 | efi_loader: execute efi_save_gd() first | Heinrich Schuchardt |
2018-09-23 | efi_loader: refactor efi_setup_loaded_image() | Heinrich Schuchardt |
2018-09-23 | efi_loader: Fix loaded_image handle passing from EL3 | Alexander Graf |
2018-09-23 | efi_loader: create root node | Heinrich Schuchardt |
2018-09-23 | efi_loader: memory leak in efi_set_bootdev() | Heinrich Schuchardt |
2018-09-23 | efi_loader: do not use local variable for handle | Heinrich Schuchardt |
2018-09-23 | efi_loader: buffer size for load options | Heinrich Schuchardt |
2018-09-23 | efi: sandbox: Tidy up copy_fdt() to work with sandbox | Simon Glass |
2018-09-23 | efi: Relocate FDT to 127MB instead of 128MB | Simon Glass |
2018-07-25 | efi_loader: remove unused efi_get_time_init() | Heinrich Schuchardt |
2018-07-25 | efi_loader: calculate crc32 for EFI tables | Heinrich Schuchardt |
2018-07-25 | efi: Drop error return in efi_carve_out_dt_rsv() | Simon Glass |
2018-07-25 | efi: Tidy up device-tree-size calculation in copy_fdt() | Simon Glass |
2018-07-25 | efi_loader: Use map_sysmem() in bootefi command | Alexander Graf |
2018-07-25 | efi_loader: ARM: don't attempt to enter non-secure mode twice | Mark Kettenis |
2018-07-25 | efi_loader: ARM: run EFI payloads non-secure | Mark Kettenis |
2018-07-02 | efi_loader: Install ACPI configuration tables | Bin Meng |
2018-06-14 | efi_loader: Allocate memory handle for mem dp | Alexander Graf |
2018-06-03 | efi_loader: avoid anonymous constants for AllocatePages | Heinrich Schuchardt |
2018-06-03 | efi_loader: allow unaligned memory access | Heinrich Schuchardt |
2018-06-03 | efi_selftest: do not call efi_init_obj_list() twice | Heinrich Schuchardt |
2018-05-10 | SPDX: Convert a few files that were missed before | Tom Rini |
2018-04-13 | Revert "Kconfig: cmd: Make networking command dependent on NET" | Joe Hershberger |
2018-04-06 | efi_loader: Respect DT reserved regions | Alexander Graf |
2018-04-04 | efi_loader: correctly determine the boot partition | Heinrich Schuchardt |
2018-04-04 | efi_loader: support device tree for bootefi selftest | Heinrich Schuchardt |
2018-04-04 | efi_loader: check initialization of EFI subsystem is successful | Heinrich Schuchardt |
2018-04-04 | efi_loader: do_bootefi_exec should always return an EFI status code | Heinrich Schuchardt |
2018-04-04 | efi_loader: simplify calling efi_init_obj_list | Heinrich Schuchardt |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-02-27 | Kconfig: cmd: Make networking command dependent on NET | Michal Simek |
2018-02-10 | efi_loader: fix the online help for bootefi bootmgr | Heinrich Schuchardt |
2018-01-28 | efi_loader: catch misspelled bootefi subcommand | Heinrich Schuchardt |
2018-01-28 | efi_loader: Always use EFIAPI instead of asmlinkage | Alexander Graf |
2018-01-22 | efi_driver: EFI block driver | Heinrich Schuchardt |
2018-01-22 | efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory | Heinrich Schuchardt |
2018-01-22 | efi_loader: consistently use efi_handle_t for handles | Heinrich Schuchardt |
2017-12-01 | efi_loader: pass handle of loaded image | Heinrich Schuchardt |
2017-12-01 | efi_loader: Exit in efi_set_bootdev() upon invalid "desc" | Stefan Roese |
2017-12-01 | efi_loader: use bootargs as load options | Heinrich Schuchardt |
2017-12-01 | efi_selftest: correctly cleanup after selftest | Heinrich Schuchardt |
2017-12-01 | efi_selftest: allow to select a single test for execution | Heinrich Schuchardt |
2017-12-01 | efi_selftest: provide a dummy device path | Heinrich Schuchardt |
2017-12-01 | efi_loader: consistently use efi_status_t in bootefi | Heinrich Schuchardt |
2017-12-01 | efi_loader: implement SetWatchdogTimer | Heinrich Schuchardt |
2017-10-12 | efi_loader: Add mem-mapped for fallback | Rob Clark |