summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* Move display_banner() to console.c. This helps us to showsascha2007-10-191-1/+20
* Use Linux Kernel list implementation for console devices insteadSascha Hauer2007-10-111-27/+28
* Fix use of unitialized Variable. Why didn't this come up earlier???Sascha Hauer2007-10-091-1/+1
* export symbolsSascha Hauer2007-10-071-0/+11
* Export symbols printf and the ones needed for getoptSascha Hauer2007-10-011-1/+2
* add console bufferingSascha Hauer2007-09-211-1/+33
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-4/+7
* whitespace cleanupSascha Hauer2007-09-131-7/+7
* fix for !CONFIG_HAS_EARLY_INITSascha Hauer2007-07-121-3/+5
* add early console for mpc5200Sascha Hauer2007-07-121-21/+61
* svn_rev_700Sascha Hauer2007-07-051-1/+1
* svn_rev_686Sascha Hauer2007-07-051-4/+42
* svn_rev_538Sascha Hauer2007-07-051-0/+19
* svn_rev_525Sascha Hauer2007-07-051-1/+5
* svn_rev_502Sascha Hauer2007-07-051-9/+45
* svn_rev_398Sascha Hauer2007-07-051-37/+4
* svn_rev_380Sascha Hauer2007-07-051-19/+90
* svn_rev_358Sascha Hauer2007-07-051-0/+1
* svn_rev_276Sascha Hauer2007-07-051-0/+1
* svn_rev_128Sascha Hauer2007-07-051-95/+1
* svn_rev_109Sascha Hauer2007-07-051-335/+4
* svn_rev_003Sascha Hauer2007-07-051-10/+0
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-16/+2
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-311-5/+3
* * Cleanup, minor fixeswdenk2004-04-181-1/+4
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-12/+12
* Patch by Anders Larsen, 09 Jan 2004:wdenk2004-02-081-1/+1
* * Patch by Wolter Kamphuis, 15 Dec 2003:wdenk2004-02-061-0/+10
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-1/+1
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-101-1/+13
* Suppress all output with splashscreen configured only if "splashimage"dzu2003-09-291-2/+4
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-181-0/+6
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-13/+13
* Patches by Murray Jensen, 17 Jun 2003:wdenk2003-06-191-0/+14
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-201-2/+7
* * Patches by Robert Schwebel, 06 Mar 2003:wdenk2003-03-061-1/+1
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-0/+4
* Initial revisionwdenk2002-11-031-0/+532