index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
nvedit.c
Age
Commit message (
Expand
)
Author
2023-05-09
cmd: nvedit: remove error check, handle with Kconfig
Troy Kisky
2023-03-30
nvedit: simplify do_env_indirect()
Rasmus Villemoes
2023-02-09
Correct SPL use of CMD_NVEDIT_EFI
Simon Glass
2023-02-07
env: Drop ENV_IS_IN_SATA
Simon Glass
2022-04-07
cmd: env: Add `indirect` to indirectly set values
Samuel Dionne-Riel
2021-10-21
env: Move non-cli env functions to env/common.c
Marek Behún
2021-10-21
env: Simplify env_match() and inline into env_get_f()
Marek Behún
2021-10-21
env: Use memcpy() instead of ad-hoc code to copy variable value
Marek Behún
2021-10-21
env: Make return value of env_get_f() behave like sprintf() on success
Marek Behún
2021-10-21
env: Early return from env_get_f() on NULL name
Marek Behún
2021-10-21
env: Don't match empty variable name in env_match()
Marek Behún
2021-10-21
env: Use better name for variable in env_get_f()
Marek Behún
2021-10-21
env: Use string pointer instead of indexes in env_get_f()
Marek Behún
2021-10-21
env: Inline env_get_char() into its only user
Marek Behún
2021-10-21
env: Change env_match() to static and remove from header
Marek Behún
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-04
env: Allow returning errors from hdelete_r()
Simon Glass
2020-09-18
efi: change 'env -e -i' usage syntax
Maxim Uvarov
2020-09-11
env: Crash in 'env import' when using checksum and a specific size
Pedro Aguilar
2020-07-31
cmd: env: add env select command
Patrick Delaunay
2020-07-31
cmd: env: add env load command
Patrick Delaunay
2020-07-26
cmd: env: check real location for env info command
Patrick Delaunay
2020-07-26
cmd: env: add option for quiet output on env info
Patrick Delaunay
2020-07-16
efi_loader: simplify 'printenv -e'
Heinrich Schuchardt
2020-07-07
cmd: env: use ENV_IS_IN_DEVICE in env info
Patrick Delaunay
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-04-16
cmd: env: add "-at" option to "env set -e" command
AKASHI Takahiro
2019-12-09
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-12-06
cmd: Migrate from_env() from pxe.c to nvedit.c
Patrice Chotard
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-10-30
cmd: env: extend "env [set|print] -e" to manage UEFI variables
AKASHI Takahiro
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Drop the ACTION typedef
Simon Glass
2019-08-11
env: Rename the redundancy flags
Simon Glass
2019-08-11
env: Drop the ENTRY typedef
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
env: net: Move eth_parse_enetaddr() to net.c/h
Simon Glass
2019-08-11
env: Move envmatch() to env.h
Simon Glass
2019-08-11
env: Move get_env_id() to env.h
Simon Glass
2019-07-18
env: register erase command
Frank Wunderlich
2019-07-13
cmd: nvedit: Add sub-command 'env info'
Leo Ruan
2019-06-11
Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
Tom Rini
2019-06-06
env: enable saveenv command when one CONFIG_ENV_IS_IN is activated
Patrick Delaunay
2019-06-04
cmd: env: add -nv option for UEFI non-volatile variable
AKASHI Takahiro
[next]