summaryrefslogtreecommitdiff
path: root/lib/efi/efi_app.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-15efi: Support the efi command in the appSimon Glass1-0/+33
2022-01-15efi: Move exit_boot_services into a functionSimon Glass1-0/+9
2021-12-31efi: Show when allocated pages are usedSimon Glass1-1/+2
2021-12-31efi: Check for failure when initing the appSimon Glass1-2/+5
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass1-19/+2
2021-12-31efi: Locate all block devices in the appSimon Glass1-0/+198
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass1-0/+10
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-07-20efi: app: Add a sysreset driverBin Meng1-1/+27
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2015-08-05efi: Add start-up library codeSimon Glass1-0/+139