aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efistub.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'efi-next-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-7/+88
2024-03-09efi/libstub: Add get_event_log() support for CC platformsKuppuswamy Sathyanarayanan1-1/+3
2024-03-09efi/libstub: Add Confidential Computing (CC) measurement typedefsKuppuswamy Sathyanarayanan1-0/+79
2024-03-09efi/libstub: Use TPM event typedefs from the TCG PC Client specArd Biesheuvel1-6/+6
2024-03-04efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel1-1/+1
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel1-1/+2
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt1-0/+8
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti1-0/+8
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel1-1/+1
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel1-0/+1
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov1-0/+6
2023-05-25efi: fix missing prototype warningsArnd Bergmann1-0/+3
2023-04-26efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel1-2/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel1-0/+1
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel1-3/+2
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel1-3/+38
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel1-0/+3
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov1-0/+20
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel1-0/+4
2022-11-18efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-0/+2
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel1-27/+54
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel1-6/+14
2022-11-18efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel1-0/+15
2022-11-18efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel1-2/+4
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel1-0/+15
2022-11-10arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-0/+28
2022-11-09efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel1-0/+4
2022-11-09efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel1-0/+8
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel1-0/+3
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