summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)Author
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
2020-03-28efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt
2020-03-17cmd: bootefi: Parse reserved-memory node from DTAtish Patra
2020-03-17efi_loader: create reservations after ft_board_setupHeinrich Schuchardt
2020-02-19efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-07efi_loader: free load options after executionHeinrich Schuchardt
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt
2020-01-07efi_loader: use hardware device tree by defaultHeinrich Schuchardt
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-16efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-05-12efi_loader: comments for efi_install_fdt()Heinrich Schuchardt
2019-05-12efi_loader: deduplicate code in cmd/bootefi.cHeinrich Schuchardt
2019-05-07efi_loader: clean up UEFI sub-system initializationHeinrich Schuchardt
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro