summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass5-4/+24
2014-06-19Avoid including config.h in command.hSimon Glass1-1/+0
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass2-0/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-06-25bootz: un-staticize do_bootzRob Herring2-1/+3
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD177-351/+380
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud5-35/+12
2012-12-11Add console command to access io space registersVadim Bendebury4-4/+99
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut173-583/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut10-42/+50
2012-09-25combine block device load commands into common functionRob Herring6-409/+191
2012-03-06Add cmd_process() to process commands in one placeSimon Glass4-78/+81
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass4-8/+28
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg3-52/+53
2011-10-17sandbox: Force command sections to be 4-byte alignedSimon Glass1-1/+2
2011-07-26cmd_usage: constifyMike Frysinger2-2/+2
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger9-85/+33
2010-11-28autocomplete: remove runtime handler installMike Frysinger4-48/+30
2010-11-28do_reset: unify duplicate prototypesMike Frysinger38-67/+21
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger3-6/+3
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger13-15/+2
2010-11-28command_t: punt unused typeMike Frysinger1-2/+0
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk37-91/+46
2010-09-19relocation: fixup cmdtableHeiko Schocher6-92/+56
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk295-670/+671
2009-06-12Make "usage" messages more helpful.Wolfgang Denk2-18/+17
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel2-8/+16
2009-01-28Command usage cleanupPeter Tyser163-352/+361
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser89-206/+213
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2039-53844/+53844
2008-10-18Expose command table search for sub-commandsKumar Gala2-4/+17
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD8-38/+33
2008-08-06Fix merge problemsStefan Roese132-1771/+1173
2008-05-20Big white-space cleanup.Wolfgang Denk1010-13540/+13551
2007-07-08Remove references to the old cmd_confdefs.h include file.Jon Loeliger2-9/+0
2004-04-15* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk40-221/+7559
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk61-389/+332
2003-06-27* Code cleanup:wdenk1246-50034/+47707
2002-08-27Initial revisionwdenk27-0/+1881