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