aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efistub.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-0/+28
2022-09-27efi/libstub: measure EFI LoadOptionsIlias Apalodimas1-0/+1
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel1-22/+9
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-1/+2
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel1-5/+2
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-4/+2
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-13/+2
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel1-0/+2
2022-09-20efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel1-2/+2
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-2/+2
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel1-5/+26
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L1-0/+7
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel1-1/+2
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy1-0/+74
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel1-1/+0
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel1-1/+28
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel1-0/+9
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel1-1/+1
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel1-1/+0
2020-11-04efi: generalize efi_get_securebootChester Lin1-0/+2
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar1-0/+31
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar1-0/+23
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel1-4/+0
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel1-0/+3
2020-07-09efi/libstub: Move the function prototypes to header fileAtish Patra1-0/+16
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel1-0/+2
2020-06-16efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt1-2/+8
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar1-42/+113
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar1-0/+13
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel1-0/+3
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel1-2/+1
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar1-0/+2
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar1-5/+72
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar1-6/+8
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar1-0/+3
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar1-5/+5
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar1-0/+5
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz1-0/+13
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel1-1/+1
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-10/+4
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar1-16/+5
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar1-2/+2
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar1-0/+7
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel1-6/+6
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel1-3/+3
2020-04-24efi: Kill __efistub_globalArvind Sankar1-2/+0
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar1-4/+0
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar1-1/+1
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel1-15/+0
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel1-0/+3