index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_nvedit.c
Commit message (
Expand
)
Author
Age
Lines
*
env: Distinguish finer between source of env change
Joe Hershberger
2015-05-21
-7
/
+19
*
env: Allow env_attr_walk to pass a priv * to callback
Joe Hershberger
2015-05-21
-4
/
+6
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
-0
/
+1
*
Add option -r to env import to allow import of text files with CRLF as line e...
Alexander Holler
2014-07-22
-4
/
+15
*
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
-2
/
+2
*
move CLI prototypes to cli.h and add comments
Simon Glass
2014-05-29
-0
/
+1
*
sandbox: Support 'env import' and 'env export'
Simon Glass
2014-05-09
-13
/
+18
*
cmd_nvedit: Make 'env import -c' require size parameter
Tom Rini
2014-03-07
-0
/
+3
*
env: fix the env export varname
Pierre Aubert
2013-11-08
-4
/
+2
*
cmd_nvedit.c: Add env exists command
Andrew Ruder
2013-11-08
-0
/
+23
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-17
/
+1
*
env: Fix minor comment typos in cmd_nvedit
Simon Glass
2013-05-14
-2
/
+2
*
"env grep" - add support for regular expression matches
Wolfgang Denk
2013-05-01
-6
/
+23
*
"env grep" - add options to grep in name, value, or both.
Wolfgang Denk
2013-05-01
-5
/
+33
*
"env grep" - reimplement command using hexport_r()
Wolfgang Denk
2013-05-01
-18
/
+12
*
hashtable: preparations to use hexport_r() for "env grep"
Wolfgang Denk
2013-05-01
-3
/
+7
*
Add getenv_hex() to return an environment variable as hex
Simon Glass
2013-05-01
-0
/
+15
*
printenv: Correct out-of-memory condition check.
Maxime Larocque
2013-04-17
-1
/
+2
*
env: Add support for UBI environment
Joe Hershberger
2013-04-11
-1
/
+2
*
mtd: Make mtdparts work with pre-reloc env
Joe Hershberger
2013-04-11
-0
/
+4
*
env: fix "env ask" command
Wolfgang Denk
2013-03-12
-26
/
+28
*
env: Avoid clobbering an edited variable on ctrl-c
Joe Hershberger
2013-03-04
-1
/
+2
*
common: Use new numeric setenv functions
Simon Glass
2013-02-28
-2
/
+1
*
Update set_working_fdt_addr() to use setenv_addr()
Simon Glass
2013-02-28
-4
/
+4
*
env: Implement the env delete command
Joe Hershberger
2012-12-13
-3
/
+32
*
env: Add setenv force support
Joe Hershberger
2012-12-13
-6
/
+23
*
env: Add support for access control to .flags
Joe Hershberger
2012-12-13
-6
/
+25
*
env: Add a command to display details about env flags
Joe Hershberger
2012-12-13
-0
/
+59
*
env: Add environment variable flags
Joe Hershberger
2012-12-13
-49
/
+1
*
env: Add a console env handler
Joe Hershberger
2012-12-13
-33
/
+3
*
env: Add a loadaddr env handler
Joe Hershberger
2012-12-13
-12
/
+0
*
env: Add a baudrate env handler
Joe Hershberger
2012-12-13
-47
/
+0
*
env: Add a bootfile env handler
Joe Hershberger
2012-12-13
-9
/
+0
*
env: Add a command to view callbacks
Joe Hershberger
2012-12-13
-0
/
+81
*
env: Hide '.' variables in env print by default
Joe Hershberger
2012-12-13
-9
/
+17
*
env: Refactor apply into change_ok
Joe Hershberger
2012-12-13
-19
/
+15
*
env: Refactor do_apply to a flag
Joe Hershberger
2012-12-13
-10
/
+9
*
common/cmd_*.c: sparse fixes
Kim Phillips
2012-11-04
-9
/
+16
*
serial: remove calls to serial_assign()
Allen Martin
2012-10-26
-3
/
+0
*
env: Check for NULL pointer in envmatch()
Joe Hershberger
2012-10-15
-0
/
+3
*
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
-2
/
+0
*
COMMON: Use __stringify() instead of MK_STR()
Marek Vasut
2012-10-15
-4
/
+1
*
env: fix crash using default -f -a
Gerlando Falauto
2012-10-05
-0
/
+3
*
OMAP: networking support for SPL
Ilya Yanok
2012-10-01
-0
/
+8
*
env: make "env default" selective, check and apply
Gerlando Falauto
2012-09-18
-6
/
+34
*
env: check and apply changes on delete/destroy
Gerlando Falauto
2012-09-18
-1
/
+1
*
env: add check/apply logic to himport_r()
Gerlando Falauto
2012-09-18
-1
/
+2
*
env: make himport_r() selective on variables
Gerlando Falauto
2012-09-18
-1
/
+2
*
env: unify logic to check and apply changes
Gerlando Falauto
2012-09-18
-49
/
+92
[next]