summaryrefslogtreecommitdiff
path: root/include/command.h
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-06-14cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selectedBartosz Golaszewski
2019-03-22cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10Heinrich Schuchardt
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro
2019-01-15command: commands: Add macros to declare commands with subcmdsBoris Brezillon
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon
2019-01-15common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon
2018-10-19common: command: fix typoHeinrich Schuchardt
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-23arm64: zynqmp: Add support to load an app at EL1Nitin Jain
2017-08-11Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass
2016-03-22Allow command code to compile to nothingSimon Glass
2016-01-13cmd_boot: Add a poweroff commandMichael van Slingerland
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini
2015-07-27pxe: add AArch64 image supportStephen Warren
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-06-19Avoid including config.h in command.hSimon Glass
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-24bootz: un-staticize do_bootzRob Herring
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud
2012-12-11Add console command to access io space registersVadim Bendebury
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-09-25combine block device load commands into common functionRob Herring
2012-03-06Add cmd_process() to process commands in one placeSimon Glass
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg
2011-10-17sandbox: Force command sections to be 4-byte alignedSimon Glass
2011-07-26cmd_usage: constifyMike Frysinger
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger
2010-11-28command_t: punt unused typeMike Frysinger
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-19relocation: fixup cmdtableHeiko Schocher
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-06-12Make "usage" messages more helpful.Wolfgang Denk
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Expose command table search for sub-commandsKumar Gala