summaryrefslogtreecommitdiff
path: root/common/cmd_boot.c
Commit message (Expand)AuthorAgeLines
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-2/+3
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* make `go` optionalMike Frysinger2011-04-13-0/+4
* do_reset: unify duplicate prototypesMike Frysinger2010-11-28-2/+0
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-4/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-3/+3
* General help message cleanupWolfgang Denk2009-06-12-2/+2
* Command usage cleanupPeter Tyser2009-01-28-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* allow ports to override go behaviorMike Frysinger2008-04-18-28/+5
* disable caches before booting an app for Blackfin appsMike Frysinger2008-04-13-14/+26
* Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk2007-01-13-1/+1
* Allow args on reset command.Haiying Wang2006-05-26-1/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-5/+3
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-08-0/+7
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-1/+10
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-4/+4
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+0
* * Code cleanup:wdenk2003-06-27-1098/+16
* Patches by Robert Schwebel, 14 Jun 2003:wdenk2003-06-19-2/+16
* PPC405EP support added.stroese2003-05-23-2/+2
* Patch by Christophe Lindheimer, 20 May 2003:wdenk2003-05-20-1/+4
* Prepare for 0.3.0 releasewdenk2003-04-08-2/+2
* * Patch by Martin Winistoerfer, 23 Mar 2003wdenk2003-03-31-1/+1
* * Patch by Arun Dharankar, 24 Mar 2003:wdenk2003-03-31-4/+15
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-26-24/+22
* Add PCI support for MPC8250 Boards (PM825 module)wdenk2003-03-25-2/+31
* Initial revisionwdenk2002-11-03-0/+1103