summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede-0/+57
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel-3/+3
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt-1/+0
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky-8/+10
2020-02-28firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula-0/+25
2020-02-27firmware: arm_sdei: clean up sdei_event_create()Liguang Zhang-9/+3
2020-02-27firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse-12/+14
2020-02-27firmware: arm_sdei: fix possible double-lock on hibernate error pathLiguang Zhang-6/+13
2020-02-27firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse-17/+15
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld-2/+2
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar-1/+2
2020-02-24firmware: imx: Align imx_sc_msg_req_cpu_start to 4Leonard Crestez-1/+1
2020-02-24firmware: imx: scu-pd: Align imx sc msg structs to 4Leonard Crestez-1/+1
2020-02-24firmware: imx: misc: Align imx sc msg structs to 4Leonard Crestez-3/+3
2020-02-24firmware: imx: scu: Ensure sequential TXLeonard Crestez-0/+27
2020-02-23efi: Use EFI ResetSystem only when availableArd Biesheuvel-2/+2
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel-0/+3
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel-22/+10
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel-0/+12
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel-10/+17
2020-02-23efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel-121/+89
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel-18/+29
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel-135/+143
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel-13/+16
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel-8/+17
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel-18/+35
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel-37/+14
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel-2/+3
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel-37/+6
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel-27/+25
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel-31/+0
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel-27/+66
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel-6/+6
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel-8/+8
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel-11/+10
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel-24/+1
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel-11/+11
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel-3/+0
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel-35/+52
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel-3/+125
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel-23/+23
2020-02-23efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt-1/+1
2020-02-23efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt-4/+2
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt-1/+1
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt-0/+24
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt-9/+20
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt-2/+34
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt-6/+7
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt-2/+14
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel-0/+14