summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-23integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel
2020-02-23x86/ima: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23efi: Use EFI ResetSystem only when availableArd Biesheuvel
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel
2020-02-23efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel
2020-02-23efi/x86: Drop redundant .bss sectionArd Biesheuvel
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-23efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel
2020-02-23efi/ia64: Switch to efi_config_parse_tables()Ard Biesheuvel
2020-02-23efi/ia64: Use local variable for EFI system table addressArd Biesheuvel
2020-02-23efi/ia64: Use existing helpers to locate ESI tableArd Biesheuvel
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel
2020-02-23efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel
2020-02-23efi/x86: Reindent struct initializer for legibilityArd Biesheuvel
2020-02-23efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt
2020-02-23efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel