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
2023-03-30
nvedit: simplify do_env_indirect()
Rasmus Villemoes
1
-7
/
+4
2023-02-09
Correct SPL use of CMD_NVEDIT_EFI
Simon Glass
1
-1
/
+1
2023-02-07
env: Drop ENV_IS_IN_SATA
Simon Glass
1
-1
/
+0
2022-04-07
cmd: env: Add `indirect` to indirectly set values
Samuel Dionne-Riel
1
-0
/
+45
2021-10-21
env: Move non-cli env functions to env/common.c
Marek Behún
1
-175
/
+0
2021-10-21
env: Simplify env_match() and inline into env_get_f()
Marek Behún
1
-14
/
+5
2021-10-21
env: Use memcpy() instead of ad-hoc code to copy variable value
Marek Behún
1
-12
/
+6
2021-10-21
env: Make return value of env_get_f() behave like sprintf() on success
Marek Behún
1
-3
/
+5
2021-10-21
env: Early return from env_get_f() on NULL name
Marek Behún
1
-3
/
+3
2021-10-21
env: Don't match empty variable name in env_match()
Marek Behún
1
-1
/
+1
2021-10-21
env: Use better name for variable in env_get_f()
Marek Behún
1
-4
/
+4
2021-10-21
env: Use string pointer instead of indexes in env_get_f()
Marek Behún
1
-16
/
+16
2021-10-21
env: Inline env_get_char() into its only user
Marek Behún
1
-14
/
+14
2021-10-21
env: Change env_match() to static and remove from header
Marek Behún
1
-15
/
+15
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-1
/
+1
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-5
/
+5
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-04
env: Allow returning errors from hdelete_r()
Simon Glass
1
-2
/
+4
2020-09-18
efi: change 'env -e -i' usage syntax
Maxim Uvarov
1
-2
/
+2
2020-09-11
env: Crash in 'env import' when using checksum and a specific size
Pedro Aguilar
1
-0
/
+5
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
[next]