aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-3/+0
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+5
2018-07-25efi: Drop error return in efi_carve_out_dt_rsv()Simon Glass1-10/+14
2018-07-25efi: Tidy up device-tree-size calculation in copy_fdt()Simon Glass1-2/+6
2018-07-25efi_loader: Use map_sysmem() in bootefi commandAlexander Graf1-5/+8
2018-07-25efi_loader: ARM: don't attempt to enter non-secure mode twiceMark Kettenis1-1/+5
2018-07-25efi_loader: ARM: run EFI payloads non-secureMark Kettenis1-0/+33
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng1-0/+5
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf1-0/+9
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-2/+4
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt1-0/+13
2018-06-03efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt1-2/+0
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger1-2/+2
2018-04-06efi_loader: Respect DT reserved regionsAlexander Graf1-0/+26
2018-04-04efi_loader: correctly determine the boot partitionHeinrich Schuchardt1-13/+4
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt1-47/+64
2018-04-04efi_loader: check initialization of EFI subsystem is successfulHeinrich Schuchardt1-20/+47
2018-04-04efi_loader: do_bootefi_exec should always return an EFI status codeHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: simplify calling efi_init_obj_listHeinrich Schuchardt1-8/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-2/+2
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek1-2/+2
2018-02-10efi_loader: fix the online help for bootefi bootmgrHeinrich Schuchardt1-1/+1
2018-01-28efi_loader: catch misspelled bootefi subcommandHeinrich Schuchardt1-0/+3
2018-01-28efi_loader: Always use EFIAPI instead of asmlinkageAlexander Graf1-5/+6
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt1-0/+3
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt1-2/+2
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt1-5/+5
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt1-3/+4
2017-12-01efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese1-0/+2
2017-12-01efi_loader: use bootargs as load optionsHeinrich Schuchardt1-0/+2
2017-12-01efi_selftest: correctly cleanup after selftestHeinrich Schuchardt1-1/+3
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt1-1/+36
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt1-0/+6
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt1-9/+9
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt1-0/+1
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+23
2017-09-21efi_loader: fix efi_exitRob Clark1-1/+0
2017-09-20efi_loader: reenable selftestHeinrich Schuchardt1-2/+6
2017-09-20efi_loader: add bootmgrRob Clark1-2/+47
2017-09-20efi_loader: efi variable supportRob Clark1-0/+4
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-142/+59
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt1-3/+22
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-2/+2
2017-09-18efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt1-1/+5
2017-08-12efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de1-2/+2
2017-07-26efi_loader: Fix configuration table overrideAlexander Graf1-4/+3
2017-07-24efi_loader: initalize EFI object list only onceHeinrich Schuchardt1-26/+36
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark1-1/+1
2017-07-24efi_loader: EFI file paths should be DOS styleRob Clark1-1/+5