summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efi-stub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-261-0/+31
* efi/loongarch: Add efistub booting supportHuacai Chen2022-09-061-6/+14
* efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-031-1/+1
* RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-201-0/+2
|\
| * riscv: Implement sv48 supportAlexandre Ghiti2022-01-201-0/+2
* | efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-211-8/+2
|/
* efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel2021-03-071-0/+16
* efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-1/+0
* RISC-V: Add EFI runtime servicesAtish Patra2020-10-021-1/+10
* efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel2020-09-161-43/+1
* efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-161-2/+2
* efi/libstub: Move the function prototypes to header fileAtish Patra2020-07-091-17/+0
* efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-171-0/+3
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-33/+37
|\
| * efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2020-05-231-1/+2
| * efi/libstub: Use pool allocation for the command lineArd Biesheuvel2020-05-221-2/+2
| * efi/libstub: Check return value of efi_parse_optionsArvind Sankar2020-05-011-6/+17
| * efi/libstub: Unify initrd loading across architecturesArvind Sankar2020-05-011-10/+2
| * efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar2020-05-011-1/+1
| * efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar2020-05-011-16/+16
* | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-1/+5
|/
* efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-241-3/+3
* efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-241-9/+4
* efi: Kill __efistub_globalArvind Sankar2020-04-241-2/+2
* efi/libstub/arm: Make install_memreserve_table staticZou Wei2020-04-231-1/+1
* efi/libstub: Move arm-stub to a common fileAtish Patra2020-04-231-0/+408