aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/arm-stub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra1-408/+0
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel1-12/+15
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel1-3/+12
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel1-8/+4
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel1-0/+33
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel1-1/+1
2020-02-22efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel1-62/+22
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-20/+26
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel1-1/+1
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-7/+6
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-29/+26
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-14/+14
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel1-9/+0
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel1-1/+10
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel1-2/+2
2019-11-07efi: libstub/tpm: enable tpm eventlog function for ARM platformsXinwei Kong1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner1-4/+1
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-3/+0
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel1-0/+5
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-11-30efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel1-1/+1
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+3
2018-09-26efi/arm: libstub: add a root memreserve config tableArd Biesheuvel1-0/+27
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-25/+0
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel1-3/+4
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+5
2017-10-27efi/libstub: arm: omit sorting of the UEFI memory mapArd Biesheuvel1-2/+5
2017-10-25efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=yArd Biesheuvel1-1/+2
2017-08-26efi/libstub: Enable reset attack mitigationMatthew Garrett1-0/+3
2017-04-17efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT spaceArd Biesheuvel1-2/+9
2017-04-05ef/libstub/arm/arm64: Randomize the base of the UEFI rt services regionArd Biesheuvel1-13/+36
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel1-10/+10
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel1-17/+7
2017-04-05efi/arm-stub: Correct FDT and initrd allocation rules for arm64Ard Biesheuvel1-3/+4
2017-02-07efi: Get and store the secure boot statusDavid Howells1-57/+6
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner1-69/+0
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel1-0/+2
2016-04-28efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'Ard Biesheuvel1-0/+23
2016-04-28efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto1-7/+25
2016-04-28efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto1-4/+18
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2016-02-24arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel1-13/+27
2016-02-22efi/arm*: Perform hardware compatibility checkArd Biesheuvel1-0/+4
2015-12-14ARM: add UEFI stub supportRoy Franz1-1/+3
2015-10-01arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel1-15/+73
2015-04-01efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel1-4/+3