summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/arm-init.c
Commit message (Expand)AuthorAgeFilesLines
* efi: Rename arm-init to efi-init common for all archAtish Patra2020-09-111-386/+0
* efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-171-2/+32
* efi/libstub: arm: Omit arch specific config table matching array on arm64Ard Biesheuvel2020-06-171-2/+4
* efi: Clean up config table description arraysArd Biesheuvel2020-04-241-2/+2
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-59/+24
|\
| * efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel2020-02-231-11/+6
| * efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel2020-02-231-19/+14
| * efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-231-0/+1
| * efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-3/+0
| * efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-3/+2
| * efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-27/+5
* | efi/arm: Start using fw_devlink_get_flags()Saravana Kannan2020-03-041-1/+1
|/
* efi/arm: Defer probe of PCIe backed efifb on DT systemsArd Biesheuvel2020-01-201-4/+103
* arm/efi: EFI soft reservation to memblockDan Williams2019-11-071-0/+9
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-5/+1
* 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/+0
* 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/+0
* 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/+8
* efi/arm: Fix the format of EFI debug messagesDennis Chen2016-06-031-8/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-161-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/+3
* | 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/+9
* | 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