summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* efi: Use EFI ResetSystem only when availableArd Biesheuvel2020-02-231-2/+2
* scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel2020-02-231-1/+1
* infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel2020-02-231-1/+1
* efi: Register EFI rtc platform device only when availableArd Biesheuvel2020-02-233-39/+3
* efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-233-22/+10
* efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel2020-02-231-0/+12
* efi: Store mask of supported runtime services in struct efiArd Biesheuvel2020-02-231-10/+17
* efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel2020-02-231-121/+89
* efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel2020-02-232-18/+29
* efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel2020-02-233-135/+143
* efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-13/+16
* efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-232-8/+17
* efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel2020-02-233-18/+35
* efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel2020-02-232-37/+14
* efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-232-2/+3
* efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-232-37/+6
* efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-232-27/+25
* efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-31/+0
* efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-232-27/+66
* efi: Make memreserve table handling local to efi.cArd Biesheuvel2020-02-231-6/+6
* efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-232-8/+8
* efi: Make rng_seed table handling local to efi.cArd Biesheuvel2020-02-231-11/+10
* efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-24/+1
* efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-232-11/+11
* efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-3/+0
* efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel2020-02-234-35/+52
* efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-234-3/+125
* efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel2020-02-232-23/+23
* efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt2020-02-231-1/+1
* efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt2020-02-231-4/+2
* efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt2020-02-231-1/+1
* efi/libstub: Describe RNG functionsHeinrich Schuchardt2020-02-231-0/+24
* efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt2020-02-231-9/+20
* efi/libstub: Describe memory functionsHeinrich Schuchardt2020-02-231-2/+34
* efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt2020-02-231-6/+7
* efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt2020-02-231-2/+14
* efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+14
* efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel2020-02-231-1/+5
* efi/libstub: Clean up command line parsing routineArd Biesheuvel2020-02-235-55/+96
* efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel2020-02-234-17/+20
* efi/libstub: Rewrite file I/O routineArd Biesheuvel2020-02-234-228/+169
* efi/libstub: Move file I/O support code into separate fileArd Biesheuvel2020-02-234-289/+311
* efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel2020-02-233-37/+33
* efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel2020-02-233-115/+125
* efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel2020-02-234-11/+8
* efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel2020-02-231-29/+478
* efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel2020-02-231-1/+6
* efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel2020-02-232-8/+71
* efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel2020-02-233-0/+791
* efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel2020-02-233-89/+21