summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel1-1/+1
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel1-1/+6
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar1-1/+1
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel1-13/+4
2020-03-08efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov2-2/+2
2020-03-08efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinuxMasahiro Yamada1-1/+1
2020-03-08efi/x86: Ignore the memory attributes table on i386Ard Biesheuvel1-1/+1
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar1-3/+30
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar1-3/+14
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel1-1/+2
2020-03-08efi/x86: Avoid using code32_startArvind Sankar1-5/+5
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2-11/+25
2020-03-08efi: Add a sanity check to efivar_store_raw()Vladis Dronov1-0/+3
2020-03-08efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov1-9/+20
2020-03-08Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar4-0/+210
2020-03-03efi: Add embedded peripheral firmware supportHans de Goede3-0/+153
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede1-0/+57
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel1-3/+3
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt1-1/+0
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky1-8/+10
2020-02-26efi: READ_ONCE rng seed size before munmapJason A. Donenfeld1-2/+2
2020-02-23efi: Use EFI ResetSystem only when availableArd Biesheuvel1-2/+2
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel1-0/+3
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel3-22/+10
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel1-0/+12
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel1-10/+17
2020-02-23efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel1-121/+89
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel2-18/+29
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel3-135/+143
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel1-13/+16
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2-8/+17
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel3-18/+35
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel2-37/+14
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel2-2/+3
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2-37/+6
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel2-27/+25
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-31/+0
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel2-27/+66
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel1-6/+6
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel2-8/+8
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel1-11/+10
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-24/+1
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2-11/+11
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-3/+0
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel4-35/+52
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel4-3/+125
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel2-23/+23
2020-02-23efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt1-1/+1
2020-02-23efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt1-4/+2
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt1-1/+1