summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
Commit message (Expand)AuthorAgeFilesLines
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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
* efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt2020-03-281-1/+2
* cmd: bootefi: Parse reserved-memory node from DTAtish Patra2020-03-171-9/+34
* efi_loader: create reservations after ft_board_setupHeinrich Schuchardt2020-03-171-3/+3
* efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt2020-02-191-5/+5
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* efi_loader: free load options after executionHeinrich Schuchardt2020-01-071-12/+14
* efi_loader: export efi_install_fdt()Heinrich Schuchardt2020-01-071-10/+14
* efi_loader: carve out efi_run_image()Heinrich Schuchardt2020-01-071-19/+32
* efi_loader: use hardware device tree by defaultHeinrich Schuchardt2020-01-071-8/+14
* efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt2020-01-071-14/+18
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt2019-07-161-3/+13
* efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-161-2/+2
* efi_loader: comments for efi_install_fdt()Heinrich Schuchardt2019-05-121-3/+8
* efi_loader: deduplicate code in cmd/bootefi.cHeinrich Schuchardt2019-05-121-62/+37
* efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt2019-05-071-27/+0