aboutsummaryrefslogtreecommitdiff
path: root/lib/efi/efi_app.c
AgeCommit message (Expand)Author
2024-01-13efi: Avoid using dm_scan_other()Simon Glass
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-12-05efi: Collect the ACPI tables in the appSimon Glass
2022-04-29efi: fix devpath_is_partition()Heinrich Schuchardt
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15efi: Support the efi command in the appSimon Glass
2022-01-15efi: Move exit_boot_services into a functionSimon Glass
2021-12-31efi: Show when allocated pages are usedSimon Glass
2021-12-31efi: Check for failure when initing the appSimon Glass
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass
2021-12-31efi: Locate all block devices in the appSimon Glass
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-07-20efi: app: Add a sysreset driverBin Meng
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2015-08-05efi: Add start-up library codeSimon Glass