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