1. 9b5a28b tools: env: update usage strings by Andreas Fenkart · Wed Dec 09 13:13:27 2015 +0100
  2. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · Wed Dec 09 13:13:26 2015 +0100
  3. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · Wed Dec 09 13:13:25 2015 +0100
  4. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · Wed Dec 09 13:13:24 2015 +0100
  5. 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · Wed Dec 09 13:13:23 2015 +0100
  6. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · Wed Dec 09 13:13:22 2015 +0100
  7. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  8. 656ee04 tools: env: include compiler.h by Peter Robinson · Wed Dec 09 07:15:33 2015 +0000
  9. b7c3b3f Allow fw env tools to be available as library by Stefano Babic · Fri Oct 30 14:57:04 2015 +0100
  10. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · Tue Oct 27 22:34:49 2015 +0100
  11. 217f95b tools/env/fw_env.h: Correct include order by Peter Robinson · Wed Jun 17 16:58:32 2015 +0100
  12. 983487f Fix musl build by Jörg Krause · Wed Apr 22 21:36:22 2015 +0200
  13. 2842885 fw_env.h: include autoconf.h by Max Krummenacher · Tue Apr 14 21:50:47 2015 +0200
  14. 63a7ff9 add example for file on VFAT filesystem usage by Waldemar Brodkorb · Mon Feb 16 05:59:09 2015 +0100
  15. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · Wed Nov 05 00:30:18 2014 +0100
  16. 66be1ae tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · Wed Aug 27 14:29:00 2014 +0200
  17. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · Wed Jul 30 14:08:17 2014 +0900
  18. 285c435 tools: env: Add aes.c placeholder by Marek Vasut · Mon Apr 28 11:56:30 2014 +0200
  19. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  20. 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · Fri Mar 28 12:03:33 2014 -0400
  21. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · Wed Mar 05 19:59:52 2014 +0100
  22. ff51704 kbuild: rename SRCTREE to srctree by Masahiro Yamada · Tue Mar 11 11:05:20 2014 +0900
  23. 0983cad fw_env: correct writes to devices with small erase blocks by Dustin Byford · Thu Mar 06 20:48:23 2014 -0800
  24. 2f6df46 fw_env: calculate default number of env sectors by Dustin Byford · Thu Mar 06 20:48:22 2014 -0800
  25. 9563d57 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · Tue Feb 04 17:24:45 2014 +0900
  26. 0302445 Makefile: refactor include path settings by Masahiro Yamada · Tue Feb 04 17:24:20 2014 +0900
  27. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · Tue Feb 04 17:24:10 2014 +0900
  28. 49a88e3 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · Fri Nov 01 10:28:45 2013 +0900
  29. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  30. e9c66ab fw_env: fix writing environment for mtd devices by Oliver Metz · Fri Aug 30 00:56:02 2013 +0200
  31. e745d4c fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · Fri Aug 30 00:56:01 2013 +0200
  32. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  33. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · Mon Apr 08 10:32:52 2013 +0000
  34. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  35. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · Sun Feb 10 01:02:36 2013 +0000
  36. 7678513 Fix a couple typoes in tools/env/README by Robert P. J. Day · Wed Feb 27 11:28:45 2013 +0000
  37. 3783732 fw_env.config: Correct "fw_saveenv" to "fw_setenv". by Robert P. J. Day · Thu Jan 31 02:06:40 2013 +0000
  38. cfd1e54 Revert "fw_env: fix building w/out a config.h" by Tom Rini · Thu Dec 20 07:30:27 2012 -0700
  39. 469c6ad fw_env: fix building w/out a config.h by Mike Frysinger · Sat Nov 10 19:47:47 2012 +0000
  40. 54512f7 fw_env: fix incorrect usage of open(O_CREAT) by Mike Frysinger · Sat Nov 10 19:47:46 2012 +0000
  41. 178ec77 fw_env: fix type of len by Mike Frysinger · Sat Nov 10 19:47:45 2012 +0000
  42. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · Tue Dec 11 22:16:37 2012 -0600
  43. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  44. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · Tue Dec 11 22:16:32 2012 -0600
  45. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · Fri Oct 12 08:48:51 2012 +0000
  46. a8dd2c6 tools/env: Improve debug prints by Joe Hershberger · Mon Oct 15 15:29:25 2012 +0000
  47. 03bf21d tools/env: Fix variable delete operation by Joe Hershberger · Mon Oct 15 15:29:24 2012 +0000
  48. e79a91f tools/env: Fix build failure from missing header include by Joe Hershberger · Fri Oct 12 10:23:37 2012 +0000
  49. ef2fc1b tools: Add a README note about fw_printenv lock file by Joe Hershberger · Thu Oct 04 08:31:00 2012 +0000
  50. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  51. 3f1f175 tools/env: Serialize calls to fw_*env by Joe Hershberger · Wed Oct 03 09:38:49 2012 +0000
  52. bee337e tools/env: Don't call env_init() in fw_getenv() by Joe Hershberger · Wed Oct 03 09:38:48 2012 +0000
  53. ed97f4c tools/env: Remove unneeded complexity by Joe Hershberger · Wed Oct 03 09:38:47 2012 +0000
  54. 671adc4 tools/env: Use a board-specific default env by Joe Hershberger · Wed Oct 03 09:38:46 2012 +0000
  55. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  56. eb6aaeb fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · Fri Aug 10 07:45:15 2012 +0000
  57. 0d83433 Strip fw_printenv like the other tools by Loïc Minier · Sun Mar 11 16:43:02 2012 +0100
  58. 014117d fw_env.h: fix comment by Frans Meulenbroeks · Thu Jan 05 08:09:10 2012 +0000
  59. 528178a tools/env: allow overwrite of ethaddr on default by Grant Erickson · Thu Dec 22 08:59:55 2011 +0000
  60. 416ef38 fw_env.h: added a few missing defines by Frans Meulenbroeks · Thu Dec 01 03:30:04 2011 +0000
  61. b42e76b tools/env: use lib/crc32.c directly by Andreas Bießmann · Mon Oct 17 22:11:12 2011 +0000
  62. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:48 2011 +0000
  63. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:47 2011 +0000
  64. d598271 fix compile warning for env tools by Luka Perkov · Mon Sep 05 23:40:13 2011 +0200
  65. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · Sun May 01 20:44:23 2011 +0200
  66. ece4b57 tools/env: document current cross-compilation issues and workaround by Luca Ceresoli · Thu Apr 07 22:11:20 2011 +0000
  67. 93ccd47 tools/env: fix redundant env flag comparison by Jon Povey · Fri Mar 11 14:10:56 2011 +0900
  68. cb969eb Add support for dataflash to U-boot environment settings tool. by Remy Bohmer · Sat Feb 12 19:06:26 2011 +0100
  69. 302141d Coding Style (white space) cleanup by Wolfgang Denk · Sat Nov 27 23:30:56 2010 +0100
  70. 4683c4b tools/env: cleanup host build flags by Daniel Hobi · Wed Nov 10 14:11:21 2010 +0100
  71. 9756b2e tools/env: use host build flags by Mike Frysinger · Sun Aug 15 00:03:22 2010 -0400
  72. 6a20a32 tools/env: fail on invalid options by Daniel Hobi · Thu Sep 16 14:36:09 2010 +0200
  73. 6c55426 tools/env: allow option "-n" for fw_printenv by Daniel Hobi · Wed Sep 15 19:46:26 2010 +0200
  74. 2111d3e tools/env/fw_printenv: Make redundant env work on locked flashes also by Detlev Zundel · Fri Jul 30 11:22:15 2010 +0200
  75. ada628b Tools: set multiple variable with fw_setenv utility by Stefano Babic · Mon May 24 12:08:16 2010 +0200
  76. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500
  77. 5b4eba2 Fix a typo in fw_env.config by Martin Michlmayr · Wed Aug 06 14:44:05 2008 +0300
  78. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  79. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  80. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  81. ffb379a fw_env: add NAND support by Guennadi Liakhovetski · Thu Sep 04 13:01:49 2008 +0200
  82. 4cd94a7 fw_env.c: fix build problems with MTD_VERSION=old by Wolfgang Denk · Tue Sep 02 21:17:36 2008 +0200
  83. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  84. 73a4e5e Propagate Error Status to the Shell on fw_printenv Errors by Grant Erickson · Tue May 06 20:16:15 2008 -0700
  85. 9989ed6 Fix Compilation Errors with 'tools/env/fw_printenv' by Grant Erickson · Tue May 06 16:18:00 2008 -0700
  86. c7d16fd Fix compile problem with new env code. by Wolfgang Denk · Tue Jan 08 22:58:27 2008 +0100
  87. 94db557 tools: fix fw_printenv tool to compile again by Markus Klotzbücher · Tue Nov 27 10:23:20 2007 +0100
  88. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
  89. c5203f9 Fix array overflow with fw_setenv on uninitialised environment by Wolfgang Denk · Sun Mar 12 23:27:46 2006 +0100
  90. 86eb3b7 Change all '$(...)' variable references into '${...}' by Wolfgang Denk · Sun Nov 20 21:40:11 2005 +0100
  91. 8e6213c Fix error handling in tools/env/fw_env.c Patch by Ara Avanesyan, 01 Feb 2005 by Wolfgang Denk · Sun Sep 25 01:20:38 2005 +0200
  92. 54070ab * Code cleanup, mostly for GCC-3.3.x by wdenk · Fri Dec 31 09:32:47 2004 +0000
  93. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  94. dbae504 Patch by Murray Jensen, 20 Jun 2003: by wdenk · Sat Jun 21 00:17:24 2003 +0000
  95. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · Sun Apr 20 14:04:18 2003 +0000
  96. 3f9ab98 * Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board by wdenk · Sat Apr 12 23:38:12 2003 +0000
  97. ef5fe75 * Patch by Josef Wagner, 12 Mar 2003: by wdenk · Wed Mar 12 10:41:04 2003 +0000
  98. 4fc9569 * Add support for 16 MB flash configuration of TRAB board by wdenk · Fri Feb 28 00:49:47 2003 +0000
  99. f5dd410 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · Fri Feb 14 11:21:23 2003 +0000
  100. e7f34c6 * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · Sat Jan 11 09:48:40 2003 +0000