1. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  2. df12ab5 log: Add a command to output a log record by Simon Glass · Thu Dec 28 13:14:20 2017 -0700
  3. ea0049b log: Add a command to control the log output format by Simon Glass · Thu Dec 28 13:14:19 2017 -0700
  4. 14c8a06 log: Add a test command by Simon Glass · Mon Dec 04 13:48:27 2017 -0700
  5. 5684f8f log: Add a 'log level' command by Simon Glass · Mon Dec 04 13:48:26 2017 -0700
  6. 49badb9 Drop the log buffer by Simon Glass · Mon Dec 04 13:48:23 2017 -0700
  7. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  8. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_log.c]
  9. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_log.c]
  10. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  11. 863e8d8 common: Add get_effective_memsize() to memsize.c by York Sun · Tue Feb 11 11:57:26 2014 -0800
  12. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  13. 650ebc0 cmd_log: print log->v2.con value in the "log info" command by Heiko Schocher · Tue Feb 14 22:21:07 2012 +0000
  14. 3102012 command, log: Coding Style cleanup by Heiko Schocher · Tue Feb 14 22:21:06 2012 +0000
  15. e5f7869 command, log: print with "log show" a full logbuffer by Heiko Schocher · Thu Feb 16 01:02:21 2012 +0000
  16. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  17. 9026d68 arm, logbuffer: make it compileclean by Heiko Schocher · Wed Oct 12 01:13:38 2011 +0000
  18. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  19. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  20. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  21. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  22. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  23. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  24. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  25. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · Tue May 13 15:53:29 2008 +0200
  26. 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 · Thu May 08 15:46:42 2008 +0200
  27. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · Mon May 12 00:56:28 2008 +0200
  28. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · Wed May 07 13:10:04 2008 +0200
  29. 531ad56 cmd_log.c: Fix assignment differ in signedness by Jean-Christophe PLAGNIOL-VILLARD · Wed Apr 02 08:03:57 2008 +0200
  30. 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 · Wed Feb 06 18:48:36 2008 +0100
  31. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  32. 70df7bc Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · Fri Jun 22 23:59:00 2007 +0200
  33. 93470f2 Adapt log buffer code to support Linux 2.6 by Igor Lisitsin · Wed Apr 18 14:55:19 2007 +0400
  34. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  35. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  36. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  37. 3aaa67a Avoid unnecessary call to post_word_load(); make logbuf compile without POST by wdenk · Tue Jul 15 21:50:34 2003 +0000
  38. 41bea11 Adapt log driver to latest POST changes (POST_SLOWTEST) by wdenk · Tue Jul 15 21:08:26 2003 +0000
  39. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  40. b9bbd24 * Patch by Seb James, 30 Jun 2003: by wdenk · Mon Jun 30 16:24:52 2003 +0000
  41. d9fce81 Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: by wdenk · Sat Jun 28 17:24:46 2003 +0000
  42. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  43. 9dfa8d1 * Improve log buffer code; use "loglevel" to decide which messages by wdenk · Sun Dec 08 09:53:23 2002 +0000
  44. 2a3cb02 Quick & Dirty fix for log buffer problem when environment is not set by wdenk · Tue Nov 05 21:01:48 2002 +0000
  45. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · Tue Nov 05 16:35:14 2002 +0000