1. d3970e0 efi_loader: describe term_get_char() by Heinrich Schuchardt · 1 year, 8 months ago
  2. e7175f9 efi_loader: static functions in efi_console.c by Heinrich Schuchardt · 1 year, 8 months ago
  3. e585b79 efi_loader: Avoid overwriting previous outputs on console screen clearing by Jan Kiszka · 1 year, 9 months ago
  4. de94f0f efi_loader: Set default console colors on efi_cout_clear_screen if needed by Jan Kiszka · 1 year, 9 months ago
  5. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  6. 7831d36 efi_loader: avoid EFI_CALL() when draining console by Heinrich Schuchardt · 2 years ago
  7. f327236 efi_loader: avoid EFI_CALL() for clearing screen by Heinrich Schuchardt · 2 years ago
  8. 05c4c9e efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years ago
  9. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  10. 87d7914 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 1 month ago
  11. e053a14 efi_loader: support CTRL+\ - CTRL+_ by Heinrich Schuchardt · 2 years, 2 months ago
  12. 0b7b56d efi_loader: compliance Simple Text Input Ex Protocol by Heinrich Schuchardt · 2 years, 2 months ago
  13. 68edbed efi_loader: initialize console size late by Heinrich Schuchardt · 2 years, 4 months ago
  14. 5c1037d efi_loader: reset colors before clearing screen by Heinrich Schuchardt · 2 years, 6 months ago
  15. 3c95b32 efi_loader: add handle for UART by Heinrich Schuchardt · 2 years, 9 months ago
  16. abd62e4 efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · 3 years, 4 months ago
  17. a95f4c8 efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 7 months ago
  18. 997b57f efi_loader: console size of vidconsole by Heinrich Schuchardt · 3 years, 8 months ago
  19. 7913c7d efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 10 months ago
  20. 9abb01a efi_loader: escape key handling by Heinrich Schuchardt · 3 years, 10 months ago
  21. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  22. 325567d efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 4 years, 5 months ago
  23. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  24. b0ad9b5 efi_loader: clear screen should move cursor to home by Heinrich Schuchardt · 4 years, 10 months ago
  25. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  26. fe1a81c doc: UEFI API documentation by Heinrich Schuchardt · 5 years ago
  27. 0344698 efi_loader: do not set invalid screen mode by Heinrich Schuchardt · 5 years ago
  28. 97ea069 efi_loader: cursor positioning by Heinrich Schuchardt · 5 years ago
  29. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  30. 3b435c1 efi_loader: console incorrectly advertised left logo key by Heinrich Schuchardt · 5 years ago
  31. 3b2b2de efi_loader: alternative scan codes for F5, END, HOME by Heinrich Schuchardt · 5 years ago
  32. 3950f0f efi_loader: fix SetAttribute() by Heinrich Schuchardt · 5 years ago
  33. 2ad238f efi_loader: fix SetMode() by Heinrich Schuchardt · 5 years ago
  34. 7eaa900 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · 5 years ago
  35. 25e6fb5 efi_loader: fix EnableCursor() by Heinrich Schuchardt · 5 years ago
  36. b31ca6b efi_loader: parameter check OutputString by Heinrich Schuchardt · 5 years ago
  37. acee965 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · 5 years ago
  38. bfc2dd5 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · 6 years ago
  39. dd1a1ec efi_loader: Fix serial console size detection by Matthias Brugger · 6 years ago
  40. e1fec15 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  41. fae0118 efi_loader: eliminate handle member by Heinrich Schuchardt · 6 years ago
  42. 6f566c2 efi_loader: return type efi_console_register() by Heinrich Schuchardt · 6 years ago
  43. 6bb591f efi_loader: query serial console size reliably by Heinrich Schuchardt · 6 years ago
  44. aaace4b efi_loader: terminal left upper corner is [1, 1] by Heinrich Schuchardt · 6 years ago
  45. 4fdcf06 efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  46. 55fbdf9 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  47. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  48. 0dfd13a efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  49. 35cbb79 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  50. 14d103b efi_loader: typos in efi_console.c by Heinrich Schuchardt · 6 years ago
  51. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  52. 40e3e75 efi_loader: Add console handle references to in/out/err by Alexander Graf · 6 years ago
  53. ba7bd5c efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · 6 years ago
  54. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  55. 9d12daf efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  56. e67ff94 efi_loader: clear screen has to reset cursor position by Heinrich Schuchardt · 6 years ago
  57. 4f18789 efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  58. 80483b2 efi_loader: Fix warning in raw/cols query by Alexander Graf · 6 years ago
  59. 6221729 efi_loader: avoid using unitialized values as console size by Heinrich Schuchardt · 6 years ago
  60. a4aa7be efi_loader: always check parameters in efi_cout_query_mode() by Heinrich Schuchardt · 6 years ago
  61. 7ca7c3c efi_loader: updating the cursor position by Heinrich Schuchardt · 6 years ago
  62. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  63. b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  64. 0fb4169 efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  65. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  66. 9bc9664 efi_loader: add check_tpl parameter to efi_signal_event by Heinrich Schuchardt · 7 years ago
  67. 2074f70 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  68. ebb4dd5 efi_loader: efi_console: use helper functions by Heinrich Schuchardt · 7 years ago
  69. 2d5dc2a efi_loader: console support for color attributes by Rob Clark · 7 years ago
  70. e190e89 efi_loader: use type bool for event states by Heinrich Schuchardt · 7 years ago
  71. 3a45bc7 efi_loader: Some console improvements for vidconsole by Rob Clark · 7 years ago
  72. a18c5a8 efi_loader: Correctly figure out size for vidconsole by Rob Clark · 7 years ago
  73. 71cc25c efi_loader: split out escape sequence based size query by Rob Clark · 7 years ago
  74. ca62a4f efi_loader: implement queueing of the notification function by Heinrich Schuchardt · 7 years ago
  75. 78178bb lib: add some utf16 handling helpers by Rob Clark · 7 years ago
  76. a17e62c efi_loader: expose protocols via GUID by Rob Clark · 7 years ago
  77. ff92593 efi_console: use EFIAPI for callback functions by xypron.glpk@gmx.de · 7 years ago
  78. 91be9a7 efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  79. 5be8b0a efi_loader: console: Correctly report modes by Emmanuel Vadot · 8 years ago
  80. c1311ad efi_loader: Add console interface by Alexander Graf · 9 years ago