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