1. cd05b9c efi_loader: Remove <common.h> by Tom Rini · 12 months ago
  2. ef6c69e efi_loader: describe term_get_char() by Heinrich Schuchardt · 1 year, 9 months ago
  3. f2e7d00 efi_loader: static functions in efi_console.c by Heinrich Schuchardt · 1 year, 10 months ago
  4. d4d0fec efi_loader: Avoid overwriting previous outputs on console screen clearing by Jan Kiszka · 1 year, 10 months ago
  5. fb181e2 efi_loader: Set default console colors on efi_cout_clear_screen if needed by Jan Kiszka · 1 year, 10 months ago
  6. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  7. 49dbcaf efi_loader: avoid EFI_CALL() when draining console by Heinrich Schuchardt · 2 years, 1 month ago
  8. a13136f efi_loader: avoid EFI_CALL() for clearing screen by Heinrich Schuchardt · 2 years, 1 month ago
  9. 8ac0ebe efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years, 2 months ago
  10. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  11. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 3 months ago
  12. 068dc9c efi_loader: support CTRL+\ - CTRL+_ by Heinrich Schuchardt · 2 years, 3 months ago
  13. b6697c2 efi_loader: compliance Simple Text Input Ex Protocol by Heinrich Schuchardt · 2 years, 3 months ago
  14. 761908e efi_loader: initialize console size late by Heinrich Schuchardt · 2 years, 6 months ago
  15. 30c9d67 efi_loader: reset colors before clearing screen by Heinrich Schuchardt · 2 years, 7 months ago
  16. 81244ea efi_loader: add handle for UART by Heinrich Schuchardt · 2 years, 10 months ago
  17. c86d2bb efi_loader: missing parentheses in query_console_size by Heinrich Schuchardt · 3 years, 5 months ago
  18. ae165ef efi_loader: NULL dereference in EFI console by Heinrich Schuchardt · 3 years, 9 months ago
  19. 39a9ab4 efi_loader: console size of vidconsole by Heinrich Schuchardt · 3 years, 9 months ago
  20. 8449428 efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 11 months ago
  21. e5c9317 efi_loader: escape key handling by Heinrich Schuchardt · 4 years ago
  22. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  23. 8bc44ed efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 4 years, 6 months ago
  24. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  25. 7995cbe efi_loader: clear screen should move cursor to home by Heinrich Schuchardt · 5 years ago
  26. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  27. dc305ad doc: UEFI API documentation by Heinrich Schuchardt · 5 years ago
  28. 6a6afa7 efi_loader: do not set invalid screen mode by Heinrich Schuchardt · 5 years ago
  29. da88da8 efi_loader: cursor positioning by Heinrich Schuchardt · 5 years ago
  30. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  31. fea93d6 efi_loader: console incorrectly advertised left logo key by Heinrich Schuchardt · 5 years ago
  32. 46e41d0 efi_loader: alternative scan codes for F5, END, HOME by Heinrich Schuchardt · 5 years ago
  33. 1e12962 efi_loader: fix SetAttribute() by Heinrich Schuchardt · 5 years ago
  34. 757cc4a efi_loader: fix SetMode() by Heinrich Schuchardt · 5 years ago
  35. 7b4b8d86 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · 5 years ago
  36. 53f26b9 efi_loader: fix EnableCursor() by Heinrich Schuchardt · 5 years ago
  37. e60b298 efi_loader: parameter check OutputString by Heinrich Schuchardt · 6 years ago
  38. a41ccf9 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · 6 years ago
  39. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · 6 years ago
  40. 29c6f5f efi_loader: Fix serial console size detection by Matthias Brugger · 6 years ago
  41. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  42. adb50d0 efi_loader: eliminate handle member by Heinrich Schuchardt · 6 years ago
  43. a92e9ab efi_loader: return type efi_console_register() by Heinrich Schuchardt · 6 years ago
  44. 5965d2e efi_loader: query serial console size reliably by Heinrich Schuchardt · 6 years ago
  45. dcac1d9 efi_loader: terminal left upper corner is [1, 1] by Heinrich Schuchardt · 6 years ago
  46. 695691e efi_loader: implement key notify functions by Heinrich Schuchardt · 6 years ago
  47. 587ae79 efi_loader: support modifiers for F1 - F4 by Heinrich Schuchardt · 6 years ago
  48. 6c4cd26 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  49. 49574bc efi_loader: rework event handling for console by Heinrich Schuchardt · 6 years ago
  50. fc5f1a1 efi_loader: support Unicode text input by Heinrich Schuchardt · 6 years ago
  51. 6e8eff2 efi_loader: typos in efi_console.c by Heinrich Schuchardt · 6 years ago
  52. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  53. 36bab91 efi_loader: Add console handle references to in/out/err by Alexander Graf · 6 years ago
  54. a419d1d efi_loader: don't use unlimited stack as buffer by Heinrich Schuchardt · 6 years ago
  55. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  56. 09866c2 efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  57. 2d09932 efi_loader: clear screen has to reset cursor position by Heinrich Schuchardt · 6 years ago
  58. 0c83b05 efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset() by Heinrich Schuchardt · 6 years ago
  59. 2879532 efi_loader: Fix warning in raw/cols query by Alexander Graf · 6 years ago
  60. 77135c2 efi_loader: avoid using unitialized values as console size by Heinrich Schuchardt · 7 years ago
  61. 75b4e69 efi_loader: always check parameters in efi_cout_query_mode() by Heinrich Schuchardt · 7 years ago
  62. 8aaeed9 efi_loader: updating the cursor position by Heinrich Schuchardt · 7 years ago
  63. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  64. bf7f169 efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  65. aa503da efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  66. 7d1e477 efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  67. d8b878a efi_loader: add check_tpl parameter to efi_signal_event by Heinrich Schuchardt · 7 years ago
  68. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  69. 580c13b efi_loader: efi_console: use helper functions by Heinrich Schuchardt · 7 years ago
  70. 87ef001 efi_loader: console support for color attributes by Rob Clark · 7 years ago
  71. 1bbee39 efi_loader: use type bool for event states by Heinrich Schuchardt · 7 years ago
  72. 1ef185d efi_loader: Some console improvements for vidconsole by Rob Clark · 7 years ago
  73. 3863b71 efi_loader: Correctly figure out size for vidconsole by Rob Clark · 7 years ago
  74. 1e94892 efi_loader: split out escape sequence based size query by Rob Clark · 7 years ago
  75. 8b11a8a efi_loader: implement queueing of the notification function by Heinrich Schuchardt · 7 years ago
  76. 0d138cf lib: add some utf16 handling helpers by Rob Clark · 7 years ago
  77. 49f7b4b efi_loader: expose protocols via GUID by Rob Clark · 7 years ago
  78. 0ce42dc efi_console: use EFIAPI for callback functions by xypron.glpk@gmx.de · 7 years ago
  79. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  80. a074d5d efi_loader: console: Correctly report modes by Emmanuel Vadot · 8 years ago
  81. 4aacacc efi_loader: Add console interface by Alexander Graf · 9 years ago