aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efistub.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar1-0/+2
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar1-2/+4
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel1-0/+16
2020-04-23efi/libstub: Make initrd file loader configurableArd Biesheuvel1-9/+29
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar1-1/+1
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel1-1/+4
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel1-14/+31
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel1-0/+1
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel1-0/+4
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel1-0/+14
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel1-1/+5
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel1-1/+2
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel1-7/+10
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel1-0/+1
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel1-2/+0
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel1-1/+2
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel1-29/+478
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel1-0/+63
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel1-0/+16
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel1-3/+9
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel1-0/+8
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel1-10/+7
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel1-4/+5
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel1-0/+2
2019-11-07x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski1-2/+0
2019-06-24Abstract out support for locating an EFI config tableMatthew Garrett1-0/+2
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel1-0/+1
2019-02-04efi/fdt: Apply more cleanupsIngo Molnar1-0/+11
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel1-0/+7
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel1-0/+2
2017-02-01efi: Deduplicate efi_file_size() / _read() / _close()Lukas Wunner1-8/+0
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelArd Biesheuvel1-8/+0
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel1-0/+2
2016-11-13efi/libstub: Add random.c to ARM buildArd Biesheuvel1-0/+9
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2016-02-24efi: stub: add implementation of efi_random_alloc()Ard Biesheuvel1-0/+4
2016-02-24efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOLArd Biesheuvel1-0/+3
2016-02-22efi/arm*: Perform hardware compatibility checkArd Biesheuvel1-0/+2
2016-02-22efi/efistub: Prevent __init annotations from being usedArd Biesheuvel1-0/+10
2015-09-22x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin1-4/+0
2015-04-01efi/libstub: Retrieve FDT size when loaded from UEFI config tableArd Biesheuvel1-1/+1
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+4
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel1-0/+4
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel1-0/+42