summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/efi-stub-helper.c
AgeCommit message (Expand)Author
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
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-11-07efi: Common enable/disable infrastructure for EFI soft reservationDan Williams
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-08-12efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede
2019-06-24Abstract out support for locating an EFI config tableMatthew Garrett
2019-02-04efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner
2017-08-17efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He
2017-04-05efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline argArd Biesheuvel
2017-04-05efi/libstub: Unify command line param parsingArd Biesheuvel