summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-133-0/+37
* net: efi-snp: Check for carrier before sendingSascha Hauer2021-12-131-0/+3
* edit: send escape sequence only for smartscrollSascha Hauer2021-12-131-1/+3
* edit: Improve behaviour on efi-stdio consoleSascha Hauer2021-12-131-10/+36
* edit: improve screen size detectionSascha Hauer2021-12-131-9/+48
* efi-stdio: Support different text modesSascha Hauer2021-12-131-20/+44
* efi-stdio: Implement setting cursor visibilitySascha Hauer2021-12-131-1/+12
* efi-stdio: implement getting the cursor positionSascha Hauer2021-12-131-2/+12
* efi-stdio: limit set_cursor to screen size boundariesSascha Hauer2021-12-131-2/+5
* efi-stdio: implement input buffering with a kfifoSascha Hauer2021-12-131-11/+12
* efi-stdio: Fix '\b' handlingSascha Hauer2021-12-131-0/+7
* efi-stdio: Implement efi_console_putc() using efi_console_puts()Sascha Hauer2021-12-131-11/+5
* efi-stdio: Fix tab printingSascha Hauer2021-12-131-1/+8
* efi-stdio: Fix out of bounds error in putsSascha Hauer2021-12-131-21/+39
* efi-stdio: improve escape sequence parsingSascha Hauer2021-12-131-66/+89
* efi-stdio: fix escape sequence end detectionSascha Hauer2021-12-131-9/+16
* efi-stdio: return bytes actually consumedSascha Hauer2021-12-131-9/+9
* efi-stdio: rename to efi_process_escapeSascha Hauer2021-12-131-2/+2
* efi-stdio: remove unnecessary checkSascha Hauer2021-12-131-3/+0
* console: Fix message coloursSascha Hauer2021-12-131-6/+6
* efi: Do not register IPv[46] devicesSascha Hauer2021-12-131-1/+13
* efi: Implement device_path_to_subtype()Sascha Hauer2021-12-132-0/+16
* efi: move device-path defines and types to header fileSascha Hauer2021-12-132-384/+389
* efi-devicepath: Make efi_device_path argument constSascha Hauer2021-12-131-2/+3
* efi: guid: fix typosAhmad Fatoum2021-12-131-2/+2
* bus: acpi: register bus even if without ACPI EFI tableAhmad Fatoum2021-12-131-3/+4
* ARM64: board-dt-2nd: remove no longer needed noinline function splitAhmad Fatoum2021-12-131-13/+8
* efi: print early efi_main string on CONFIG_DEBUG_LL=yAhmad Fatoum2021-12-131-0/+4
* partitions: efi: move header to central locationAhmad Fatoum2021-12-132-1/+1
* efi: don't zero executable buffer before freeingAhmad Fatoum2021-12-131-1/+0
* common: move CONFIG_ELF into General SettingsAhmad Fatoum2021-12-131-3/+3
* efi: define and use new EFI_ERROR_MASK macroAhmad Fatoum2021-12-131-32/+35
* efi: make efi_main __noreturnAhmad Fatoum2021-12-132-5/+3
* commands: echo: add wide file output via wecho aliasAhmad Fatoum2021-12-131-4/+51
* libfile: null-terminate read_file of wchar_t bufferAhmad Fatoum2021-12-131-1/+2
* vsprintf: add optional support for %ls format modifierAhmad Fatoum2021-12-133-12/+59
* lib: implement wcsnlenAhmad Fatoum2021-11-252-0/+11
* lib: wchar: add wctomb and mbtowcAhmad Fatoum2021-11-252-2/+25
* include: <linux/nls.h>: remove duplicate wchar_t typedefAhmad Fatoum2021-11-251-1/+2
* kbuild: force 16-bit wchar_t treewideAhmad Fatoum2021-11-252-2/+2
* efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-254-77/+121
* efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-2518-20/+21
* efi: factor out errno translationAhmad Fatoum2021-11-255-90/+102
* drivers: efi: move Kconfig options to new menuAhmad Fatoum2021-11-254-11/+10
* efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-257-20/+9
* serial: efi-stdio: move efi-stdio.h header to central locationAhmad Fatoum2021-11-253-101/+101
* common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-2512-17/+33
* asm-generic: move sync_caches_for_execution declaration to <asm/cache.h>Ahmad Fatoum2021-11-256-5/+24
* efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDsAhmad Fatoum2021-11-252-2/+2
* hw_random: stm32: propagate error codes from rng readAhmad Fatoum2021-11-251-5/+3