1. f231566 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years ago
  2. a80652e env: Simplify env_match() and inline into env_get_f() by Marek Behún · 3 years ago
  3. a473766 env: Use memcpy() instead of ad-hoc code to copy variable value by Marek Behún · 3 years ago
  4. 3112ce0 env: Make return value of env_get_f() behave like sprintf() on success by Marek Behún · 3 years ago
  5. 6b6e3ee env: Early return from env_get_f() on NULL name by Marek Behún · 3 years ago
  6. 6ba4473 env: Don't match empty variable name in env_match() by Marek Behún · 3 years ago
  7. d1bca8d env: Use better name for variable in env_get_f() by Marek Behún · 3 years ago
  8. eff73b2 env: Use string pointer instead of indexes in env_get_f() by Marek Behún · 3 years ago
  9. 52f9ed3 env: Inline env_get_char() into its only user by Marek Behún · 3 years ago
  10. 7b611ee env: Change env_match() to static and remove from header by Marek Behún · 3 years ago
  11. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  12. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  13. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  14. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 3 years, 11 months ago
  15. 8f0ac53 efi: change 'env -e -i' usage syntax by Maxim Uvarov · 4 years, 1 month ago
  16. 142775a env: Crash in 'env import' when using checksum and a specific size by Pedro Aguilar · 4 years, 1 month ago
  17. a97d22e cmd: env: add env select command by Patrick Delaunay · 4 years, 2 months ago
  18. 0115dd3 cmd: env: add env load command by Patrick Delaunay · 4 years, 2 months ago
  19. 2f96b32 cmd: env: check real location for env info command by Patrick Delaunay · 4 years, 3 months ago
  20. 6718ebd cmd: env: add option for quiet output on env info by Patrick Delaunay · 4 years, 3 months ago
  21. c70f448 efi_loader: simplify 'printenv -e' by Heinrich Schuchardt · 4 years, 2 months ago
  22. 8b5206d cmd: env: use ENV_IS_IN_DEVICE in env info by Patrick Delaunay · 4 years, 3 months ago
  23. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  24. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  25. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  26. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  27. e50e287 cmd: env: add "-at" option to "env set -e" command by AKASHI Takahiro · 4 years, 5 months ago
  28. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  29. 1ac2cb9 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 4 years, 10 months ago
  30. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  31. 051aa89 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
  32. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  33. 3f0d680 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  34. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  35. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  36. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  37. 0b9d8a0 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  38. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  39. b9ca02c env: Move envmatch() to env.h by Simon Glass · 5 years ago
  40. f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  41. cd121bd env: register erase command by Frank Wunderlich · 5 years ago
  42. 8e92120 cmd: nvedit: Add sub-command 'env info' by Leo Ruan · 5 years ago
  43. 2702646 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  44. 2643c85 env: enable saveenv command when one CONFIG_ENV_IS_IN is activated by Patrick Delaunay · 6 years ago
  45. 4b27a76 cmd: env: add -nv option for UEFI non-volatile variable by AKASHI Takahiro · 5 years ago
  46. 49d81fd cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
  47. 8291951 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  48. d71b029 cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  49. eaf7347 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  50. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  51. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  52. 5a04264 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  53. 477f811 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  54. 3009149 cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
  55. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  56. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  57. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  58. 87c7fb3 cmd: nvedit: env_get_f must check for env_get_char error codes by Simon Goldschmidt · 7 years ago
  59. 9c24dfb cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  60. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  61. bf52fcd cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  62. c667723 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · 7 years ago
  63. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  64. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  65. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  66. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  67. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  68. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  69. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  70. d1b88cd cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  71. c33e825 common: env: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  72. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  73. 125d193 common: env: support sata device by Peng Fan · 8 years ago
  74. fd1000b common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  75. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
  76. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
  77. 5d49b4c common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  78. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  79. 94b467b env: Distinguish finer between source of env change by Joe Hershberger · 9 years ago
  80. cca98fd env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 9 years ago
  81. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  82. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  83. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  84. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  85. fd37dac sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  86. 3775dcd cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
  87. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  88. 88733e2 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
  89. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  90. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  91. 9602286 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 11 years ago
  92. be29df6 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  93. d87244d "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
  94. 5a31ea0 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  95. ea009d4 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  96. 76b8f79 Add getenv_hex() to return an environment variable as hex by Simon Glass · 11 years ago
  97. 22a4a6c printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  98. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  99. a7eb1d6 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 11 years ago
  100. 7d85591 env: fix "env ask" command by Wolfgang Denk · 12 years ago