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