summaryrefslogtreecommitdiffstats
path: root/include/command.h
Commit message (Expand)AuthorAgeFilesLines
* cmd_boot: Add a poweroff commandMichael van Slingerland2016-01-131-0/+1
* CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini2015-12-071-4/+1
* pxe: add AArch64 image supportStephen Warren2015-07-271-0/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-271-0/+1
* Avoid including config.h in command.hSimon Glass2014-06-191-1/+0
* Add cmd_process_error() to report and process errorsSimon Glass2014-03-041-0/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* bootz: un-staticize do_bootzRob Herring2013-06-241-0/+2
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-041-1/+3
* Add console command to access io space registersVadim Bendebury2012-12-111-4/+4
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-2/+0
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-221-12/+14
* combine block device load commands into common functionRob Herring2012-09-251-0/+4
* Add cmd_process() to process commands in one placeSimon Glass2012-03-061-1/+28
* Create a single cmd_call() function to handle command executionSimon Glass2012-03-061-0/+3
* env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg2011-11-221-0/+3
* sandbox: Force command sections to be 4-byte alignedSimon Glass2011-10-171-1/+2
* cmd_usage: constifyMike Frysinger2011-07-261-1/+1
* autostart: unify duplicated logic into the bootm codeMike Frysinger2011-07-251-0/+8
* autocomplete: remove runtime handler installMike Frysinger2010-11-281-12/+18
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-0/+1
* do_bootd: unify duplicate prototypesMike Frysinger2010-11-281-0/+3
* do_bootm: unify duplicate prototypesMike Frysinger2010-11-281-0/+2
* command_t: punt unused typeMike Frysinger2010-11-281-2/+0
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* relocation: fixup cmdtableHeiko Schocher2010-09-191-0/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-4/+4
* Make "usage" messages more helpful.Wolfgang Denk2009-06-121-1/+1
* command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel2009-03-271-1/+3
* Command usage cleanupPeter Tyser2009-01-281-0/+5
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-0/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-3/+3
* Expose command table search for sub-commandsKumar Gala2008-10-181-0/+7
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-101-0/+9
* Fix merge problemsStefan Roese2008-08-061-0/+2
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Remove references to the old cmd_confdefs.h include file.Jon Loeliger2007-07-081-6/+0
* * Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-0/+9
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-6/+4
* * Code cleanup:wdenk2003-06-271-9/+19
* Initial revisionwdenk2002-08-271-0/+90
OpenPOWER on IntegriCloud