summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)AuthorFilesLines
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel4-35/+52
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel4-3/+125
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt1-1/+1
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt1-0/+24
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt1-9/+20
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt1-2/+34
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt1-6/+7
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt1-2/+14
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: Clean up command line parsing routineArd Biesheuvel5-55/+96
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel4-17/+20
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel4-228/+169
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel4-289/+311
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel3-37/+33
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel3-115/+125
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel4-11/+8
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel1-29/+478
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel1-1/+6
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel2-8/+71
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel3-0/+791
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel3-89/+21
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel3-314/+320
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel1-5/+1
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel3-7/+8
2020-02-23efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel2-63/+22
2020-02-23efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel3-22/+28
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett3-1/+130
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar1-4/+1
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel3-22/+28
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel9-109/+90
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel2-13/+7
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel3-14/+11
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel1-1/+4
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel10-139/+111
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel8-61/+59
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel2-9/+9
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel3-1/+14
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel1-10/+7
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel1-4/+6
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2-4/+5
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel1-10/+0
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel1-30/+15
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2-10/+16
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel1-7/+2
2019-12-25efi/gop: Unify 32/64-bit functionsArvind Sankar1-116/+18
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar1-13/+13
2019-12-25efi/libstub/random: Initialize pointer variables to zero for mixed modeHans de Goede1-3/+3
2019-12-08efi/gop: Fix memory leak in __gop_query32/64()Arvind Sankar1-54/+12
2019-12-08efi/gop: Return EFI_SUCCESS if a usable GOP was foundArvind Sankar1-2/+2