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