summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub.c
AgeCommit message (Expand)Author
2021-03-07efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel
2020-07-09efi/libstub: Move the function prototypes to header fileAtish Patra
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar
2020-05-01efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel
2020-04-24efi: Kill __efistub_globalArvind Sankar
2020-04-23efi/libstub/arm: Make install_memreserve_table staticZou Wei
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra