index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
nvedit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Tom Rini
2023-11-07
1
-117
/
+5
*
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-10-16
1
-4
/
+2
*
common: Drop linux/printk.h from common header
Simon Glass
2023-09-24
1
-0
/
+1
*
cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
1
-11
/
+0
*
cmd: nvedit: remove error check, handle with Kconfig
Troy Kisky
2023-05-09
1
-27
/
+5
*
nvedit: simplify do_env_indirect()
Rasmus Villemoes
2023-03-30
1
-7
/
+4
*
Correct SPL use of CMD_NVEDIT_EFI
Simon Glass
2023-02-09
1
-1
/
+1
*
env: Drop ENV_IS_IN_SATA
Simon Glass
2023-02-07
1
-1
/
+0
*
cmd: env: Add `indirect` to indirectly set values
Samuel Dionne-Riel
2022-04-07
1
-0
/
+45
*
env: Move non-cli env functions to env/common.c
Marek Behún
2021-10-21
1
-175
/
+0
*
env: Simplify env_match() and inline into env_get_f()
Marek Behún
2021-10-21
1
-14
/
+5
*
env: Use memcpy() instead of ad-hoc code to copy variable value
Marek Behún
2021-10-21
1
-12
/
+6
*
env: Make return value of env_get_f() behave like sprintf() on success
Marek Behún
2021-10-21
1
-3
/
+5
*
env: Early return from env_get_f() on NULL name
Marek Behún
2021-10-21
1
-3
/
+3
*
env: Don't match empty variable name in env_match()
Marek Behún
2021-10-21
1
-1
/
+1
*
env: Use better name for variable in env_get_f()
Marek Behún
2021-10-21
1
-4
/
+4
*
env: Use string pointer instead of indexes in env_get_f()
Marek Behún
2021-10-21
1
-16
/
+16
*
env: Inline env_get_char() into its only user
Marek Behún
2021-10-21
1
-14
/
+14
*
env: Change env_match() to static and remove from header
Marek Behún
2021-10-21
1
-15
/
+15
*
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
1
-1
/
+1
*
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-08-02
1
-5
/
+5
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
env: Allow returning errors from hdelete_r()
Simon Glass
2020-12-04
1
-2
/
+4
*
efi: change 'env -e -i' usage syntax
Maxim Uvarov
2020-09-18
1
-2
/
+2
*
env: Crash in 'env import' when using checksum and a specific size
Pedro Aguilar
2020-09-11
1
-0
/
+5
*
cmd: env: add env select command
Patrick Delaunay
2020-07-31
1
-0
/
+15
*
cmd: env: add env load command
Patrick Delaunay
2020-07-31
1
-0
/
+14
*
cmd: env: check real location for env info command
Patrick Delaunay
2020-07-26
1
-3
/
+12
*
cmd: env: add option for quiet output on env info
Patrick Delaunay
2020-07-26
1
-7
/
+19
*
efi_loader: simplify 'printenv -e'
Heinrich Schuchardt
2020-07-16
1
-3
/
+4
*
cmd: env: use ENV_IS_IN_DEVICE in env info
Patrick Delaunay
2020-07-07
1
-1
/
+1
*
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
[next]