summaryrefslogtreecommitdiff
path: root/common/command.c
AgeCommit message (Expand)Author
2020-07-08command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2019-10-24common: command: Fix manual relocation for repeatable commandMichal Simek
2019-08-11env: Create a new file for environment functionsSimon Glass
2019-07-18common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORTMarek Vasut
2019-04-23common: command: Add command execution tracer.Christoph Muellner
2019-01-15common: command: Add support for $ auto-completionBoris 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
2019-01-15common: command: Fix command auto-completionBoris Brezillon
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek
2018-07-19common: command: Use command_ret_t enum values instead of valuesMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-29common: command: tempory buffer should have size of command line bufHeinrich Schuchardt
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang
2015-08-05common: command add '\n' for debug msgPeng Fan
2014-10-27common: command: trivial coding style fixesMasahiro Yamada
2014-03-04Add 64-bit data support for memory commandsYork Sun
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin
2012-11-04common/misc: sparse fixesKim Phillips
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
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-10-23common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-10-15common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck
2011-07-26cmd_usage: constifyMike Frysinger
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-27Common/command: Guard strchr/strlen from NULL pointerThomas Weber
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-19relocation: fixup cmdtableHeiko Schocher
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-06command.c: Enable auto tab for the editenv commandTrübenbach, Ralf
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser
2009-06-12General help message cleanupWolfgang 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