1. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 5 months ago
  2. a79fc7a common: Remove <common.h> and add needed includes by Tom Rini · 6 months ago
  3. 9152a51 common: console: Fix print complete stdio device list by Patrice Chotard · 9 months ago
  4. e58bafc lib: membuff: fix readline not returning line in case of overflow by Ion Agorria · 10 months ago
  5. 90087dd common: console: record console from the beginning by Ion Agorria · 10 months ago
  6. 9ce75f4 common: console: introduce console_record_isempty helper by Ion Agorria · 10 months ago
  7. cde03fa video: Add a function to clear the display by Simon Glass · 1 year, 1 month ago
  8. 6b343ab console: Print out complete stdio device list by Bin Meng · 1 year, 3 months ago
  9. f30fd55 console: Refactor stdio_print_current_devices() a little bit by Bin Meng · 1 year, 3 months ago
  10. 75bfc6f console: Make stdio_print_current_devices() static by Bin Meng · 1 year, 3 months ago
  11. 97d6d7e console: Use only 0x00 as line separator for console recording by Marek Vasut · 1 year, 8 months ago
  12. 33965c7 console: Add option to keep it silent until env is loaded by Harald Seiler · 2 years, 4 months ago
  13. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 2 years ago
  14. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 1 month ago
  15. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 1 month ago
  16. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  17. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  18. 04a20ca common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 6 months ago
  19. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  20. cff2963 common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · 2 years, 6 months ago
  21. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  22. 4057e27 console: Avoid serial output before the console is running by Simon Glass · 2 years, 11 months ago
  23. 8ce465e common: Allow a smaller console-recording pre-reloc by Simon Glass · 3 years ago
  24. 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 3 months ago
  25. c1a2bb4 console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 5 months ago
  26. 400797c IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 8 months ago
  27. b672c16 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 8 months ago
  28. 09d8f07 console: Set file and devices at one go by Andy Shevchenko · 3 years, 8 months ago
  29. 20a7d35 console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 8 months ago
  30. 7b9ca3f console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 8 months ago
  31. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  32. 449efce console: cosmetics: remove #if 0 by Patrick Delaunay · 3 years, 11 months ago
  33. 3232487 console: rename search_device() to console_search_dev() by Andy Shevchenko · 3 years, 10 months ago
  34. 95aaf40 console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 3 years, 10 months ago
  35. 41f668b console: Introduce console_start() and console_stop() by Andy Shevchenko · 3 years, 10 months ago
  36. a17b38c console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 3 years, 10 months ago
  37. 1e99371 console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 3 years, 10 months ago
  38. 45375ad console: add function console_devices_set by Patrick Delaunay · 3 years, 10 months ago
  39. c04f856 console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 3 years, 10 months ago
  40. bf80edb console: allow to record console output before ready by Patrick Delaunay · 3 years, 11 months ago
  41. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 3 years, 11 months ago
  42. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  43. bd34715 console: Always define the console-recording functions by Simon Glass · 4 years, 3 months ago
  44. 493a4c8 console: Add a way to output to serial only by Simon Glass · 4 years, 4 months ago
  45. 27b5b9e video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 4 months ago
  46. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 5 months ago
  47. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  48. a3a9e04 common/console.c: discard volatile by Heinrich Schuchardt · 4 years, 8 months ago
  49. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 9 months ago
  50. 5e63c96 common/console.c: Fix unused warning with console_doenv() by Tom Rini · 5 years ago
  51. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  52. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  53. 13551b9 console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  54. bf46be7 console: update silent tag after env load by Patrick Delaunay · 5 years ago
  55. 36bcea6 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  56. 273a125 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  57. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  58. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  59. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  60. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  61. 27b4225 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 6 years ago
  62. 64e9b4f Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  63. be135cc Revert "console: simplify puts()" by Soeren Moch · 7 years ago
  64. 5daf6e5 common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · 7 years ago
  65. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  66. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  67. 7b3c4c3 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  68. 42f9f91 console: Unify the check for a serial console by Simon Glass · 7 years ago
  69. c61d000 console: simplify puts() by Masahiro Yamada · 7 years ago
  70. d8c6fb8 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
  71. 4e6bafa console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
  72. b089538 Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  73. b026542 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  74. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  75. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  76. 6440746 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  77. 43e0a3d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  78. ce1a7d1 debug_uart: Remove duplicated carriage return handling by Bin Meng · 9 years ago
  79. a2931b3 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  80. 3da5240 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  81. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  82. ddf7355 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  83. dd55777 common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  84. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  85. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  86. da229e4 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  87. d6ea530 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  88. a8552c7 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 9 years ago
  89. 49cad54 Export redesign by Martin Dorwig · 10 years ago
  90. 2766966 console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  91. d872771 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  92. 482f469 common:console: add missing include by Jeroen Hofstee · 10 years ago
  93. 8969ea3 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  94. 093f79a Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  95. 7793ac9 console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  96. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  97. a5dffa4 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 10 years ago
  98. 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  99. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  100. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago