1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  3. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  4. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  5. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  6. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  7. 304882e cmd: log: Add commands to manipulate filters by Sean Anderson · 4 years, 1 month ago
  8. 60aa4fe cmd: log: Make "log level" print all log levels by Sean Anderson · 4 years, 1 month ago
  9. cd6f8ab cmd: log: Add commands to list categories and drivers by Sean Anderson · 4 years, 1 month ago
  10. 0a3b694 cmd: log: Split off log level parsing by Sean Anderson · 4 years, 1 month ago
  11. dcabb4b cmd: log: Use sub-commands for log by Sean Anderson · 4 years, 1 month ago
  12. c182182 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
  13. b6e92dc log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · 4 years, 1 month ago
  14. 2d349c7 log: don't show function by default by Heinrich Schuchardt · 4 years, 5 months ago
  15. 276bf92 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 6 months ago
  16. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  17. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  18. df12ab5 log: Add a command to output a log record by Simon Glass · 7 years ago
  19. ea0049b log: Add a command to control the log output format by Simon Glass · 7 years ago
  20. 14c8a06 log: Add a test command by Simon Glass · 7 years ago
  21. 5684f8f log: Add a 'log level' command by Simon Glass · 7 years ago
  22. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  23. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  24. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_log.c]
  25. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_log.c]
  26. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  27. 863e8d8 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  28. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  29. 650ebc0 cmd_log: print log->v2.con value in the "log info" command by Heiko Schocher · 13 years ago
  30. 3102012 command, log: Coding Style cleanup by Heiko Schocher · 13 years ago
  31. e5f7869 command, log: print with "log show" a full logbuffer by Heiko Schocher · 13 years ago
  32. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  33. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · 13 years ago
  34. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  35. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  36. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  38. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  39. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  40. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  42. 35d81ce POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · 17 years ago
  43. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 17 years ago
  44. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  45. 531ad56 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  46. fe1d91b The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
  47. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  48. 70df7bc Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  49. 93470f2 Adapt log buffer code to support Linux 2.6 by Igor Lisitsin · 18 years ago
  50. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  51. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  52. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  53. 3aaa67a Avoid unnecessary call to post_word_load(); make logbuf compile without POST by wdenk · 21 years ago
  54. 41bea11 Adapt log driver to latest POST changes (POST_SLOWTEST) by wdenk · 21 years ago
  55. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  56. b9bbd24 * Patch by Seb James, 30 Jun 2003: by wdenk · 21 years ago
  57. d9fce81 Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: by wdenk · 21 years ago
  58. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  59. 9dfa8d1 * Improve log buffer code; use "loglevel" to decide which messages by wdenk · 22 years ago
  60. 2a3cb02 Quick & Dirty fix for log buffer problem when environment is not set by wdenk · 22 years ago
  61. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago