aboutsummaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-4/+8
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk1-4/+0
2010-03-21console.c: fix problem with splashimageAnatolij Gustschin1-3/+7
2009-08-30bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell1-1/+1
2009-07-19console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD1-46/+29
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-18/+18
2009-02-18common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD1-52/+56
2009-02-18common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD1-98/+101
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn1-1/+155
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-20/+20
2008-09-06Allow console input to be disabledMark Jackson1-0/+20
2008-08-31devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD1-37/+25
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2007-05-05[PATCH] simplify silent consoleLadislav Michl1-7/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-16/+2
2005-03-31* Patch by Detlev Zundel, 31 Mar 2005:wdenk1-5/+3
2004-04-18* Cleanup, minor fixeswdenk1-1/+4
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-12/+12
2004-02-08Patch by Anders Larsen, 09 Jan 2004:wdenk1-1/+1
2004-02-06* Patch by Wolter Kamphuis, 15 Dec 2003:wdenk1-0/+10
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk1-1/+1
2003-10-10Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentLABEL_2003_10_10_1200wdenk1-1/+13
2003-09-29Suppress all output with splashscreen configured only if "splashimage"dzu1-2/+4
2003-09-18* Patches by Anders Larsen, 17 Sep 2003:wdenk1-0/+6
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-13/+13
2003-06-19Patches by Murray Jensen, 17 Jun 2003:wdenk1-0/+14
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk1-2/+7
2003-03-06* Patches by Robert Schwebel, 06 Mar 2003:wdenk1-1/+1
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+4
2002-11-03Initial revisionwdenk1-0/+532