aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efistub.h
AgeCommit message (Expand)Author
2023-06-09arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel
2023-01-12efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel
2022-09-27efi/libstub: measure EFI LoadOptionsIlias Apalodimas
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel
2022-09-27efi: libstub: install boot-time memory map as config tableArd 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: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel
2022-09-20efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel
2022-05-19riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L
2022-05-03efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel
2021-01-19efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel
2021-01-19efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-11-04efi: generalize efi_get_securebootChester Lin
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar
2020-09-16efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd 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-06-16efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt
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-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind 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-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar