blob: ac8bc1fb6fc7ee77b3ca9110794b328185df9808 [file] [log] [blame]
4e9a0f73f030 ("efi: Clean up config table description arrays")
badc61982adb ("efi/x86: Add RNG seed EFI table to unencrypted mapping check")
f10e80a19b07 ("efi/x86: Add TPM related EFI tables to unencrypted mapping checks")
fe4db90a80cd ("efi: Add support for EFI_RT_PROPERTIES table")
06c0bd93434c ("efi: Clean up config_parse_tables()")
3a0701dc7ff8 ("efi: Make efi_config_init() x86 only")
686312927b13 ("efi/ia64: Switch to efi_config_parse_tables()")
c0019f576818 ("efi/ia64: Use existing helpers to locate ESI table")
14fb42090943 ("efi: Merge EFI system table revision and vendor checks")
b7846e6be235 ("efi: Make memreserve table handling local to efi.c")
a17e809ea573 ("efi: Move mem_attr_table out of struct efi")
5d288dbd8860 ("efi: Make rng_seed table handling local to efi.c")
fd506e0cf9fd ("efi: Move UGA and PROP table handling to x86 code")
120540f230d5 ("efi/ia64: Move HCDP and MPS table handling into IA64 arch code")
50d53c58dd77 ("efi: Drop handling of 'boot_info' configuration table")
2931d526d567 ("efi/libstub: Make the LoadFile EFI protocol accessible")
8166ec091573 ("efi/libstub: Move stub specific declarations into efistub.h")
a46a290a0114 ("efi/libstub: Use consistent type names for file I/O protocols")
c2d0b470154c ("efi/libstub/x86: Incorporate eboot.c into libstub")
a7495c28c86a ("efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()")
f57db62c67c1 ("efi/libstub: Move memory map handling and allocation routines to mem.c")
184d7e0d7d6e ("efi/libstub/arm: Relax FDT alignment requirement")
4444f8541dad ("efi: Allow disabling PCI busmastering on bridges during boot")
ea7d87f98fa9 ("efi/x86: Allow translating 64-bit arguments for mixed mode calls")
5b279a262f54 ("efi/x86: Clean up efi_systab_init() routine for legibility")
33b85447fa61 ("efi/x86: Drop two near identical versions of efi_runtime_init()")
698294704573 ("efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions")
98dd0e3a0cee ("efi/x86: Split off some old memmap handling into separate routines")
ffc2760bcf2d ("efi/x86: Map the entire EFI vendor string before copying it")
6cfcd6f001b4 ("efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFI")
7d4e323d02c9 ("efi/libstub: Tidy up types and names of global cmdline variables")
966291f6344d ("efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive")
99ea8b1db2d2 ("efi/libstub: Drop 'table' argument from efi_table_attr() macro")
47c0fd39b7b8 ("efi/libstub: Drop protocol argument from efi_call_proto() macro")
23e60394046a ("efi/libstub/x86: Work around page freeing issue in mixed mode")
cd33a5c1d53e ("efi/libstub: Remove 'sys_table_arg' from all function prototypes")
8173ec7905b5 ("efi/libstub: Drop sys_table_arg from printk routines")
c3710de5065d ("efi/libstub/x86: Drop __efi_early() export and efi_config struct")
dc29da14ed94 ("efi/libstub: Unify the efi_char16_printk implementations")
2fcdad2a80a6 ("efi/libstub: Get rid of 'sys_table_arg' macro parameter")
14e900c7e403 ("efi/libstub: Avoid protocol wrapper for file I/O routines")
afc4cc71cf78 ("efi/libstub/x86: Avoid thunking for native firmware calls")
8f24f8c2fc82 ("efi/libstub: Annotate firmware routines as __efiapi")
960a8d01834e ("efi/libstub: Use stricter typing for firmware function pointers")
e8bd5ddf60ee ("efi/libstub: Drop explicit 32/64-bit protocol definitions")
f958efe97596 ("efi/libstub: Distinguish between native/mixed not 32/64 bit")
1786e8301164 ("efi/libstub: Extend native protocol definitions with mixed_mode aliases")
2732ea0d5c0a ("efi/libstub: Use a helper to iterate over a EFI handle array")
a8147dba75b1 ("efi/x86: Rename efi_is_native() to efi_is_mixed()")
58ec655a7573 ("efi/libstub: Remove unused __efi_call_early() macro")