index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
command.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-27
command: Fix operation of !CONFIG_CMDLINE
Simon Glass
1
-1
/
+9
2021-02-03
cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel image
Kory Maincent
1
-0
/
+3
2021-02-03
command.h: Remove extern from the header
Kory Maincent
1
-28
/
+28
2020-12-01
setexpr: Add some tests for buffer overflow and backref
Simon Glass
1
-0
/
+17
2020-12-01
command: Add constants for cmd_get_data_size string / error
Simon Glass
1
-1
/
+25
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-53
/
+64
2019-12-02
common: Move command functions out of common.h
Simon Glass
1
-0
/
+16
2019-08-11
env: Move env_set() to env.h
Simon Glass
1
-0
/
+1
2019-06-14
cmd: define CMD_DATA_SIZE when CONFIG_CMD_SETEXPR is selected
Bartosz Golaszewski
1
-1
/
+2
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-19
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-01
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-13
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-27
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-24
bootz: un-staticize do_bootz
Rob Herring
1
-0
/
+2
2013-03-12
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-11
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-25
combine block device load commands into common function
Rob Herring
1
-0
/
+4
2012-03-06
Add cmd_process() to process commands in one place
Simon Glass
1
-1
/
+28
2012-03-06
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-17
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-25
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-04
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
[next]