summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efistub.h
AgeCommit message (Expand)Author
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
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel
2020-04-23efi/libstub: Make initrd file loader configurableArd Biesheuvel
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel