summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub.c
AgeCommit message (Expand)Author
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-11-09efi: libstub: Drop handling of EFI properties tableArd Biesheuvel
2022-11-09efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel
2022-09-27efi: libstub: fix up the last remaining open coded boot service callArd Biesheuvel
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
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