aboutsummaryrefslogtreecommitdiff
path: root/cmd/efidebug.c
AgeCommit message (Expand)Author
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2024-05-01cmd: terminate efidebug test bootmgr early on errorHeinrich Schuchardt
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt
2024-01-29cmd: in do_efi_capsule_esrt use efi_get_configuration_tableHeinrich Schuchardt
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro
2024-01-13cmd: efidebug: check pointer after memory allocationHeinrich Schuchardt
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas
2023-12-17cmd: efidebug: ease efi configuration dependencyAKASHI Takahiro
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-07-09cmd: efidebug: add missing efi_free_pool for dh subcommandMasahisa Kojima
2023-03-25efi: Split out table-listing code into a new fileSimon Glass
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-10-16cmd: simplify efidebugHeinrich Schuchardt
2022-10-06cmd: simplify command efidebugHeinrich Schuchardt
2022-10-06cmd: simplify do_efi_boot_add()Heinrich Schuchardt
2022-08-13cmd: efidebug: Add missing \n at the end of messageMichal Simek
2022-04-09cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=nMasami Hiramatsu
2022-03-26cmd: efidebug: simplify do_efi_boot_add()Heinrich Schuchardt
2022-03-20efi_loader: use short-form DP for load optionsHeinrich Schuchardt
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt
2021-10-21efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-06-28efidebug: correct display of BootOrderHeinrich Schuchardt
2021-05-25efi_loader: simplify accessing variablesHeinrich Schuchardt
2021-05-25efi_loader: use efi_create_indexed_name()Heinrich Schuchardt
2021-05-25efi_loader: simplify show_efi_boot_order()Heinrich Schuchardt
2021-05-25efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt
2021-04-10efi_loader: simplify efi_get_device_path_text()Heinrich Schuchardt
2021-03-25cmd: efi: ESRT table debug printJose Marinho
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho
2021-03-25efidebug: add multiple device path instances on Boot####Ilias Apalodimas
2021-03-25efi: Fix compiler warningsSimon Glass
2021-02-26cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt
2021-02-04efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt
2021-01-23cmd: efidebug: always check return code from get_variable()AKASHI Takahiro
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2020-12-31efidebug: capsule: Add a command to update capsule on diskSughosh Ganu
2020-12-03cmd: add "efidebug capsule" commandAKASHI Takahiro
2020-12-03cmd: efidebug: Add support for TCG2 final events tableIlias Apalodimas
2020-09-27efi_loader: efidebug display RNG protocolHeinrich Schuchardt
2020-08-13cmd/efidebug: missing initialization of load_optionsHeinrich Schuchardt
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt