summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/arm-init.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-5/+1Star
* efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-151-0/+4
* efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2018-07-231-1/+0Star
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* efi/arm/arm64: Add missing assignment of efi.config_tableArd Biesheuvel2017-08-211-0/+3
* efi/arm: Don't mark ACPI reclaim memory as MEMBLOCK_NOMAPArd Biesheuvel2017-08-211-0/+5
* efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all archit...Sai Praneeth2017-02-011-1/+0Star
* efi/arm*: Fix efi_init() error handlingYisheng Xie2016-10-181-1/+3
* efi/arm64: Treat regions with WT/WC set but WB cleared as memoryArd Biesheuvel2016-09-091-15/+17
* efi/arm*: esrt: Add missing call to efi_esrt_init()Ard Biesheuvel2016-09-091-0/+1
* efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-091-9/+8Star
* efi/arm: Fix the format of EFI debug messagesDennis Chen2016-06-031-8/+6Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-171-0/+8
|\
| * efi: ARM: avoid warning about phys_addr_t castArnd Bergmann2016-04-191-1/+1
| * efi: ARM/arm64: ignore DT memory nodes instead of removing themArd Biesheuvel2016-04-151-0/+8
* | efi/arm-init: Reserve rather than unmap the memory map for ARM as wellArd Biesheuvel2016-04-281-14/+3Star
* | efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform deviceArd Biesheuvel2016-04-281-0/+18
* | efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-1/+33
* | efi/arm*: Take the Memory Attributes table into accountArd Biesheuvel2016-04-281-0/+1
* | efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-281-0/+4
* | efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-281-11/+9Star
* | efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-2/+2
* | efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel2016-04-281-0/+2
* | efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mappingArd Biesheuvel2016-03-311-3/+15
|/
* efi/arm-init: Use read-only early mappingsArd Biesheuvel2016-02-221-7/+7
* arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-3/+4
* arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-091-0/+208