aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_log.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-04Make 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-20POST: 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-17cmd_log.c: Fix assignment differ in signednessJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov1-6/+32
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-06-22Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk1-2/+2
2007-06-22Adapt 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-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-2/+1
2003-07-15Avoid unnecessary call to post_word_load();wdenk1-1/+1
2003-07-15Adapt log driver to latest POST changes (POST_SLOWTEST)wdenk1-1/+4
2003-07-01Patch 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-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+10
2002-12-08* Improve log buffer code; use "loglevel" to decide which messageswdenk1-55/+81
2002-11-05Quick & 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'sLABEL_2002_11_05_1735wdenk1-0/+223