aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt2024-05-011-1/+0
* cmd: bootefi: error handling bootefi selftestHeinrich Schuchardt2024-03-211-3/+1
* cmd: bootefi: Don't show usage help if EFI binary fails.Heinrich Schuchardt2024-03-211-6/+2
* cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro2023-12-171-528/+11
* cmd: bootefi: localize global device paths for efi_selftestAKASHI Takahiro2023-12-171-6/+13
* cmd: bootefi: carve out binary execution interfaceAKASHI Takahiro2023-12-171-14/+32
* cmd: bootefi: carve out EFI boot manager interfaceAKASHI Takahiro2023-12-171-19/+24
* cmd: bootefi: re-organize do_bootefi()AKASHI Takahiro2023-12-171-26/+56
* cmd: bootefi: unfold do_bootefi_image()AKASHI Takahiro2023-12-171-64/+37
* boot: Drop size parameter from image_setup_libfdt()Simon Glass2023-12-131-1/+1
* efi_loader: add return to efibootmgr event groupMasahisa Kojima2023-11-181-0/+12
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-4/+2
* efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas2023-07-281-15/+6
* efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2023-05-131-1/+1
* cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt2023-03-251-16/+3
* efi_loader: Measure the loaded DTBEtienne Carriere2023-02-191-0/+8
* efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas2022-10-161-2/+4
* cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocolIlias Apalodimas2022-10-061-9/+8
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2022-07-131-2/+2
* cmd: load: add load command for memory mappedRui Miguel Silva2022-06-221-0/+12
* cmd/bootefi: correct command syntaxHeinrich Schuchardt2022-05-281-6/+15
* cmd: bootefi: restore ability to boot arbitrary blobKyle Evans2022-04-231-14/+22
* efi_loader: Ignore DT when ACPI is onAlexander Graf2022-03-201-2/+2
* efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2022-02-261-0/+17
* efi: Add debugging to efi_set_bootdev()Simon Glass2022-02-051-11/+21
* efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas2022-01-151-0/+2
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-2/+2
* efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-251-0/+3
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* efi_loader: switch to non-secure mode laterHeinrich Schuchardt2021-01-291-0/+4
* efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-201-4/+9
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-80/+0
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-55/+87
* efi_loader: simplify running helloworld.efiHeinrich Schuchardt2021-01-131-11/+1
* efi_loader: consider no-map property of reserved memoryHeinrich Schuchardt2020-10-061-6/+28
* efi_loader: log messages for bootefi commandHeinrich Schuchardt2020-09-061-3/+9
* efi_loader: document parameters of do_bootefi_exec()Heinrich Schuchardt2020-08-241-0/+4
* efi_loader: set load options in boot managerHeinrich Schuchardt2020-08-081-10/+12
* efi_loader: factor out efi_set_load_options()Heinrich Schuchardt2020-08-081-36/+19
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-221-18/+24
* efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt2020-06-301-1/+1
* cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng2020-06-241-1/+2
* cmd: bootefi: Honor the address & size cells properties correctlyAtish Patra2020-06-191-3/+6
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-6/+2
* efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2020-05-071-2/+2
* efi_loader: remove superfluous NULL check in bootefi.cHeinrich Schuchardt2020-04-301-4/+2