Age | Commit message (Expand) | Author |
2020-09-06 | efi_loader: log messages for bootefi command | Heinrich Schuchardt |
2020-08-24 | efi_loader: document parameters of do_bootefi_exec() | Heinrich Schuchardt |
2020-08-08 | efi_loader: set load options in boot manager | Heinrich Schuchardt |
2020-08-08 | efi_loader: factor out efi_set_load_options() | Heinrich Schuchardt |
2020-07-22 | efi_loader: use logging for bootefi command | Heinrich Schuchardt |
2020-06-30 | efi_loader: incorrect check against FDT_ADDR_T_NONE | Heinrich Schuchardt |
2020-06-24 | cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() | Bin Meng |
2020-06-19 | cmd: bootefi: Honor the address & size cells properties correctly | Atish Patra |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-05-18 | common: Drop image.h from common header | Simon Glass |
2020-05-17 | efi_loader: round the memory area in efi_add_memory_map() | Michael Walle |
2020-05-07 | efi_loader: put device tree into EfiACPIReclaimMemory | Heinrich Schuchardt |
2020-04-30 | efi_loader: remove superfluous NULL check in bootefi.c | Heinrich Schuchardt |
2020-03-28 | efi_loader: only reserve memory if fdt node enabled | Heinrich Schuchardt |
2020-03-17 | cmd: bootefi: Parse reserved-memory node from DT | Atish Patra |
2020-03-17 | efi_loader: create reservations after ft_board_setup | Heinrich Schuchardt |
2020-02-19 | efi_loader: fix efi_install_fdt() description | Heinrich Schuchardt |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-01-07 | efi_loader: free load options after execution | Heinrich Schuchardt |
2020-01-07 | efi_loader: export efi_install_fdt() | Heinrich Schuchardt |
2020-01-07 | efi_loader: carve out efi_run_image() | Heinrich Schuchardt |
2020-01-07 | efi_loader: use hardware device tree by default | Heinrich Schuchardt |
2020-01-07 | efi_loader: pass address to efi_install_fdt() | Heinrich Schuchardt |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-07-16 | efi_loader: fix function comments in cmd/bootefi.c | Heinrich Schuchardt |
2019-07-16 | efi_loader: Change return type of efi_add_memory_map() | Bryan O'Donoghue |
2019-05-12 | efi_loader: comments for efi_install_fdt() | Heinrich Schuchardt |
2019-05-12 | efi_loader: deduplicate code in cmd/bootefi.c | Heinrich Schuchardt |
2019-05-07 | efi_loader: clean up UEFI sub-system initialization | Heinrich Schuchardt |
2019-05-02 | efi_loader: implement support of exit data | Heinrich Schuchardt |
2019-05-02 | efi_loader: set OsIndicationsSupported at init | AKASHI Takahiro |
2019-04-23 | efi_loader: need either ACPI table or device tree | Heinrich Schuchardt |
2019-04-23 | efi_loader: rework bootmgr/bootefi using load_image API | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: carve out do_bootefi_image() from do_bootefi() | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: carve out bootmgr code from do_bootefi() | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: move do_bootefi_bootmgr_exec() forward | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: carve out efi_selftest code from do_bootefi() | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: carve out fdt handling from do_bootefi() | AKASHI Takahiro |
2019-04-23 | cmd: bootefi: rework set_load_options() | AKASHI Takahiro |
2019-04-12 | Change FDT memory type from runtime data to boot services data | Ilias Apalodimas |
2019-02-16 | efi_loader: clean up bootefi_test_prepare() | Heinrich Schuchardt |
2019-02-16 | efi_loader: fix EFI entry counting | Heinrich Schuchardt |
2019-02-16 | efi_loader: use efi_start_image() for bootefi | Heinrich Schuchardt |
2019-02-16 | efi_loader: set entry point in efi_load_pe() | Heinrich Schuchardt |
2019-02-13 | efi_loader: refactor switch to non-secure mode | Heinrich Schuchardt |
2019-02-13 | efi_loader: move efi_init_obj_list() to a new efi_setup.c | AKASHI Takahiro |
2019-02-13 | efi_loader: avoid unnecessary pointer to long conversion | Heinrich Schuchardt |
2019-02-13 | efi_loader: use named constant for efi_dp_from_mem() | Heinrich Schuchardt |
2018-12-02 | efi_loader: create fdt reservation before copy | Heinrich Schuchardt |