1. 117e68a cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · Mon Feb 25 15:54:36 2019 +0900
  2. cf80bd7 cmd: nvedit: use correct format code by Heinrich Schuchardt · Sun Jan 06 11:52:06 2019 +0100
  3. 960a5fd cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · Wed Sep 12 11:02:51 2018 +0000
  4. 0312b94 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · Mon Jul 09 19:16:29 2018 +0200
  5. 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
  6. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · Sun Jun 24 19:16:57 2018 +0300
  7. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · Sun Jun 24 19:16:56 2018 +0300
  8. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · Sun Jun 24 19:16:55 2018 +0300
  9. 72e10ca cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · Sun Jun 24 19:16:54 2018 +0300
  10. efe757c u-boot: Fix several typos by Shyam Saini · Thu Jun 07 19:47:19 2018 +0530
  11. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  12. 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
  13. 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
  14. 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · Tue Jan 23 21:16:50 2018 +0100
  15. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:40 2017 +0300
  16. 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
  17. 4beb235 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · Tue Sep 26 19:37:11 2017 -0400
  18. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  19. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  20. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  21. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  22. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  23. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · Thu Aug 03 12:22:08 2017 -0600
  24. d8273ed env: Drop the env_name_spec global by Simon Glass · Thu Aug 03 12:22:03 2017 -0600
  25. 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
  26. e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · Mon May 08 21:43:43 2017 +0200
  27. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · Wed Sep 07 14:27:59 2016 -0400
  28. 5da543c common: env: support sata device by Peng Fan · Sun Apr 03 21:52:13 2016 +0800
  29. d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · Tue Feb 23 15:51:26 2016 +1000
  30. 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]
  31. 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]
  32. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · Wed Dec 23 12:08:09 2015 +0800
  33. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  34. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · Wed May 20 14:27:21 2015 -0500
  35. d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · Wed May 20 14:27:19 2015 -0500
  36. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  37. 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
  38. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  39. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  40. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · Fri Oct 25 23:01:31 2013 -0600
  41. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · Tue Mar 04 15:52:35 2014 -0500
  42. d8d51f8 env: fix the env export varname by Pierre Aubert · Tue Oct 08 14:20:27 2013 +0200
  43. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · Tue Oct 22 19:07:34 2013 -0500
  44. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  45. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  46. df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · Tue May 07 06:11:45 2013 +0000
  47. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · Sat Mar 23 23:50:32 2013 +0000
  48. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · Sat Mar 23 23:50:30 2013 +0000
  49. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · Sat Mar 23 23:50:29 2013 +0000
  50. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · Sat Mar 23 23:50:28 2013 +0000
  51. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · Sat Apr 20 08:42:43 2013 +0000
  52. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · Fri Sep 28 05:00:13 2012 +0000
  53. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  54. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · Mon Apr 08 10:32:50 2013 +0000
  55. 586895d env: fix "env ask" command by Wolfgang Denk · Wed Feb 20 04:53:16 2013 +0000
  56. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · Fri Feb 08 10:12:34 2013 +0000
  57. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  58. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · Sun Feb 24 17:33:21 2013 +0000
  59. 8335ce7 env: Implement the env delete command by Joe Hershberger · Tue Dec 11 22:16:36 2012 -0600
  60. f64bb77 env: Add setenv force support by Joe Hershberger · Tue Dec 11 22:16:35 2012 -0600
  61. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  62. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · Tue Dec 11 22:16:33 2012 -0600
  63. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  64. 5c89d6d env: Add a console env handler by Joe Hershberger · Tue Dec 11 22:16:29 2012 -0600
  65. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · Tue Dec 11 22:16:28 2012 -0600
  66. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · Tue Dec 11 22:16:27 2012 -0600
  67. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · Tue Dec 11 22:16:26 2012 -0600
  68. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · Tue Dec 11 22:16:25 2012 -0600
  69. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  70. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  71. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  72. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  73. 3a136bc serial: remove calls to serial_assign() by Allen Martin · Thu Oct 25 13:30:14 2012 +0000
  74. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  75. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  76. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  77. a62685d env: fix crash using default -f -a by Gerlando Falauto · Fri Oct 05 00:46:10 2012 +0000
  78. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  79. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · Fri Aug 24 00:11:41 2012 +0000
  80. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · Fri Aug 24 00:11:40 2012 +0000
  81. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  82. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  83. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · Fri Aug 24 00:11:37 2012 +0000
  84. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · Fri Aug 24 00:11:36 2012 +0000
  85. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · Fri Aug 10 07:45:44 2012 +0000
  86. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  87. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:39 2012 +0000
  88. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  89. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · Thu Mar 08 00:33:20 2012 +0000
  90. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · Mon Mar 12 23:57:50 2012 +0000
  91. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  92. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · Mon Jan 16 21:13:05 2012 +0000
  93. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · Fri Dec 16 23:33:10 2011 +0000
  94. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · Sat Dec 10 02:25:19 2011 +0000
  95. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · Wed Nov 23 09:48:02 2011 +0000
  96. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:13:59 2011 +0000
  97. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  98. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · Fri Nov 04 06:42:36 2011 +0000
  99. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  100. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · Fri Oct 21 18:51:38 2011 +0000