aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/arm32-stub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel1-1/+2
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel1-141/+37
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel1-1/+1
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel1-1/+53
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-39/+6
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-39/+6
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar1-6/+6
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel1-0/+1
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-15/+15
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-15/+11
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-8/+6
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams1-0/+5
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-1/+1
2019-10-31efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel1-3/+13
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel1-5/+1
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel1-0/+2
2017-04-05efi/arm32-stub: Allow boot-time allocations in the vmlinux regionArd Biesheuvel1-20/+128
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-0/+37
2016-02-22efi/arm: Check for LPAE support before booting a LPAE kernelArd Biesheuvel1-0/+17
2015-12-14ARM: add UEFI stub supportRoy Franz1-0/+85