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
/
cmd
/
nvedit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-30
/
+32
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
cmd: env: add "-at" option to "env set -e" command
AKASHI Takahiro
2020-04-16
1
-2
/
+3
*
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-12-09
1
-1
/
+1
*
cmd: Migrate from_env() from pxe.c to nvedit.c
Patrice Chotard
2019-12-06
1
-0
/
+17
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
1
-0
/
+1
*
cmd: env: extend "env [set|print] -e" to manage UEFI variables
AKASHI Takahiro
2019-10-30
1
-5
/
+14
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Drop the ACTION typedef
Simon Glass
2019-08-11
1
-4
/
+4
*
env: Rename the redundancy flags
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
1
-6
/
+6
*
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: net: Move eth_parse_enetaddr() to net.c/h
Simon Glass
2019-08-11
1
-12
/
+0
*
env: Move envmatch() to env.h
Simon Glass
2019-08-11
1
-10
/
+2
*
env: Move get_env_id() to env.h
Simon Glass
2019-08-11
1
-2
/
+3
*
env: register erase command
Frank Wunderlich
2019-07-18
1
-0
/
+20
*
cmd: nvedit: Add sub-command 'env info'
Leo Ruan
2019-07-13
1
-0
/
+108
*
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
Tom Rini
2019-06-11
1
-15
/
+21
|
\
|
*
env: enable saveenv command when one CONFIG_ENV_IS_IN is activated
Patrick Delaunay
2019-06-06
1
-15
/
+21
*
|
cmd: env: add -nv option for UEFI non-volatile variable
AKASHI Takahiro
2019-06-04
1
-1
/
+2
|
/
*
cmd: env: add "-e" option for handling UEFI variables
AKASHI Takahiro
2019-02-25
1
-1
/
+27
*
cmd: nvedit: use correct format code
Heinrich Schuchardt
2019-01-15
1
-2
/
+2
*
cmd: env: Fix CRC calculation for 'env export -c -s'
Neil Stainton
2018-09-30
1
-1
/
+2
*
cmd: nvedit: env import can now import only variables passed as parameters
Quentin Schulz
2018-07-20
1
-7
/
+19
*
env: add the same prefix to error messages to make it detectable by tests
Quentin Schulz
2018-07-20
1
-4
/
+8
*
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-07-19
1
-1
/
+2
*
cmd: nvedit: set H_INTERACTIVE in do_env_default
Yaniv Levinsky
2018-07-19
1
-1
/
+1
*
cmd: nvedit: propagate envflag to set_default_vars
Yaniv Levinsky
2018-07-19
1
-1
/
+1
*
cmd: nvedit: rename flags in do_env_default
Yaniv Levinsky
2018-07-19
1
-3
/
+3
*
u-boot: Fix several typos
Shyam Saini
2018-06-13
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
1
-0
/
+30
*
cmd: nvedit: env_get_f must check for env_get_char error codes
Simon Goldschmidt
2018-01-31
1
-3
/
+8
*
cmd: nvedit: Get rid of the env lookup
Maxime Ripard
2018-01-27
1
-4
/
+0
*
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Tuomas Tynkkynen
2017-10-16
1
-2
/
+1
*
cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity
Tom Rini
2017-10-07
1
-1
/
+1
*
cmd/nvedit.c: Update input handling to cover overflow cases
Tom Rini
2017-10-06
1
-4
/
+7
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-3
/
+3
*
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
1
-2
/
+2
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-7
/
+7
*
env: Rename common functions related to setenv()
Simon Glass
2017-08-16
1
-3
/
+3
*
env: Rename setenv() to env_set()
Simon Glass
2017-08-16
1
-4
/
+4
*
env: Drop saveenv() in favour of env_save()
Simon Glass
2017-08-15
1
-1
/
+1
*
env: Drop the env_name_spec global
Simon Glass
2017-08-15
1
-1
/
+3
*
cmd: nvedit: bring error message in sync with condition under which it appears
Lothar Waßmann
2017-06-12
1
-2
/
+2
*
common: env: remove superfluous assignment
xypron.glpk@gmx.de
2017-05-12
1
-1
/
+0
*
Various, accumulated typos collected from around the tree.
Robert P. J. Day
2016-10-06
1
-5
/
+5
[next]