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