aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
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-15Merge tag 'tegra-for-5.8-arm-core' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/socArnd 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-12firmware: 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-09gcc-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
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-28firmware: xilinx: Add sysfs and API to set boot health statusRajan Vaja1-0/+39
2020-04-28firmware: xilinx: Add sysfs to set shutdown scopeRajan Vaja1-1/+97
2020-04-28firmware: xilinx: Add system shutdown API interfaceRajan Vaja1-0/+13
2020-04-28firmware: xilinx: Add sysfs interfaceRajan Vaja1-1/+166
2020-04-28firmware: xilinx: Add APIs to read/write GGS/PGGS registersRajan Vaja1-0/+66
2020-04-28firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja1-28/+2
2020-04-28firmware: xilinx: Remove eemi ops for aes engineRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja1-4/+4