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