summaryrefslogtreecommitdiff
path: root/common/command.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16common: always compile fixup_cmdtable()Heinrich Schuchardt1-4/+2
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass1-2/+2
2020-07-09command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-4/+5
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-36/+39
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-1/+1
2019-10-24common: command: Fix manual relocation for repeatable commandMichal Simek1-0/+5
2019-08-11env: Create a new file for environment functionsSimon Glass1-0/+1
2019-07-18common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORTMarek Vasut1-1/+6
2019-04-24common: command: Add command execution tracer.Christoph Muellner1-0/+14
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon1-6/+26
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon1-4/+32
2019-01-15common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon1-4/+16
2019-01-15common: command: Fix command auto-completionBoris Brezillon1-2/+10
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek1-0/+3
2018-07-19common: command: Use command_ret_t enum values instead of valuesMichal Simek1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-30common: command: tempory buffer should have size of command line bufHeinrich Schuchardt1-1/+1
2016-04-02Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-0/+6
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-1/+1
2015-08-05common: command add '\n' for debug msgPeng Fan1-1/+1
2014-10-28common: command: trivial coding style fixesMasahiro Yamada1-30/+26
2014-03-04Add 64-bit data support for memory commandsYork Sun1-0/+4
2014-03-04Add cmd_process_error() to report and process errorsSimon Glass1-0/+10
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud1-1/+5
2012-11-08common/command.c: revert changes from commit 199adb60Anatolij Gustschin1-8/+1
2012-11-04common/misc: sparse fixesKim Phillips1-1/+8
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-7/+10
2012-03-07Add cmd_process() to process commands in one placeSimon Glass1-1/+40
2012-03-07Create a single cmd_call() function to handle command executionSimon Glass1-0/+21
2011-10-24common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-1/+2
2011-10-18Replace space and tab checks with isblankJason Hobbs1-4/+5
2011-10-16common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-0/+6
2011-07-26cmd_usage: constifyMike Frysinger1-1/+1
2011-01-09env: re-add support for auto-completionMike Frysinger1-2/+1
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-24/+0
2010-11-28Common/command: Guard strchr/strlen from NULL pointerThomas Weber1-0/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-09-19relocation: fixup cmdtableHeiko Schocher1-0/+37
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-1/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-6/+6
2010-05-06command.c: Enable auto tab for the editenv commandTrübenbach, Ralf1-0/+3
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser1-233/+0
2009-06-12General help message cleanupWolfgang Denk1-8/+7