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