aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)Author
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt
2024-03-21cmd: bootefi: error handling bootefi selftestHeinrich Schuchardt
2024-03-21cmd: bootefi: Don't show usage help if EFI binary fails.Heinrich Schuchardt
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-17cmd: bootefi: localize global device paths for efi_selftestAKASHI Takahiro
2023-12-17cmd: bootefi: carve out binary execution interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: carve out EFI boot manager interfaceAKASHI Takahiro
2023-12-17cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro
2023-12-17cmd: bootefi: unfold do_bootefi_image()AKASHI Takahiro
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2023-03-25cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-06cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-07-13efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva
2022-05-28cmd/bootefi: correct command syntaxHeinrich Schuchardt
2022-04-23cmd: bootefi: restore ability to boot arbitrary blobKyle Evans
2022-03-20efi_loader: Ignore DT when ACPI is onAlexander Graf
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima
2022-02-05efi: Add debugging to efi_set_bootdev()Simon Glass
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-29efi_loader: switch to non-secure mode laterHeinrich Schuchardt
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2021-01-13efi_loader: simplify running helloworld.efiHeinrich Schuchardt
2020-10-06efi_loader: consider no-map property of reserved memoryHeinrich Schuchardt
2020-09-06efi_loader: log messages for bootefi commandHeinrich Schuchardt
2020-08-24efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt
2020-06-30efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt
2020-06-24cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng
2020-06-19cmd: bootefi: Honor the address & size cells properties correctlyAtish Patra
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-07efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt
2020-04-30efi_loader: remove superfluous NULL check in bootefi.cHeinrich Schuchardt