summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-05-20firmware: imx: scu: Fix possible memory leak in imx_scu_probe()Wei Yongjun1-0/+1
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-39/+6
2020-05-19efi/printf: Turn vsprintf into vsnprintfArvind Sankar2-18/+30
2020-05-19efi/printf: Abort on invalid formatArvind Sankar1-6/+8
2020-05-19efi/printf: Refactor code to consolidate padding and outputArvind Sankar1-126/+148
2020-05-19efi/printf: Handle null string inputArvind Sankar1-0/+5
2020-05-19efi/printf: Factor out integer argument retrievalArvind Sankar1-33/+33
2020-05-19efi/printf: Factor out width/precision parsingArvind Sankar1-21/+40
2020-05-19efi/printf: Merge 'p' with the integer formatsArvind Sankar1-14/+8
2020-05-19efi/printf: Fix minor bug in precision handlingArvind Sankar1-2/+4
2020-05-19efi/printf: Factor out flags parsing and handle '%' earlierArvind Sankar1-25/+31
2020-05-19efi/printf: Add 64-bit and 8-bit integer supportArvind Sankar1-27/+143
2020-05-19efi/printf: Drop %n format and L qualifierArvind Sankar1-12/+2
2020-05-19efi/libstub: Optimize for size instead of speedArvind Sankar1-2/+2
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar4-1/+320
2020-05-19efi/libstub: Buffer output of efi_putsArvind Sankar1-6/+13
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar3-16/+16
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar1-0/+5
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-16Merge tag 'tegra-for-5.8-arm-core' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-8/+22
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen1-0/+3
2020-05-15firmware: xilinx: Fix an error handling path in 'zynqmp_firmware_probe()'Christophe JAILLET1-2/+2
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-13USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne1-1/+2
2020-05-13firmware: raspberrypi: Introduce vl805 init routineNicolas Saenz Julienne1-0/+61
2020-05-13dt-bindings: firmware: imx: Move system control into dt-binding headfileDong Aisheng1-1/+0
2020-05-13firmware: qcom_scm-legacy: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-12efi/earlycon: Fix early printk for wider fontsDave Young1-6/+8
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2020-05-10gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-05-07firmware: arm_scmi: fix psci dependencySudeep Holla2-2/+2
2020-05-06firmware: tf: Different way of L2 cache enabling after LP2 suspendDmitry Osipenko1-2/+19
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-04firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}Nathan Chancellor1-0/+2
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