summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub-helper.c
AgeCommit message (Expand)Author
2022-01-06efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-07-16efi/libstub: Fix the efi_load_initrd function descriptionAtish Patra
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-09-17efi/x86: Add a quirk to support command line arguments on Dell EFI firmwareArvind Sankar
2020-08-20efi/libstub: Handle unterminated cmdlineArvind Sankar
2020-08-20efi/libstub: Handle NULL cmdlineArvind Sankar
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-13efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLRWill Deacon
2020-06-16efi/libstub: Descriptions for stub helper functionsHeinrich Schuchardt
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar
2020-05-20efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar
2020-05-20efi/libstub: Get the exact UTF-8 lengthArvind Sankar
2020-05-20efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar
2020-05-19efi/printf: Turn vsprintf into vsnprintfArvind Sankar
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar
2020-05-19efi/libstub: Buffer output of efi_putsArvind Sankar
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind 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-23efi/gop: Allow specifying mode number on command lineArvind Sankar
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: Clean up command line parsing routineArd Biesheuvel
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel