summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2020-04-14efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-04-01arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel
2020-03-31Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-02-25x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar
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/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/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
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel
2020-02-22efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel