summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar-1/+1
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar-5/+5
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar-12/+12
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar-52/+52
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar-22/+23
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar-3/+4
2020-04-30efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt-1/+5
2020-04-28firmware: xilinx: Add sysfs and API to set boot health statusRajan Vaja-0/+39
2020-04-28firmware: xilinx: Add sysfs to set shutdown scopeRajan Vaja-1/+97
2020-04-28firmware: xilinx: Add system shutdown API interfaceRajan Vaja-0/+13
2020-04-28firmware: xilinx: Add sysfs interfaceRajan Vaja-1/+166
2020-04-28firmware: xilinx: Add APIs to read/write GGS/PGGS registersRajan Vaja-0/+66
2020-04-28firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja-28/+2
2020-04-28firmware: xilinx: Remove eemi ops for aes engineRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja-4/+3
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for reset_get_statusRajan Vaja-3/+2
2020-04-28firmware: xilinx: Remove eemi ops for reset_assertRajan Vaja-3/+3
2020-04-28firmware: xilinx: Use APIs instead of IOCTLsRajan Vaja-29/+89
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get parentRajan Vaja-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get rateRajan Vaja-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for clock_getdividerRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_setdividerRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_getstateRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_disableRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_enableRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for query_dataRajan Vaja-4/+3
2020-04-28firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja-3/+3
2020-04-28firmware: fpga: replace the error codes with the standard onesRichard Gong-49/+23
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-04-25efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel-2/+2
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel-10/+8
2020-04-24efi: Clean up config table description arraysArd Biesheuvel-16/+16
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel-8/+0
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel-39/+20
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel-32/+22
2020-04-24efi: Kill __efistub_globalArvind Sankar-14/+11
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar-15/+21
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar-4/+5
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel-184/+175
2020-04-24efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel-2/+2
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel-17/+71
2020-04-23efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel-27/+5
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel-37/+25
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel-1/+1
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel-1/+3