index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
command.c
Age
Commit message (
Expand
)
Author
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
common: always compile fixup_cmdtable()
Heinrich Schuchardt
2020-12-01
command: Add constants for cmd_get_data_size string / error
Simon Glass
2020-07-08
command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-01-17
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
Simon Glass
2019-10-24
common: command: Fix manual relocation for repeatable command
Michal Simek
2019-08-11
env: Create a new file for environment functions
Simon Glass
2019-07-18
common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT
Marek Vasut
2019-04-23
common: command: Add command execution tracer.
Christoph Muellner
2019-01-15
common: command: Add support for $ auto-completion
Boris Brezillon
2019-01-15
common: command: Rework the 'cmd is repeatable' logic
Boris Brezillon
2019-01-15
common: command: Expose a generic helper to auto-complete sub commands
Boris Brezillon
2019-01-15
common: command: Fix command auto-completion
Boris Brezillon
2018-07-19
common: command: Handle USAGE failure separately
Michal Simek
2018-07-19
common: command: Use command_ret_t enum values instead of values
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-11-29
common: command: tempory buffer should have size of command line buf
Heinrich Schuchardt
2016-04-01
Drop command-processing code when CONFIG_CMDLINE is disabled
Simon Glass
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-08-28
NDS32: Generic Board Support and Unsupport
Kun-Hua Huang
2015-08-05
common: command add '\n' for debug msg
Peng Fan
2014-10-27
common: command: trivial coding style fixes
Masahiro Yamada
2014-03-04
Add 64-bit data support for memory commands
York Sun
2014-03-04
Add cmd_process_error() to report and process errors
Simon Glass
2014-01-14
command.c: Fix auto-completion for the full commands list case
Andrew Gabbasov
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-02-04
cmd_time: merge run_command_and_time_it with cmd_process
Richard Genoud
2012-11-08
common/command.c: revert changes from commit 199adb60
Anatolij Gustschin
2012-11-04
common/misc: sparse fixes
Kim Phillips
2012-10-22
common: Convert the U-Boot commands to LG-arrays
Marek Vasut
2012-03-06
Add cmd_process() to process commands in one place
Simon Glass
2012-03-06
Create a single cmd_call() function to handle command execution
Simon Glass
2011-10-23
common: fix missing function pointer relocation in fixup_cmdtable()
Daniel Schwierzeck
2011-10-17
Replace space and tab checks with isblank
Jason Hobbs
2011-10-15
common: fix missing function pointer relocation in fixup_cmdtable()
Daniel Schwierzeck
2011-07-26
cmd_usage: constify
Mike Frysinger
2011-01-09
env: re-add support for auto-completion
Mike Frysinger
2010-11-28
autocomplete: remove runtime handler install
Mike Frysinger
2010-11-27
Common/command: Guard strchr/strlen from NULL pointer
Thomas Weber
2010-10-29
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-09-19
relocation: fixup cmdtable
Heiko Schocher
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-05-06
command.c: Enable auto tab for the editenv command
Trübenbach, Ralf
2009-11-23
command.c: Break commands out to appropriate cmd_*.c files
Peter Tyser
[next]