aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub
AgeCommit message (Expand)Author
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar
2020-05-01efi/x86: Support builtin command lineArvind Sankar
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar
2020-05-01efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar
2020-04-30efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel
2020-04-24efi: Kill __efistub_globalArvind Sankar
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel
2020-04-24efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel
2020-04-23efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel
2020-04-23efi/gop: Allow automatically choosing the best modeArvind Sankar
2020-04-23efi/gop: Allow specifying depth as well as resolutionArvind Sankar
2020-04-23efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar
2020-04-23efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar
2020-04-23efi/gop: Use helper macros for find_bitsArvind Sankar
2020-04-23efi/gop: Use helper macros for populating lfb_baseArvind Sankar
2020-04-23efi/gop: Move variable declarations into loop blockArvind Sankar
2020-04-23efi/gop: Slightly re-arrange logic of find_gopArvind Sankar
2020-04-23efi/gop: Factor out locating the gop into a functionArvind Sankar
2020-04-23efi/gop: Get mode information outside the loopArvind Sankar
2020-04-23efi/gop: Move check for framebuffer before con_outArvind Sankar
2020-04-23efi/gop: Remove redundant current_fb_baseArvind Sankar
2020-04-23efi/libstub/arm: Make install_memreserve_table staticZou Wei
2020-04-23efi/libstub: unify EFI call wrappers for non-x86Ard Biesheuvel
2020-04-23efi/libstub: Make initrd file loader configurableArd Biesheuvel
2020-04-23efi/libstub: Move arm-stub to a common fileAtish Patra
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