blob: 59bdc073c3db054ca718e7afbbba0dc08bdae00d [file] [log] [blame]
c1df5e0c5796 ("efi/libstub: Add efi_warn and *_once logging helpers")
23d5b73fbfd7 ("efi/libstub: Implement printk-style logging")
2c7d1e30e588 ("efi/libstub: Add a basic printf implementation")
fd0528a24958 ("efi/libstub: Buffer output of efi_puts")
cb8c90a08c7f ("efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts")
0b7673538022 ("efi/libstub: Include dependencies of efistub.h")
0b8d9fc9953f ("efi/libstub: Make efi_printk() input argument const char*")
793473c28a4b ("efi/libstub: Move pr_efi/pr_efi_err into efi namespace")
980771f61662 ("efi/libstub: Drop __pure getters for EFI stub options")
ccc27ae77494 ("efi/libstub: Drop __pure getter for efi_system_table")
544393707f3c ("efi: Kill __efistub_global")
26a92425f9a3 ("efi/x86: Remove __efistub_global and add relocation check")
420b6d00ca94 ("efi/arm: Remove __efistub_global annotation")
685d8164b5da ("efi/libstub: Move efi_relocate_kernel() into separate source file")
43b1df0e013c ("efi/libstub: Add API function to allocate aligned memory")
82046702e288 ("efi/libstub/arm64: Replace 'preferred' offset with alignment check")
d9ff0323d074 ("efi/gop: Allow specifying mode by <xres>x<yres>")
fffb68047e56 ("efi/gop: Allow specifying mode number on command line")
9867fc9de6a6 ("efi/gop: Use helper macros for find_bits")
22090f84bc3f ("efi/libstub: unify EFI call wrappers for non-x86")
2e0eb483c058 ("efi/libstub: Move arm-stub to a common file")
464fb126d98a ("efi/libstub/file: Merge file name buffers to reduce stack usage")
105cb9544b16 ("efi/x86: Move efi stub globals from .bss to .data")
594e576d4b93 ("efi/libstub/arm: Fix spurious message that an initrd was loaded")
c2136dceba9a ("efi/libstub/arm64: Avoid image_base value from efi_loaded_image")
d5cdf4cfeac9 ("efi/x86: Don't relocate the kernel unless necessary")
1887c9b653f9 ("efi/x86: Decompress at start of PE image load address")
8ef44be39311 ("x86/boot/compressed/32: Save the output address instead of recalculating it")
3fab43318f05 ("efi/x86: Make efi32_pe_entry() more readable")
71ff44ac6cfa ("efi/x86: Respect 32-bit ABI in efi32_pe_entry()")
3cdcd6899eaf ("efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA")
97aa276579b2 ("efi/x86: Add true mixed mode entry point into .compat section")
17054f492dfd ("efi/x86: Implement mixed mode boot without the handover protocol")
3b8f44fc0810 ("efi/libstub/x86: Use Exit() boot service to exit the stub on errors")
f7b85b33eb0b ("efi/libstub/x86: Make loaded_image protocol handling mixed mode safe")
832187f03994 ("efi/x86: Drop redundant .bss section")
223e3ee56f77 ("efi/x86: add headroom to decompressor BSS to account for setup block")
79d3219d4e56 ("efi/libstub: Take noinitrd cmdline argument into account for devpath initrd")
ec93fc371f01 ("efi/libstub: Add support for loading the initrd from a device path")
f01dd5b3d1f4 ("efi/libstub: Fix error message in handle_cmdline_files()")
0255973bd6e4 ("efi/libstub: Describe efi_relocate_kernel()")
1d9b17683547 ("efi/libstub: Describe memory functions")
abd268685a21 ("efi/libstub: Expose LocateDevicePath boot service")
91d150c0cc63 ("efi/libstub: Clean up command line parsing routine")
31f5e546655b ("efi/libstub: Take soft and hard memory limits into account for initrd loading")
9302c1bb8e47 ("efi/libstub: Rewrite file I/O routine")
5193a33d78ce ("efi/libstub: Move file I/O support code into separate file")
b87174541abc ("efi/libstub: Move get_dram_base() into arm-stub.c")
0ed02bdaa7d8 ("efi/libstub: Move efi_random_alloc() into separate source file")
8166ec091573 ("efi/libstub: Move stub specific declarations into efistub.h")