summaryrefslogtreecommitdiff
path: root/common/cmd_log.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-31cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher1-0/+1
2012-03-31command, log: Coding Style cleanupHeiko Schocher1-45/+51
2012-03-31command, log: print with "log show" a full logbufferHeiko Schocher1-1/+3
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-2/+2
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz1-1/+7
2008-05-21POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov1-2/+2
2008-05-12Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk1-7/+1
2008-05-10Avoid initrd and logbuffer area overlapsMarian Balakowicz1-1/+7
2008-04-18cmd_log.c: Fix assignment differ in signednessJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-19The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov1-6/+32
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-06-23Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk1-2/+2
2007-06-23Adapt log buffer code to support Linux 2.6Igor Lisitsin1-45/+71
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-3/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-2/+1
2003-07-16Avoid unnecessary call to post_word_load();wdenk1-1/+1
2003-07-16Adapt log driver to latest POST changes (POST_SLOWTEST)wdenk1-1/+4
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-30* Patch by Seb James, 30 Jun 2003:wdenk1-9/+9
2003-06-28Merge from "stable branch", tag LABEL_2003_06_28_1800-stable:wdenk1-4/+10
2003-06-28* Code cleanup:wdenk1-1/+10
2002-12-08* Improve log buffer code; use "loglevel" to decide which messageswdenk1-55/+81
2002-11-06Quick & Dirty fix for log buffer problem when environment is not setwdenk1-3/+3
2002-11-05* Add support for log buffer which can be passed to Linux kernel'swdenk1-0/+223