| Commit message (Expand) | Author | Age | Lines |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -3/+3 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -1/+1 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -1/+1 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -2/+2 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -1/+1 |
* | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-06-03 | -1/+7 |
* | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit... | Yuri Tikhonov | 2008-05-20 | -2/+2 |
* | Revert "Avoid initrd and logbuffer area overlaps" | Wolfgang Denk | 2008-05-12 | -7/+1 |
* | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-05-10 | -1/+7 |
* | cmd_log.c: Fix assignment differ in signedness | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-17 | -1/+1 |
* | The patch introduces the alternative configuration of the log buffer for the ... | Yuri Tikhonov | 2008-03-18 | -6/+32 |
* | [BUILD] conditionally compile common/cmd_*.c in common/Makefile | Grant Likely | 2007-11-20 | -4/+0 |
* | Coding stylke cleanup; rebuild CHANGELOG | Wolfgang Denk | 2007-06-22 | -2/+2 |
* | Adapt log buffer code to support Linux 2.6 | Igor Lisitsin | 2007-06-22 | -45/+71 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -3/+2 |
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -1/+1 |
* | * Implement new mechanism to export U-Boot's functions to standalone | wdenk | 2003-07-24 | -2/+1 |
* | Avoid unnecessary call to post_word_load(); | wdenk | 2003-07-15 | -1/+1 |
* | Adapt log driver to latest POST changes (POST_SLOWTEST) | wdenk | 2003-07-15 | -1/+4 |
* | Patch by Kenneth Johansson, 30 Jun 2003: | wdenk | 2003-07-01 | -2/+2 |
* | * Patch by Seb James, 30 Jun 2003: | wdenk | 2003-06-30 | -9/+9 |
* | Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: | wdenk | 2003-06-28 | -4/+10 |
* | * Code cleanup: | wdenk | 2003-06-27 | -1/+10 |
* | * Improve log buffer code; use "loglevel" to decide which messages | wdenk | 2002-12-08 | -55/+81 |
* | Quick & Dirty fix for log buffer problem when environment is not set | wdenk | 2002-11-05 | -3/+3 |
* | * Add support for log buffer which can be passed to Linux kernel's | wdenk | 2002-11-05 | -0/+223 |