aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel4-8/+7
2020-05-22efi/libstub: Don't parse overlong command linesArvind Sankar1-5/+23
2020-05-22firmware: tegra: Defer BPMP probe if shared memory not availableJon Hunter1-2/+2
2020-05-21firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla1-1/+0
2020-05-20firmware: smccc: Add function to fetch SMCCC versionSudeep Holla1-0/+5
2020-05-20firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla4-16/+36
2020-05-20firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla1-4/+4
2020-05-20firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and aboveSudeep Holla2-4/+18
2020-05-20efi/libstub: Use snprintf with %ls to convert the command lineArvind Sankar1-60/+6
2020-05-20efi/libstub: Get the exact UTF-8 lengthArvind Sankar1-12/+32
2020-05-20efi/libstub: Use %ls for filenameArvind Sankar1-3/+1
2020-05-20efi/libstub: Add UTF-8 decoding to efi_putsArvind Sankar1-5/+62
2020-05-20efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar1-5/+106
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar3-1/+133
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar1-5/+72
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar2-8/+35
2020-05-20ARM: bcm2835: Switch to use %ptTAndy Shevchenko1-9/+3
2020-05-20firmware: arm_sdei: Document the motivation behind these set_fs() callsJames Morse1-0/+8
2020-05-20firmware: arm_sdei: remove unused interfacesChristoph Hellwig1-4/+0
2020-05-20firmware: arm_sdei: Put the SDEI table after using itHanjun Guo1-0/+2
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-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