summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/efi.h
AgeCommit message (Expand)Author
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-09-27efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2020-12-14efi: arm: force use of unsigned type for EFI_PHYS_ALIGNArd Biesheuvel
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-12-09efi: arm: reduce minimum alignment of uncompressed kernelArd Biesheuvel
2020-12-09efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Remove unused __efi_call_early() macroArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel
2017-02-07arm/efi: Allow invocation of arbitrary runtime servicesDavid Howells
2016-11-13efi: Allow bitness-agnostic protocol callsLukas Wunner
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton
2016-04-28arm/efi: Enable runtime call flag checkingMark Rutland
2016-04-28arm/efi: Move to generic {__,}efi_call_virt()Mark Rutland
2016-04-28efifb: Enable the efi-framebuffer platform driver for ARM and arm64Ard Biesheuvel
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel
2016-04-28efi/libstub: Move Graphics Output Protocol handling to generic codeArd Biesheuvel
2016-04-28ARM/efi: Apply strict permissions for UEFI Runtime Services regionsArd Biesheuvel
2015-12-14ARM: add UEFI stub supportRoy Franz
2015-12-13ARM: wire up UEFI init and runtime supportArd Biesheuvel