summaryrefslogtreecommitdiff
path: root/common/cmd_boot.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-2/+3
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2011-04-13make `go` optionalMike Frysinger1-0/+4
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-2/+0
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-04-18allow ports to override go behaviorMike Frysinger1-28/+5
2008-04-14disable caches before booting an app for Blackfin appsMike Frysinger1-14/+26
2007-01-13Undo commit 3033ebb2: reset command does not take any argumentsWolfgang Denk1-1/+1
2006-05-26Allow args on reset command.Haiying Wang1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+3
2003-10-09* Patch by Scott McNutt, 04 Oct 2003:wdenk1-0/+7
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-1/+10
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-1098/+16
2003-06-20Patches by Robert Schwebel, 14 Jun 2003:wdenk1-2/+16
2003-05-23PPC405EP support added.stroese1-2/+2
2003-05-20Patch by Christophe Lindheimer, 20 May 2003:wdenk1-1/+4
2003-04-09Prepare for 0.3.0 releasewdenk1-2/+2
2003-03-31* Patch by Martin Winistoerfer, 23 Mar 2003wdenk1-1/+1
2003-03-31* Patch by Arun Dharankar, 24 Mar 2003:wdenk1-4/+15
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk1-24/+22
2003-03-25Add PCI support for MPC8250 Boards (PM825 module)wdenk1-2/+31
2002-11-03Initial revisionwdenk1-0/+1103