summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub: Add a basic printf implementationArvind Sankar2020-05-194-1/+320
* efi/libstub: Buffer output of efi_putsArvind Sankar2020-05-191-6/+13
* efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar2020-05-193-16/+16
* efi/libstub: Include dependencies of efistub.hArvind Sankar2020-05-191-0/+5
* efi/libstub: Correct comment typosJoe Perches2020-05-062-2/+2
* efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2020-05-052-13/+8
* efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel2020-05-051-0/+1
* efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar2020-05-051-10/+4
* efi/libstub: Check return value of efi_parse_optionsArvind Sankar2020-05-012-8/+27
* efi/x86: Support builtin command lineArvind Sankar2020-05-011-4/+8
* efi/libstub: Unify initrd loading across architecturesArvind Sankar2020-05-014-40/+52
* efi/x86: Move command-line initrd loading to efi_mainArvind Sankar2020-05-011-39/+25
* efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar2020-05-011-1/+1
* efi/tpm: Use efi_err for error messagesArvind Sankar2020-05-011-1/+1
* efi/gop: Use efi_err for error messagesArvind Sankar2020-05-011-5/+5
* efi/x86: Use efi_err for error messagesArvind Sankar2020-05-011-12/+12
* efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar2020-05-019-52/+52
* efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar2020-05-013-22/+23
* efi/x86: Use correct size for boot_paramsArvind Sankar2020-05-011-3/+4
* efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel2020-04-251-2/+2
* efi: Move arch_tables check to callerArd Biesheuvel2020-04-241-10/+8
* efi: Clean up config table description arraysArd Biesheuvel2020-04-242-16/+16
* efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel2020-04-241-8/+0
* efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-247-39/+20
* efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-245-32/+22
* efi: Kill __efistub_globalArvind Sankar2020-04-245-14/+11
* efi/x86: Remove __efistub_global and add relocation checkArvind Sankar2020-04-242-15/+21
* efi/arm: Remove __efistub_global annotationArvind Sankar2020-04-242-4/+5
* efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel2020-04-244-184/+175
* efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel2020-04-241-2/+2
* efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel2020-04-244-17/+71
* efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel2020-04-231-27/+5
* efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel2020-04-231-37/+25
* efi/libstub/random: Increase random alloc granularityArd Biesheuvel2020-04-231-1/+1
* efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel2020-04-231-1/+3
* efi/gop: Allow automatically choosing the best modeArvind Sankar2020-04-231-1/+83
* efi/gop: Allow specifying depth as well as resolutionArvind Sankar2020-04-231-5/+43
* efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar2020-04-231-1/+83
* efi/gop: Allow specifying mode number on command lineArvind Sankar2020-04-233-0/+112
* efi/gop: Add prototypes for query_mode and set_modeArvind Sankar2020-04-231-2/+4
* efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar2020-04-231-40/+26
* efi/gop: Use helper macros for find_bitsArvind Sankar2020-04-231-18/+8
* efi/gop: Use helper macros for populating lfb_baseArvind Sankar2020-04-231-2/+2
* efi/gop: Move variable declarations into loop blockArvind Sankar2020-04-231-5/+8
* efi/gop: Slightly re-arrange logic of find_gopArvind Sankar2020-04-231-17/+13
* efi/gop: Factor out locating the gop into a functionArvind Sankar2020-04-231-6/+17
* efi/gop: Get mode information outside the loopArvind Sankar2020-04-231-24/+14
* efi/gop: Move check for framebuffer before con_outArvind Sankar2020-04-231-5/+6
* efi/gop: Remove redundant current_fb_baseArvind Sankar2020-04-231-3/+1
* efi/libstub/arm: Make install_memreserve_table staticZou Wei2020-04-231-1/+1