summaryrefslogtreecommitdiff
path: root/include/command.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-22cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt1-1/+1
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro1-0/+8
2019-01-15command: commands: Add macros to declare commands with subcmdsBoris Brezillon1-0/+78
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon1-4/+48
2019-01-15common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon1-0/+3
2018-10-20common: command: fix typoHeinrich Schuchardt1-1/+1
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-23arm64: zynqmp: Add support to load an app at EL1Nitin Jain1-0/+2
2017-08-11Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass1-5/+4
2016-04-02Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-0/+18
2016-03-22Allow command code to compile to nothingSimon Glass1-4/+27
2016-01-14cmd_boot: Add a poweroff commandMichael van Slingerland1-0/+1
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-4/+1
2015-07-28pxe: add AArch64 image supportStephen Warren1-0/+2
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-0/+1
2014-06-19Avoid including config.h in command.hSimon Glass1-1/+0
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass1-0/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-25bootz: un-staticize do_bootzRob Herring1-0/+2
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud1-1/+3
2012-12-12Add console command to access io space registersVadim Bendebury1-4/+4
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-2/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-12/+14
2012-09-26combine block device load commands into common functionRob Herring1-0/+4
2012-03-07Add cmd_process() to process commands in one placeSimon Glass1-1/+28
2012-03-07Create a single cmd_call() function to handle command executionSimon Glass1-0/+3
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg1-0/+3
2011-10-18sandbox: Force command sections to be 4-byte alignedSimon Glass1-1/+2
2011-07-26cmd_usage: constifyMike Frysinger1-1/+1
2011-07-26autostart: unify duplicated logic into the bootm codeMike Frysinger1-0/+8
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-12/+18
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-0/+1
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger1-0/+3
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-0/+2
2010-11-28command_t: punt unused typeMike Frysinger1-2/+0
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-09-19relocation: fixup cmdtableHeiko Schocher1-0/+3
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-06-12Make "usage" messages more helpful.Wolfgang Denk1-1/+1
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel1-1/+3
2009-01-28Command usage cleanupPeter Tyser1-0/+5
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-10-18Expose command table search for sub-commandsKumar Gala1-0/+7
2008-09-11move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-0/+9
2008-08-06Fix merge problemsStefan Roese1-0/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2007-07-09Remove references to the old cmd_confdefs.h include file.Jon Loeliger1-6/+0