summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi
AgeCommit message (Expand)Author
2020-05-20efi/printf: Add support for wchar_t (UTF-16)Arvind Sankar
2020-05-20efi/gop: Add an option to list out the available GOP modesArvind Sankar
2020-05-20efi/libstub: Add definitions for console input and eventsArvind Sankar
2020-05-20efi/libstub: Implement printk-style loggingArvind Sankar
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel
2020-05-19efi/printf: Turn vsprintf into vsnprintfArvind Sankar
2020-05-19efi/printf: Abort on invalid formatArvind Sankar
2020-05-19efi/printf: Refactor code to consolidate padding and outputArvind Sankar
2020-05-19efi/printf: Handle null string inputArvind Sankar
2020-05-19efi/printf: Factor out integer argument retrievalArvind Sankar
2020-05-19efi/printf: Factor out width/precision parsingArvind Sankar
2020-05-19efi/printf: Merge 'p' with the integer formatsArvind Sankar
2020-05-19efi/printf: Fix minor bug in precision handlingArvind Sankar
2020-05-19efi/printf: Factor out flags parsing and handle '%' earlierArvind Sankar
2020-05-19efi/printf: Add 64-bit and 8-bit integer supportArvind Sankar
2020-05-19efi/printf: Drop %n format and L qualifierArvind Sankar
2020-05-19efi/libstub: Optimize for size instead of speedArvind Sankar
2020-05-19efi/libstub: Add a basic printf implementationArvind Sankar
2020-05-19efi/libstub: Buffer output of efi_putsArvind Sankar
2020-05-19efi/libstub: Rename efi_[char16_]printk to efi_[char16_]putsArvind Sankar
2020-05-19efi/libstub: Include dependencies of efistub.hArvind Sankar
2020-05-17tpm: check event log version before reading final eventsLoïc Yhuel
2020-05-17efi: Pull up arch-specific prototype efi_systab_show_arch()Benjamin Thiel
2020-05-15efi/libstub: Disable Shadow Call StackSami Tolvanen
2020-05-14efi: cper: Add support for printing Firmware Error Record ReferencePunit Agrawal
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz
2020-05-12efi/earlycon: Fix early printk for wider fontsDave Young
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds
2020-05-06efi/libstub: Correct comment typosJoe Perches
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-25efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel
2020-04-24efi: Clean up config table description arraysArd Biesheuvel
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