1. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  2. 385a613 Merge patch series "Fix various bugs" by Tom Rini · Wed Sep 18 13:07:19 2024 -0600
  3. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · Sun Sep 01 16:26:20 2024 -0600
  4. 5e392f1 log: Add a new log category for the console by Simon Glass · Sun Sep 01 16:26:18 2024 -0600
  5. c7f0358 Merge patch series "Tidy up console recording in tests" by Tom Rini · Mon Aug 26 18:52:18 2024 -0600
  6. c2e59eb test: Fail when an empty line is expected but not present by Simon Glass · Thu Aug 22 07:57:47 2024 -0600
  7. 8a0417f global_data: Remove jump table in SPL by Simon Glass · Wed Aug 21 10:19:24 2024 -0600
  8. d4b0fdb global_data: Convert have_console into a flag by Simon Glass · Wed Aug 21 10:19:04 2024 -0600
  9. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  10. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  11. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:00 2024 -0600
  12. cc82bae common: console: Fix print complete stdio device list by Patrice Chotard · Wed Jan 17 13:37:13 2024 +0100
  13. 7e06c1f lib: membuff: fix readline not returning line in case of overflow by Ion Agorria · Fri Jan 05 09:22:10 2024 +0200
  14. c0b0de4 common: console: record console from the beginning by Ion Agorria · Fri Jan 05 09:22:09 2024 +0200
  15. 15f6d6a common: console: introduce console_record_isempty helper by Ion Agorria · Fri Jan 05 09:22:08 2024 +0200
  16. ffafbe3 video: Add a function to clear the display by Simon Glass · Sun Oct 01 19:15:23 2023 -0600
  17. d61be5b console: Print out complete stdio device list by Bin Meng · Sun Jul 23 12:40:37 2023 +0800
  18. a6a8350 console: Refactor stdio_print_current_devices() a little bit by Bin Meng · Sun Jul 23 12:40:36 2023 +0800
  19. 1318689 console: Make stdio_print_current_devices() static by Bin Meng · Sun Jul 23 12:40:35 2023 +0800
  20. dd4c85a console: Use only 0x00 as line separator for console recording by Marek Vasut · Mon Feb 27 20:55:39 2023 +0100
  21. 6d09df8 console: Add option to keep it silent until env is loaded by Harald Seiler · Wed Jul 06 13:19:10 2022 +0200
  22. 1bc421b console: file should always be non-negative by Heinrich Schuchardt · Sat Oct 22 11:32:34 2022 +0200
  23. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · Mon Sep 05 11:31:19 2022 +0200
  24. 5aceb26 console: Implement flush() function by Pali Rohár · Mon Sep 05 11:31:17 2022 +0200
  25. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  26. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  27. e406a61 common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · Tue May 03 15:13:27 2022 +0200
  28. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  29. fb35fff common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · Tue May 03 14:37:39 2022 +0200
  30. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  31. c7ba6c8 console: Avoid serial output before the console is running by Simon Glass · Fri Nov 19 13:23:47 2021 -0700
  32. 9803ddf common: Allow a smaller console-recording pre-reloc by Simon Glass · Sat Oct 23 17:26:03 2021 -0600
  33. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  34. d6ed4af console: Report an error when output buffer is exhausted by Simon Glass · Sat May 08 06:59:56 2021 -0600
  35. e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · Thu Feb 11 17:09:42 2021 +0200
  36. 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · Thu Feb 11 17:09:41 2021 +0200
  37. ba69b2c console: Set file and devices at one go by Andy Shevchenko · Thu Feb 11 17:09:39 2021 +0200
  38. f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · Thu Feb 11 17:09:38 2021 +0200
  39. 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:37 2021 +0200
  40. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  41. 127dde8 console: cosmetics: remove #if 0 by Patrick Delaunay · Wed Dec 02 15:16:13 2020 +0100
  42. cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · Mon Dec 21 14:30:03 2020 +0200
  43. bdb0d4c console: Keep ->start() and ->stop() balanced by Andy Shevchenko · Mon Dec 21 14:30:01 2020 +0200
  44. 2bce021 console: Introduce console_start() and console_stop() by Andy Shevchenko · Mon Dec 21 14:30:00 2020 +0200
  45. 4e8d61f console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · Fri Dec 18 12:46:46 2020 +0100
  46. c20847f console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · Fri Dec 18 12:46:45 2020 +0100
  47. 7c5f6ed console: add function console_devices_set by Patrick Delaunay · Fri Dec 18 12:46:44 2020 +0100
  48. 4b0b56f console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · Fri Dec 18 12:46:43 2020 +0100
  49. ca734c6 console: allow to record console output before ready by Patrick Delaunay · Fri Nov 27 11:20:57 2020 +0100
  50. 8f14b40 console: remove duplicated test on gd value by Patrick Delaunay · Fri Nov 27 11:20:56 2020 +0100
  51. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  52. dc357ef console: Always define the console-recording functions by Simon Glass · Tue Jul 28 19:41:11 2020 -0600
  53. 66ee817 console: Add a way to output to serial only by Simon Glass · Thu Jul 02 21:12:13 2020 -0600
  54. 60b9224 video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · Wed Jul 01 14:56:10 2020 +0200
  55. 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · Sat May 23 17:11:20 2020 +0200
  56. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  57. 3b05a26 common/console.c: discard volatile by Heinrich Schuchardt · Wed Feb 12 18:23:49 2020 +0100
  58. b17c158 console: Add a function to read a line of the output / eof by Simon Glass · Mon Jan 27 08:49:54 2020 -0700
  59. d30aeb1 common/console.c: Fix unused warning with console_doenv() by Tom Rini · Wed Oct 30 09:18:43 2019 -0400
  60. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  61. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  62. b39862f console: execute flush on uart when silent is removed by Patrick Delaunay · Fri Aug 02 14:58:10 2019 +0200
  63. 46b610d console: update silent tag after env load by Patrick Delaunay · Fri Aug 02 14:58:09 2019 +0200
  64. bf5c486 sandbox: Allow puts() output before global_data is set up by Simon Glass · Thu Nov 15 18:44:04 2018 -0700
  65. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · Fri Aug 03 13:38:44 2018 +0200
  66. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · Mon Jul 02 20:06:49 2018 -0500
  67. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · Mon Jul 02 20:06:48 2018 -0500
  68. 18fc706 console: Fix handling of NULL global_data by Simon Glass · Tue Jun 12 00:04:56 2018 -0600
  69. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  70. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · Thu May 03 09:12:26 2018 -0400
  71. 16e3d7c Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · Mon Dec 04 13:48:19 2017 -0700
  72. 54619bb Revert "console: simplify puts()" by Soeren Moch · Sat Nov 04 16:14:09 2017 +0100
  73. 1664c5b common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · Fri Aug 25 00:06:29 2017 -0700
  74. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  75. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  76. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · Thu Jul 27 09:31:04 2017 -0600
  77. 045e4b5 console: Unify the check for a serial console by Simon Glass · Thu Jul 27 09:31:03 2017 -0600
  78. f25fe39 console: simplify puts() by Masahiro Yamada · Mon Jul 17 13:08:32 2017 +0900
  79. 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · Thu Jun 15 21:37:54 2017 -0600
  80. 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · Thu Jun 15 21:37:52 2017 -0600
  81. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · Thu Jun 15 21:37:50 2017 -0600
  82. dfc2535 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · Mon Jan 16 07:03:26 2017 -0700
  83. e304a5e Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · Mon Oct 17 20:12:36 2016 -0600
  84. 4458d3b Convert SILENT_CONSOLE options to Kconfig by Simon Glass · Mon Oct 17 20:12:35 2016 -0600
  85. 982ca46 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · Wed Jul 13 12:56:51 2016 +0200
  86. fab806d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · Fri Sep 23 15:59:43 2016 +1200
  87. fdb3e4a debug_uart: Remove duplicated carriage return handling by Bin Meng · Thu Mar 17 23:59:04 2016 -0700
  88. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · Sat Feb 06 14:31:37 2016 -0700
  89. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · Thu Jan 21 09:10:26 2016 -0500
  90. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  91. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · Mon Nov 16 15:26:32 2015 +0100
  92. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · Mon Nov 16 15:26:31 2015 +0100
  93. 1bb4923 console: Add a console buffer by Simon Glass · Sun Nov 08 23:47:48 2015 -0700
  94. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  95. 1fa4c71 sandbox: Drop special-case sandbox console code by Simon Glass · Tue Jun 23 15:38:34 2015 -0600
  96. 7dd27e0 dm: Allow debug UART to support an early console by Simon Glass · Tue Jun 23 15:38:33 2015 -0600
  97. e355da0 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · Tue May 05 13:13:36 2015 +0200
  98. cb2c286 Export redesign by Martin Dorwig · Mon Jan 26 15:22:54 2015 -0700
  99. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · Thu Jan 08 09:02:31 2015 +0200
  100. 379bcd6 Fix console functions for U-Boot API by Simon Glass · Thu Nov 13 20:51:12 2014 -0700