summaryrefslogtreecommitdiff
path: root/include/cmd_log.h
Commit message (Collapse)AuthorAgeLines
* * Code cleanup:wdenk2003-06-27-49/+0
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Improve log buffer code; use "loglevel" to decide which messageswdenk2002-12-08-1/+2
| | | | to log on the console, too (like in Linux); get rid of "logstart"
* * Add support for log buffer which can be passed to Linux kernel'swdenk2002-11-05-0/+48
syslog mechanism; used especially for POST results. * Patch by Klaus Heydeck, 31 Oct 2002: Add initial support for kup4k board