summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efistub.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel2022-09-271-22/+9
|\
| * efi: libstub: install boot-time memory map as config tableArd Biesheuvel2022-09-271-1/+2
| * efi: libstub: remove DT dependency from generic stubArd Biesheuvel2022-09-271-5/+2
| * efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-4/+2
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-13/+2
| * efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel2022-09-261-0/+2
* | efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel2022-09-201-2/+2
* | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-171-2/+2
* | efi/libstub: add some missing EFI prototypesArd Biesheuvel2022-09-171-5/+26
|/
* riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-05-191-0/+7
* efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-031-1/+2
* efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-0/+74
* efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-211-1/+0
* efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel2021-11-211-1/+28
* efi/libstub: move TPM related prototypes into efistub.hArd Biesheuvel2021-01-191-0/+9
* efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()Ard Biesheuvel2021-01-191-1/+1
* efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-1/+0
* efi: generalize efi_get_securebootChester Lin2020-11-041-0/+2
* efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar2020-09-171-0/+31
* efi/libstub: Add efi_warn and *_once logging helpersArvind Sankar2020-09-161-0/+23
* efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel2020-09-161-4/+0
* efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2020-09-161-0/+3
* efi/libstub: Move the function prototypes to header fileAtish Patra2020-07-091-0/+16
* efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-171-0/+2
* efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt2020-06-161-2/+8
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-42/+113
|\
| * efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2020-05-231-0/+3
| * efi/libstub: Use pool allocation for the command lineArd Biesheuvel2020-05-221-2/+1
| * efi/gop: Add an option to list out the available GOP modesArvind Sankar2020-05-201-0/+2
| * efi/libstub: Add definitions for console input and eventsArvind Sankar2020-05-201-5/+72
| * efi/libstub: Implement printk-style loggingArvind Sankar2020-05-201-6/+8
| * efi/libstub: Add a basic printf implementationArvind Sankar2020-05-191-0/+3
| * efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar2020-05-191-5/+5
| * efi/libstub: Include dependencies of efistub.hArvind Sankar2020-05-191-0/+5
| * efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2020-05-051-1/+1
| * efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar2020-05-051-10/+4
| * efi/libstub: Unify initrd loading across architecturesArvind Sankar2020-05-011-16/+5
| * efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar2020-05-011-2/+2
| * efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar2020-05-011-0/+7
* | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-0/+13
|\ \ | |/ |/|
| * efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-141-0/+13
* | efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-241-6/+6
* | efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-241-3/+3
* | efi: Kill __efistub_globalArvind Sankar2020-04-241-2/+0
* | efi/x86: Remove __efistub_global and add relocation checkArvind Sankar2020-04-241-4/+0
* | efi/arm: Remove __efistub_global annotationArvind Sankar2020-04-241-1/+1
* | efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel2020-04-241-15/+0
* | efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel2020-04-241-0/+3
* | efi/gop: Allow specifying mode number on command lineArvind Sankar2020-04-231-0/+2
* | efi/gop: Add prototypes for query_mode and set_modeArvind Sankar2020-04-231-2/+4