1. 5da543c common: env: support sata device by Peng Fan · Sun Apr 03 21:52:13 2016 +0800
  2. d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · Tue Feb 23 15:51:26 2016 +1000
  3. 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]
  4. 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]
  5. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · Wed Dec 23 12:08:09 2015 +0800
  6. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  7. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · Wed May 20 14:27:21 2015 -0500
  8. d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · Wed May 20 14:27:19 2015 -0500
  9. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  10. 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
  11. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  12. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  13. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · Fri Oct 25 23:01:31 2013 -0600
  14. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · Tue Mar 04 15:52:35 2014 -0500
  15. d8d51f8 env: fix the env export varname by Pierre Aubert · Tue Oct 08 14:20:27 2013 +0200
  16. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · Tue Oct 22 19:07:34 2013 -0500
  17. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  18. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  19. df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · Tue May 07 06:11:45 2013 +0000
  20. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · Sat Mar 23 23:50:32 2013 +0000
  21. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · Sat Mar 23 23:50:30 2013 +0000
  22. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · Sat Mar 23 23:50:29 2013 +0000
  23. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · Sat Mar 23 23:50:28 2013 +0000
  24. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · Sat Apr 20 08:42:43 2013 +0000
  25. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · Fri Sep 28 05:00:13 2012 +0000
  26. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  27. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · Mon Apr 08 10:32:50 2013 +0000
  28. 586895d env: fix "env ask" command by Wolfgang Denk · Wed Feb 20 04:53:16 2013 +0000
  29. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · Fri Feb 08 10:12:34 2013 +0000
  30. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  31. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · Sun Feb 24 17:33:21 2013 +0000
  32. 8335ce7 env: Implement the env delete command by Joe Hershberger · Tue Dec 11 22:16:36 2012 -0600
  33. f64bb77 env: Add setenv force support by Joe Hershberger · Tue Dec 11 22:16:35 2012 -0600
  34. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  35. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · Tue Dec 11 22:16:33 2012 -0600
  36. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  37. 5c89d6d env: Add a console env handler by Joe Hershberger · Tue Dec 11 22:16:29 2012 -0600
  38. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · Tue Dec 11 22:16:28 2012 -0600
  39. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · Tue Dec 11 22:16:27 2012 -0600
  40. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · Tue Dec 11 22:16:26 2012 -0600
  41. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · Tue Dec 11 22:16:25 2012 -0600
  42. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  43. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  44. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  45. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  46. 3a136bc serial: remove calls to serial_assign() by Allen Martin · Thu Oct 25 13:30:14 2012 +0000
  47. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  48. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · Fri Sep 14 23:45:51 2012 +0200
  49. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  50. a62685d env: fix crash using default -f -a by Gerlando Falauto · Fri Oct 05 00:46:10 2012 +0000
  51. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  52. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · Fri Aug 24 00:11:41 2012 +0000
  53. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · Fri Aug 24 00:11:40 2012 +0000
  54. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  55. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  56. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · Fri Aug 24 00:11:37 2012 +0000
  57. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · Fri Aug 24 00:11:36 2012 +0000
  58. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · Fri Aug 10 07:45:44 2012 +0000
  59. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  60. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:39 2012 +0000
  61. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  62. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · Thu Mar 08 00:33:20 2012 +0000
  63. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · Mon Mar 12 23:57:50 2012 +0000
  64. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  65. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · Mon Jan 16 21:13:05 2012 +0000
  66. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · Fri Dec 16 23:33:10 2011 +0000
  67. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · Sat Dec 10 02:25:19 2011 +0000
  68. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · Wed Nov 23 09:48:02 2011 +0000
  69. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:13:59 2011 +0000
  70. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  71. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · Fri Nov 04 06:42:36 2011 +0000
  72. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  73. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · Fri Oct 21 18:51:38 2011 +0000
  74. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · Mon Oct 24 17:59:59 2011 +0000
  75. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · Fri Oct 14 13:25:18 2011 +0000
  76. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · Mon Sep 26 02:26:03 2011 +0200
  77. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · Fri Jul 29 14:42:18 2011 +0200
  78. 4328547 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · Wed May 04 10:29:49 2011 +0000
  79. ff2a9f3 cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · Tue Apr 26 16:16:45 2011 +0000
  80. f0c9d53 common: add a grepenv command by Kim Phillips · Tue Apr 05 07:15:14 2011 +0000
  81. 74ac020 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · Thu Mar 24 17:21:42 2011 +0100
  82. f3ddf20 env: make import/export optional by Mike Frysinger · Sun Dec 26 23:09:45 2010 -0500
  83. 92b9b2e cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · Wed Feb 09 15:10:29 2011 +0100
  84. 3b70e55 load_addr: move to common env code by Mike Frysinger · Tue Dec 21 14:08:27 2010 -0500
  85. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · Wed Dec 08 06:26:04 2010 -0500
  86. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · Wed Oct 20 03:52:39 2010 -0400
  87. ad8058f common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · Thu Nov 25 08:05:28 2010 +0100
  88. 4d28265 Common/cmd_nvedit: Check for env subcommand by Thomas Weber · Wed Nov 24 13:07:52 2010 +0100
  89. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  90. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · Tue Oct 05 14:17:00 2010 +0200
  91. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  92. f710efd Make getenv() work before relocation. by Wolfgang Denk · Sat Jul 24 20:22:02 2010 +0200
  93. b830e54 Remove support for CONFIG_HAS_UID and "forceenv" command by Wolfgang Denk · Sun Jun 20 16:03:45 2010 +0200
  94. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800
  95. 7a060a7 getenv_f(): fix handling of too short buffers by Wolfgang Denk · Sat Jul 24 22:16:20 2010 +0200
  96. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · Sat Jul 24 21:55:43 2010 +0200
  97. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  98. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  99. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
  100. 0deafa2 Add 'editenv' command by Peter Tyser · Sun Oct 25 15:12:56 2009 -0500