- 317d6b6 cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- 9122972 cmd: nvedit: remove error check, handle with Kconfig by Troy Kisky · 1 year, 9 months ago
- d54ccb4 nvedit: simplify do_env_indirect() by Rasmus Villemoes · 1 year, 9 months ago
- 70f5822 Correct SPL use of CMD_NVEDIT_EFI by Simon Glass · 1 year, 10 months ago
- 43e7989d env: Drop ENV_IS_IN_SATA by Simon Glass · 1 year, 10 months ago
- 46127db cmd: env: Add `indirect` to indirectly set values by Samuel Dionne-Riel · 3 years ago
- 30044c5 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years, 1 month ago
- bf9e469 env: Simplify env_match() and inline into env_get_f() by Marek Behún · 3 years, 1 month ago
- 2cd93c3 env: Use memcpy() instead of ad-hoc code to copy variable value by Marek Behún · 3 years, 1 month ago
- 27f01e2 env: Make return value of env_get_f() behave like sprintf() on success by Marek Behún · 3 years, 1 month ago
- e1ad43c env: Early return from env_get_f() on NULL name by Marek Behún · 3 years, 1 month ago
- 2906969 env: Don't match empty variable name in env_match() by Marek Behún · 3 years, 1 month ago
- 26efbe3 env: Use better name for variable in env_get_f() by Marek Behún · 3 years, 1 month ago
- 53317c9 env: Use string pointer instead of indexes in env_get_f() by Marek Behún · 3 years, 1 month ago
- 9a359b5 env: Inline env_get_char() into its only user by Marek Behún · 3 years, 1 month ago
- 7682002 env: Change env_match() to static and remove from header by Marek Behún · 3 years, 1 month ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 1 month ago
- d9858d6 efi: change 'env -e -i' usage syntax by Maxim Uvarov · 4 years, 3 months ago
- 834b552 env: Crash in 'env import' when using checksum and a specific size by Pedro Aguilar · 4 years, 3 months ago
- a59f7ec cmd: env: add env select command by Patrick Delaunay · 4 years, 4 months ago
- 748e42e cmd: env: add env load command by Patrick Delaunay · 4 years, 4 months ago
- c149a3b cmd: env: check real location for env info command by Patrick Delaunay · 4 years, 5 months ago
- 109ec8f cmd: env: add option for quiet output on env info by Patrick Delaunay · 4 years, 5 months ago
- 7efbf7e efi_loader: simplify 'printenv -e' by Heinrich Schuchardt · 4 years, 4 months ago
- 4b876be cmd: env: use ENV_IS_IN_DEVICE in env info by Patrick Delaunay · 4 years, 5 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- bd7defa cmd: env: add "-at" option to "env set -e" command by AKASHI Takahiro · 4 years, 7 months ago
- 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
- ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 5 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 2e95212 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
- 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- 63a2f57 env: Drop the ACTION typedef by Simon Glass · 5 years ago
- 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
- 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
- 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
- eec9796 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
- d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
- 909ff4d env: Move envmatch() to env.h by Simon Glass · 5 years ago
- 2d85a75 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
- 33afa93 env: register erase command by Frank Wunderlich · 5 years ago
- 7450b87 cmd: nvedit: Add sub-command 'env info' by Leo Ruan · 6 years ago
- 0fda700 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
- bd5f581 env: enable saveenv command when one CONFIG_ENV_IS_IN is activated by Patrick Delaunay · 6 years ago
- 2610576 cmd: env: add -nv option for UEFI non-volatile variable by AKASHI Takahiro · 5 years ago
- 117e68a cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
- cf80bd7 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
- 960a5fd cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
- 0312b94 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
- 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
- b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
- 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
- 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
- 72e10ca cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
- efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
- 5a90fb7 cmd: nvedit: env_get_f must check for env_get_char error codes by Simon Goldschmidt · 7 years ago
- 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
- bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
- a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
- 4beb235 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · 7 years ago
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
- 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
- d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
- d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
- bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
- e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · 8 years ago
- c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
- 5da543c common: env: support sata device by Peng Fan · 9 years ago
- d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
- 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
- 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
- 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
- a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
- dfc382a env: Distinguish finer between source of env change by Joe Hershberger · 10 years ago
- d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 10 years ago
- 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
- 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
- be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
- dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
- a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
- 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
- d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
- 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
- bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 12 years ago
- ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
- b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
- e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago