| Commit message (Expand) | Author | Age | Files | Lines |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | efi_loader: fix function comments in cmd/bootefi.c | Heinrich Schuchardt | 2019-07-16 | 1 | -3/+13 |
* | efi_loader: Change return type of efi_add_memory_map() | Bryan O'Donoghue | 2019-07-16 | 1 | -2/+2 |
* | efi_loader: comments for efi_install_fdt() | Heinrich Schuchardt | 2019-05-12 | 1 | -3/+8 |
* | efi_loader: deduplicate code in cmd/bootefi.c | Heinrich Schuchardt | 2019-05-12 | 1 | -62/+37 |
* | efi_loader: clean up UEFI sub-system initialization | Heinrich Schuchardt | 2019-05-07 | 1 | -27/+0 |
* | efi_loader: implement support of exit data | Heinrich Schuchardt | 2019-05-02 | 1 | -3/+8 |
* | efi_loader: set OsIndicationsSupported at init | AKASHI Takahiro | 2019-05-02 | 1 | -4/+0 |
* | efi_loader: need either ACPI table or device tree | Heinrich Schuchardt | 2019-04-23 | 1 | -26/+72 |
* | efi_loader: rework bootmgr/bootefi using load_image API | AKASHI Takahiro | 2019-04-23 | 1 | -86/+94 |
* | cmd: bootefi: carve out do_bootefi_image() from do_bootefi() | AKASHI Takahiro | 2019-04-23 | 1 | -55/+67 |
* | cmd: bootefi: carve out bootmgr code from do_bootefi() | AKASHI Takahiro | 2019-04-23 | 1 | -8/+36 |
* | cmd: bootefi: move do_bootefi_bootmgr_exec() forward | AKASHI Takahiro | 2019-04-23 | 1 | -21/+21 |
* | cmd: bootefi: carve out efi_selftest code from do_bootefi() | AKASHI Takahiro | 2019-04-23 | 1 | -53/+92 |
* | cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() | AKASHI Takahiro | 2019-04-23 | 1 | -38/+27 |
* | cmd: bootefi: carve out fdt handling from do_bootefi() | AKASHI Takahiro | 2019-04-23 | 1 | -16/+38 |
* | cmd: bootefi: rework set_load_options() | AKASHI Takahiro | 2019-04-23 | 1 | -9/+27 |
* | Change FDT memory type from runtime data to boot services data | Ilias Apalodimas | 2019-04-12 | 1 | -2/+2 |
* | efi_loader: clean up bootefi_test_prepare() | Heinrich Schuchardt | 2019-02-16 | 1 | -25/+33 |
* | efi_loader: fix EFI entry counting | Heinrich Schuchardt | 2019-02-16 | 1 | -1/+1 |
* | efi_loader: use efi_start_image() for bootefi | Heinrich Schuchardt | 2019-02-16 | 1 | -21/+1 |
* | efi_loader: set entry point in efi_load_pe() | Heinrich Schuchardt | 2019-02-16 | 1 | -9/+4 |
* | efi_loader: refactor switch to non-secure mode | Heinrich Schuchardt | 2019-02-13 | 1 | -67/+4 |
* | efi_loader: move efi_init_obj_list() to a new efi_setup.c | AKASHI Takahiro | 2019-02-13 | 1 | -77/+0 |
* | efi_loader: avoid unnecessary pointer to long conversion | Heinrich Schuchardt | 2019-02-13 | 1 | -1/+1 |
* | efi_loader: use named constant for efi_dp_from_mem() | Heinrich Schuchardt | 2019-02-13 | 1 | -1/+1 |
* | efi_loader: create fdt reservation before copy | Heinrich Schuchardt | 2018-12-02 | 1 | -9/+3 |
* | efi_loader: fix memory mapping for sandbox | Heinrich Schuchardt | 2018-12-02 | 1 | -12/+17 |
* | efi_loader: macro efi_size_in_pages() | Heinrich Schuchardt | 2018-12-02 | 1 | -9/+6 |
* | efi: Rename bootefi_test_finish() to bootefi_run_finish() | Simon Glass | 2018-12-02 | 1 | -22/+24 |
* | efi: Create a function to set up for running EFI code | Simon Glass | 2018-12-02 | 1 | -21/+31 |
* | efi: Split out test init/uninit into functions | Simon Glass | 2018-12-02 | 1 | -21/+64 |
* | efi: Check for failure to create objects in selftest | Simon Glass | 2018-12-02 | 1 | -0/+5 |
* | efi_loader: carving out memory reservations | Heinrich Schuchardt | 2018-12-02 | 1 | -1/+10 |
* | efi_loader: memory reservation for fdt | Heinrich Schuchardt | 2018-12-02 | 1 | -16/+5 |
* | efi_loader: fix typos | Heinrich Schuchardt | 2018-12-02 | 1 | -1/+1 |
* | efi_loader: add efi_dp_from_name() | AKASHI Takahiro | 2018-12-02 | 1 | -34/+8 |
* | efi_loader: rename parent to header | Heinrich Schuchardt | 2018-12-02 | 1 | -6/+6 |
* | efi_loader: typedef struct efi_object *efi_handle_t | Heinrich Schuchardt | 2018-12-02 | 1 | -14/+14 |
* | efi_loader: execute efi_save_gd() first | Heinrich Schuchardt | 2018-10-16 | 1 | -17/+7 |
* | efi_loader: refactor efi_setup_loaded_image() | Heinrich Schuchardt | 2018-09-23 | 1 | -27/+40 |
* | efi_loader: Fix loaded_image handle passing from EL3 | Alexander Graf | 2018-09-23 | 1 | -1/+1 |
* | efi_loader: create root node | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+5 |
* | efi_loader: memory leak in efi_set_bootdev() | Heinrich Schuchardt | 2018-09-23 | 1 | -0/+7 |
* | efi_loader: do not use local variable for handle | Heinrich Schuchardt | 2018-09-23 | 1 | -7/+12 |
* | efi_loader: buffer size for load options | Heinrich Schuchardt | 2018-09-23 | 1 | -2/+4 |
* | efi: sandbox: Tidy up copy_fdt() to work with sandbox | Simon Glass | 2018-09-23 | 1 | -29/+50 |
* | efi: Relocate FDT to 127MB instead of 128MB | Simon Glass | 2018-09-23 | 1 | -2/+2 |
* | efi_loader: remove unused efi_get_time_init() | Heinrich Schuchardt | 2018-07-25 | 1 | -3/+0 |
* | efi_loader: calculate crc32 for EFI tables | Heinrich Schuchardt | 2018-07-25 | 1 | -0/+5 |