summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)AuthorFilesLines
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-16image: 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-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: 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
2020-03-28efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt1-1/+2
2020-03-17cmd: bootefi: Parse reserved-memory node from DTAtish Patra1-9/+34
2020-03-17efi_loader: create reservations after ft_board_setupHeinrich Schuchardt1-3/+3
2020-02-19efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt1-5/+5
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-07efi_loader: free load options after executionHeinrich Schuchardt1-12/+14
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt1-10/+14
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt1-19/+32
2020-01-07efi_loader: use hardware device tree by defaultHeinrich Schuchardt1-8/+14
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt1-14/+18
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-17efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt1-3/+13
2019-07-17efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue1-2/+2
2019-05-12efi_loader: comments for efi_install_fdt()Heinrich Schuchardt1-3/+8