summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/x86-stub.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25efi/x86: Only copy upto the end of setup_headerArvind Sankar1-2/+4
2020-06-25efi/x86: Remove unused variablesArvind Sankar1-2/+0
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar1-4/+6
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-69/+55
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar1-15/+9
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel1-1/+1
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz1-15/+9
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar1-2/+10
2020-05-01efi/x86: Support builtin command lineArvind Sankar1-4/+8
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar1-11/+2
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar1-39/+25
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar1-12/+12
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar1-18/+14
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar1-3/+4
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel1-8/+0
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel1-2/+2
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel1-14/+9
2020-04-24efi: Kill __efistub_globalArvind Sankar1-1/+1
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar1-4/+10
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar1-1/+1
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King1-2/+0
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar1-1/+1
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel1-13/+4
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar1-3/+30
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar1-3/+14
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel1-1/+2
2020-03-08efi/x86: Avoid using code32_startArvind Sankar1-5/+5
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel1-13/+16
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel1-7/+13
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel1-2/+2
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel1-23/+29
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel1-0/+23
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel1-1/+1
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel1-9/+2
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel1-8/+4
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel1-2/+3
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel1-1/+6
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel1-0/+774