summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/efistub.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel2020-04-231-0/+16
* | efi/libstub: Make initrd file loader configurableArd Biesheuvel2020-04-231-9/+29
|/
* efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-141-1/+1
* efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-231-1/+4
* efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel2020-02-231-14/+31
* efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel2020-02-231-0/+1
* efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-231-0/+4
* efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+14
* efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel2020-02-231-1/+5
* efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel2020-02-231-1/+2
* efi/libstub: Rewrite file I/O routineArd Biesheuvel2020-02-231-7/+10
* efi/libstub: Move file I/O support code into separate fileArd Biesheuvel2020-02-231-0/+1
* efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel2020-02-231-2/+0
* efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel2020-02-231-1/+2
* efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel2020-02-231-29/+478
* efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel2020-02-231-0/+63
* efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel2020-02-231-0/+16
* efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel2019-12-251-3/+9
* efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-0/+8
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-10/+7
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-4/+5
* efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel2019-12-251-0/+2
* x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableDominik Brodowski2019-11-071-2/+0
* Abstract out support for locating an EFI config tableMatthew Garrett2019-06-241-0/+2
* efi/arm/arm64: Allow SetVirtualAddressMap() to be omittedArd Biesheuvel2019-02-041-0/+1