| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=n | Masami Hiramatsu | 2022-04-09 | 1 | -0/+4 |
* | cmd: efidebug: simplify do_efi_boot_add() | Heinrich Schuchardt | 2022-03-26 | 1 | -3/+2 |
* | efi_loader: use short-form DP for load options | Heinrich Schuchardt | 2022-03-20 | 1 | -22/+48 |
* | efi: Use 16-bit unicode strings | Simon Glass | 2022-02-03 | 1 | -14/+14 |
* | cmd: efidebug: simplify printing GUIDs | Heinrich Schuchardt | 2022-01-19 | 1 | -156/+4 |
* | efi_loader: avoid multiple local copies of lf2_initrd_guid | Heinrich Schuchardt | 2021-10-21 | 1 | -2/+1 |
* | efi_loader: efi_dp_from_lo() unused parameter size | Heinrich Schuchardt | 2021-10-21 | 1 | -2/+1 |
* | efi_loader: simplify show_efi_boot_opt_data() | Heinrich Schuchardt | 2021-10-21 | 1 | -7/+2 |
* | efi_loader: efi_dp_from_lo() don't copy GUID | Heinrich Schuchardt | 2021-10-21 | 1 | -1/+1 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -7/+7 |
* | efidebug: correct display of BootOrder | Heinrich Schuchardt | 2021-06-28 | 1 | -1/+1 |
* | efi_loader: simplify accessing variables | Heinrich Schuchardt | 2021-05-25 | 1 | -15/+18 |
* | efi_loader: use efi_create_indexed_name() | Heinrich Schuchardt | 2021-05-25 | 1 | -23/+14 |
* | efi_loader: simplify show_efi_boot_order() | Heinrich Schuchardt | 2021-05-25 | 1 | -14/+1 |
* | efi_loader: simplify show_efi_boot_opt_data() | Heinrich Schuchardt | 2021-05-25 | 1 | -12/+1 |
* | efi_loader: simplify efi_get_device_path_text() | Heinrich Schuchardt | 2021-04-10 | 1 | -15/+16 |
* | cmd: efi: ESRT table debug print | Jose Marinho | 2021-03-25 | 1 | -0/+84 |
* | efi: Add ESRT to the EFI system table | Jose Marinho | 2021-03-25 | 1 | -0/+4 |
* | efidebug: add multiple device path instances on Boot#### | Ilias Apalodimas | 2021-03-25 | 1 | -36/+155 |
* | efi: Fix compiler warnings | Simon Glass | 2021-03-25 | 1 | -1/+1 |
* | cmd/efidebug: add firmware management protocol GUID | Heinrich Schuchardt | 2021-02-26 | 1 | -0/+4 |
* | efi_loader: install UEFI System Partition GUID | Heinrich Schuchardt | 2021-02-04 | 1 | -0/+5 |
* | cmd: efidebug: always check return code from get_variable() | AKASHI Takahiro | 2021-01-23 | 1 | -5/+7 |
* | efi_loader: make the UEFI boot manager configurable | Heinrich Schuchardt | 2021-01-20 | 1 | -2/+6 |
* | efi_loader: implement EFI_DT_FIXUP_PROTOCOL | Heinrich Schuchardt | 2021-01-13 | 1 | -0/+5 |
* | efidebug: capsule: Add a command to update capsule on disk | Sughosh Ganu | 2020-12-31 | 1 | -0/+14 |
* | cmd: add "efidebug capsule" command | AKASHI Takahiro | 2020-12-03 | 1 | -0/+235 |
* | cmd: efidebug: Add support for TCG2 final events table | Ilias Apalodimas | 2020-12-03 | 1 | -0/+4 |
* | efi_loader: efidebug display RNG protocol | Heinrich Schuchardt | 2020-09-27 | 1 | -0/+5 |
* | cmd/efidebug: missing initialization of load_options | Heinrich Schuchardt | 2020-08-13 | 1 | -1/+1 |
* | efi_loader: set load options in boot manager | Heinrich Schuchardt | 2020-08-08 | 1 | -1/+3 |
* | efi_loader: validate load option | Heinrich Schuchardt | 2020-06-03 | 1 | -6/+15 |
* | efi_loader: add EFI_MEMORY_SP to memory attributes | Heinrich Schuchardt | 2020-05-21 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -35/+35 |
* | cmd: efidebug: Add support for querying UEFI variable storage | Ilias Apalodimas | 2020-05-17 | 1 | -1/+57 |
* | cmd: efidebug: fix -Werror=type-limits warning | Heinrich Schuchardt | 2020-05-10 | 1 | -1/+1 |
* | cmd: efidebug: add a comment against Coverity check (300329) | AKASHI Takahiro | 2020-05-09 | 1 | -0/+5 |
* | cmd: efidebug: fix a wrong handling of arguments | AKASHI Takahiro | 2020-05-09 | 1 | -1/+1 |
* | cmd: efidebug: simplify UEFI protocol calls | Heinrich Schuchardt | 2020-05-04 | 1 | -21/+19 |
* | efi_loader: fix 'efidebug bootorder' | Heinrich Schuchardt | 2020-04-30 | 1 | -21/+26 |
* | efi_loader: efidebug, avoid illegal memory access | Heinrich Schuchardt | 2020-04-30 | 1 | -1/+2 |
* | efi_loader: fix 'efidebug boot dump' | Heinrich Schuchardt | 2020-04-30 | 1 | -25/+20 |
* | cmd: efidebug: add "test bootmgr" sub-command | AKASHI Takahiro | 2020-04-16 | 1 | -1/+77 |
* | cmd: efidebug: fix int to pointer cast | Heinrich Schuchardt | 2020-03-28 | 1 | -3/+5 |
* | cmd: map addresses to sysmem in efidebug memmap | Heinrich Schuchardt | 2020-03-17 | 1 | -2/+4 |
* | cmd: efidebug: correct error message | Heinrich Schuchardt | 2020-03-11 | 1 | -1/+1 |
* | cmd: efidebug: fix a failure of "boot rm" sub-command | AKASHI Takahiro | 2020-03-11 | 1 | -2/+3 |
* | efi_loader: Implement FileLoad2 for initramfs loading | Ilias Apalodimas | 2020-02-28 | 1 | -0/+4 |
* | efi_loader: implement EFI_RT_PROPERTIES_TABLE | Heinrich Schuchardt | 2020-02-26 | 1 | -0/+4 |