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