index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
command.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-53
/
+64
*
common: Move command functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+16
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selected
Bartosz Golaszewski
2019-06-14
1
-1
/
+2
*
cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10
Heinrich Schuchardt
2019-03-22
1
-1
/
+1
*
cmd: env: add "-e" option for handling UEFI variables
AKASHI Takahiro
2019-02-25
1
-0
/
+8
*
command: commands: Add macros to declare commands with subcmds
Boris Brezillon
2019-01-15
1
-0
/
+78
*
common: command: Rework the 'cmd is repeatable' logic
Boris Brezillon
2019-01-15
1
-4
/
+48
*
common: command: Expose a generic helper to auto-complete sub commands
Boris Brezillon
2019-01-15
1
-0
/
+3
*
common: command: fix typo
Heinrich Schuchardt
2018-10-19
1
-1
/
+1
*
common: command: Handle USAGE failure separately
Michal Simek
2018-07-19
1
-1
/
+3
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
arm64: zynqmp: Add support to load an app at EL1
Nitin Jain
2018-03-23
1
-0
/
+2
*
Kconfig: Drop CONFIG_CMD_PORTIO and associated command
Simon Glass
2017-08-11
1
-5
/
+4
*
Drop command-processing code when CONFIG_CMDLINE is disabled
Simon Glass
2016-04-01
1
-0
/
+18
*
Allow command code to compile to nothing
Simon Glass
2016-03-22
1
-4
/
+27
*
cmd_boot: Add a poweroff command
Michael van Slingerland
2016-01-13
1
-0
/
+1
*
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
Tom Rini
2015-12-07
1
-4
/
+1
*
pxe: add AArch64 image support
Stephen Warren
2015-07-27
1
-0
/
+2
*
cli: hush: Adjust 'run' command to run each line of the env var
Simon Glass
2014-10-27
1
-0
/
+1
*
Avoid including config.h in command.h
Simon Glass
2014-06-19
1
-1
/
+0
*
Add cmd_process_error() to report and process errors
Simon Glass
2014-03-04
1
-0
/
+9
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
bootz: un-staticize do_bootz
Rob Herring
2013-06-24
1
-0
/
+2
*
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-12
1
-1
/
+1
*
cmd_time: merge run_command_and_time_it with cmd_process
Richard Genoud
2013-02-04
1
-1
/
+3
*
Add console command to access io space registers
Vadim Bendebury
2012-12-11
1
-4
/
+4
*
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
1
-2
/
+0
*
common: Convert the U-Boot commands to LG-arrays
Marek Vasut
2012-10-22
1
-12
/
+14
*
combine block device load commands into common function
Rob Herring
2012-09-25
1
-0
/
+4
*
Add cmd_process() to process commands in one place
Simon Glass
2012-03-06
1
-1
/
+28
*
Create a single cmd_call() function to handle command execution
Simon Glass
2012-03-06
1
-0
/
+3
*
env: clean cmd_nvedit.c checkpatch and code style
Igor Grinberg
2011-11-22
1
-0
/
+3
*
sandbox: Force command sections to be 4-byte aligned
Simon Glass
2011-10-17
1
-1
/
+2
*
cmd_usage: constify
Mike Frysinger
2011-07-26
1
-1
/
+1
*
autostart: unify duplicated logic into the bootm code
Mike Frysinger
2011-07-25
1
-0
/
+8
*
autocomplete: remove runtime handler install
Mike Frysinger
2010-11-28
1
-12
/
+18
*
do_reset: unify duplicate prototypes
Mike Frysinger
2010-11-28
1
-0
/
+1
*
do_bootd: unify duplicate prototypes
Mike Frysinger
2010-11-28
1
-0
/
+3
*
do_bootm: unify duplicate prototypes
Mike Frysinger
2010-11-28
1
-0
/
+2
*
command_t: punt unused type
Mike Frysinger
2010-11-28
1
-2
/
+0
*
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
Wolfgang Denk
2010-10-29
1
-1
/
+1
*
relocation: fixup cmdtable
Heiko Schocher
2010-09-19
1
-0
/
+3
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
1
-4
/
+4
*
Make "usage" messages more helpful.
Wolfgang Denk
2009-06-12
1
-1
/
+1
*
command.c: Expose the core of do_help as _do_help to the rest of u-boot.
Detlev Zundel
2009-03-27
1
-1
/
+3
*
Command usage cleanup
Peter Tyser
2009-01-28
1
-0
/
+5
*
Standardize command usage messages with cmd_usage()
Peter Tyser
2009-01-28
1
-0
/
+2
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
1
-3
/
+3
*
Expose command table search for sub-commands
Kumar Gala
2008-10-18
1
-0
/
+7
[next]