summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel2-3/+7
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel1-4/+1
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen1-0/+3
2020-05-14efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal1-0/+62
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz3-17/+22
2020-05-12efi/earlycon: Fix early printk for wider fontsDave Young1-6/+8
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-05-06efi/libstub: Correct comment typosJoe Perches2-2/+2
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2-13/+8
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-10/+4
2020-05-04firmware: arm_sdei: Drop check for /firmware/ node and always register driverSudeep Holla1-25/+12
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar2-8/+27
2020-05-01efi/x86: Support builtin command lineArvind Sankar1-4/+8
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar4-40/+52
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar1-39/+25
2020-05-01efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar1-1/+1
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar1-1/+1
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar1-5/+5
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar1-12/+12
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar9-52/+52
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar3-22/+23
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar1-3/+4
2020-04-30efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt1-1/+5
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-04-25efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel1-2/+2
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel1-10/+8
2020-04-24efi: Clean up config table description arraysArd Biesheuvel2-16/+16
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel1-8/+0
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel7-39/+20
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel5-32/+22
2020-04-24efi: Kill __efistub_globalArvind Sankar5-14/+11
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar2-15/+21
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar2-4/+5
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel4-184/+175
2020-04-24efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel1-2/+2
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel4-17/+71
2020-04-23efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel1-27/+5
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel1-37/+25
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel1-1/+1
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel1-1/+3
2020-04-23efi/gop: Allow automatically choosing the best modeArvind Sankar1-1/+83
2020-04-23efi/gop: Allow specifying depth as well as resolutionArvind Sankar1-5/+43
2020-04-23efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar1-1/+83
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar3-0/+112
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar1-2/+4
2020-04-23efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar1-40/+26
2020-04-23efi/gop: Use helper macros for find_bitsArvind Sankar1-18/+8
2020-04-23efi/gop: Use helper macros for populating lfb_baseArvind Sankar1-2/+2
2020-04-23efi/gop: Move variable declarations into loop blockArvind Sankar1-5/+8