summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-1/+3
|\
| * efi/gop: Add an option to list out the available GOP modesArvind Sankar2020-05-201-0/+1
| * efi/libstub: Add definitions for console input and eventsArvind Sankar2020-05-201-1/+2
* | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-0/+2
|\ \ | |/ |/|
| * efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel2020-05-171-0/+2
* | efi: Clean up config table description arraysArd Biesheuvel2020-04-241-1/+1
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-0/+2
|\
| * x86/efi: Add a prototype for efi_arch_mem_reserve()Benjamin Thiel2020-03-271-0/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-081-0/+7
|\ \
| * | efi: Add embedded peripheral firmware supportHans de Goede2020-03-031-0/+6
| * | efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-031-0/+1
| |/
* | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-0/+2
* | efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel2020-02-231-0/+9
* | efi: Store mask of supported runtime services in struct efiArd Biesheuvel2020-02-231-0/+31
* | efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel2020-02-231-9/+1
* | efi/x86: Drop 'systab' member from struct efiArd Biesheuvel2020-02-231-25/+27
* | efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-231-0/+1
* | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-3/+0
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-2/+3
* | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-1/+0
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-0/+4
* | efi: Make memreserve table handling local to efi.cArd Biesheuvel2020-02-231-1/+0
* | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-1/+2
* | efi: Make rng_seed table handling local to efi.cArd Biesheuvel2020-02-231-1/+0
* | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-2/+0
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-2/+0
* | efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel2020-02-231-1/+0
* | efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-231-0/+1
* | efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel2020-02-231-19/+29
* | efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel2020-02-231-0/+2
* | efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel2020-02-231-455/+1
* | efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel2020-02-231-59/+1
* | efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel2020-02-231-2/+2
|/
* efi: Fix handling of multiple efi_fake_mem= entriesDan Williams2020-01-201-0/+2
* efi: Add tracking for dynamically allocated memmapsDan Williams2020-01-201-4/+7
* efi: Add a flags parameter to efi_memory_mapDan Williams2020-01-201-1/+3
* efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett2020-01-101-1/+5
* efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel2020-01-101-19/+0
* efi/x86: Avoid redundant cast of EFI firmware service pointerArd Biesheuvel2020-01-101-1/+3
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-27/+16
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-1/+1
* efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel2019-12-251-79/+39
* efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-65/+82
* efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-4/+8
* efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel2019-12-251-244/+1
* efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel2019-12-251-3/+3
* efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel2019-12-251-166/+330
* efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel2019-12-251-0/+13
* efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar2019-12-251-23/+23
* efi/gop: Remove unused typedefArvind Sankar2019-12-251-4/+0