1. 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · Sun Jul 01 22:10:33 2018 -0400
  2. 42e5096 fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · Tue Jun 26 12:37:59 2018 +0300
  3. efe757c u-boot: Fix several typos by Shyam Saini · Thu Jun 07 19:47:19 2018 +0530
  4. 66df4e2 tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · Thu Jun 07 12:20:05 2018 +0000
  5. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  6. 7150aaa tools: env: Implement atomic replace for filesystem by Alex Kiernan · Fri Mar 09 12:13:02 2018 +0000
  7. be1e788 tools: env: Refactor write path of flash_io() by Alex Kiernan · Fri Mar 09 12:13:01 2018 +0000
  8. f46d0ca tools: env: Fix CamelCasing style violation by Alex Kiernan · Fri Mar 09 12:13:00 2018 +0000
  9. e9c6220 tools: env: Pass through indent by Alex Kiernan · Fri Mar 09 12:12:59 2018 +0000
  10. 8783324 tools/env: allow equal sign as key value separation by Stefan Agner · Thu Mar 01 14:06:32 2018 +0100
  11. 688cee9 Fix --noheader on fw_printenv by Alex Kiernan · Sun Feb 11 17:16:46 2018 +0000
  12. df664c0 tools: remove unused ret by Jelle van der Waa · Thu Jan 18 20:19:43 2018 +0100
  13. a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · Tue Nov 14 23:01:26 2017 -0800
  14. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · Tue Nov 14 08:39:35 2017 -0500
  15. 282f270 env: Fix out of tree building of tools-all by Tom Rini · Tue Sep 05 14:01:29 2017 -0400
  16. be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · Sun Aug 27 13:46:22 2017 +0200
  17. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  18. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · Mon May 20 21:34:42 2013 +0200
  19. 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · Sat Apr 15 13:05:40 2017 +0200
  20. 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · Wed Apr 05 18:08:03 2017 +0200
  21. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · Wed Apr 05 18:08:01 2017 +0200
  22. 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · Sat Nov 19 13:58:56 2016 +0100
  23. 0b49b84 Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment by Andreas Fenkart · Mon Aug 29 23:17:00 2016 +0200
  24. 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · Mon Aug 29 23:16:59 2016 +0200
  25. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · Mon Aug 29 23:16:58 2016 +0200
  26. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · Mon Aug 29 23:16:57 2016 +0200
  27. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · Wed Aug 17 23:41:54 2016 +0200
  28. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · Wed Aug 17 23:41:53 2016 +0200
  29. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · Thu Aug 11 21:39:17 2016 +0200
  30. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · Fri May 06 14:58:29 2016 +0200
  31. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · Sat Jul 16 17:06:15 2016 +0200
  32. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · Sat Jul 16 17:06:14 2016 +0200
  33. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · Sat Jul 16 17:06:13 2016 +0200
  34. b21e602 tools/env: allow negative offsets by Stefan Agner · Wed Jul 13 17:14:38 2016 -0700
  35. 21dbd6a tools/env: complete environment device config early by Stefan Agner · Wed Jul 13 17:14:37 2016 -0700
  36. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · Tue May 31 09:21:56 2016 +0200
  37. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · Tue Apr 05 23:13:42 2016 +0200
  38. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · Tue Apr 19 22:43:42 2016 +0200
  39. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · Tue Apr 19 22:43:41 2016 +0200
  40. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · Tue Apr 19 22:43:39 2016 +0200
  41. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · Fri Apr 29 22:00:11 2016 +0200
  42. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · Fri Mar 25 14:52:19 2016 +0100
  43. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · Fri Mar 11 09:39:38 2016 +0100
  44. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · Fri Mar 11 09:39:37 2016 +0100
  45. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · Fri Mar 11 09:39:36 2016 +0100
  46. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · Fri Mar 11 09:39:35 2016 +0100
  47. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · Wed Dec 09 13:13:25 2015 +0100
  48. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · Wed Dec 09 13:13:24 2015 +0100
  49. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · Wed Dec 09 13:13:22 2015 +0100
  50. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  51. 656ee04 tools: env: include compiler.h by Peter Robinson · Wed Dec 09 07:15:33 2015 +0000
  52. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · Tue Oct 27 22:34:49 2015 +0100
  53. 983487f Fix musl build by Jörg Krause · Wed Apr 22 21:36:22 2015 +0200
  54. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · Wed Nov 05 00:30:18 2014 +0100
  55. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  56. 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · Fri Mar 28 12:03:33 2014 -0400
  57. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · Wed Mar 05 19:59:52 2014 +0100
  58. 0983cad fw_env: correct writes to devices with small erase blocks by Dustin Byford · Thu Mar 06 20:48:23 2014 -0800
  59. 2f6df46 fw_env: calculate default number of env sectors by Dustin Byford · Thu Mar 06 20:48:22 2014 -0800
  60. e9c66ab fw_env: fix writing environment for mtd devices by Oliver Metz · Fri Aug 30 00:56:02 2013 +0200
  61. e745d4c fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · Fri Aug 30 00:56:01 2013 +0200
  62. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  63. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · Mon Apr 08 10:32:52 2013 +0000
  64. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  65. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · Sun Feb 10 01:02:36 2013 +0000
  66. 178ec77 fw_env: fix type of len by Mike Frysinger · Sat Nov 10 19:47:45 2012 +0000
  67. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · Tue Dec 11 22:16:37 2012 -0600
  68. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  69. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · Tue Dec 11 22:16:32 2012 -0600
  70. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · Fri Oct 12 08:48:51 2012 +0000
  71. a8dd2c6 tools/env: Improve debug prints by Joe Hershberger · Mon Oct 15 15:29:25 2012 +0000
  72. 03bf21d tools/env: Fix variable delete operation by Joe Hershberger · Mon Oct 15 15:29:24 2012 +0000
  73. e79a91f tools/env: Fix build failure from missing header include by Joe Hershberger · Fri Oct 12 10:23:37 2012 +0000
  74. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  75. bee337e tools/env: Don't call env_init() in fw_getenv() by Joe Hershberger · Wed Oct 03 09:38:48 2012 +0000
  76. ed97f4c tools/env: Remove unneeded complexity by Joe Hershberger · Wed Oct 03 09:38:47 2012 +0000
  77. 671adc4 tools/env: Use a board-specific default env by Joe Hershberger · Wed Oct 03 09:38:46 2012 +0000
  78. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  79. eb6aaeb fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · Fri Aug 10 07:45:15 2012 +0000
  80. 528178a tools/env: allow overwrite of ethaddr on default by Grant Erickson · Thu Dec 22 08:59:55 2011 +0000
  81. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:48 2011 +0000
  82. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:47 2011 +0000
  83. d598271 fix compile warning for env tools by Luka Perkov · Mon Sep 05 23:40:13 2011 +0200
  84. 93ccd47 tools/env: fix redundant env flag comparison by Jon Povey · Fri Mar 11 14:10:56 2011 +0900
  85. cb969eb Add support for dataflash to U-boot environment settings tool. by Remy Bohmer · Sat Feb 12 19:06:26 2011 +0100
  86. 2111d3e tools/env/fw_printenv: Make redundant env work on locked flashes also by Detlev Zundel · Fri Jul 30 11:22:15 2010 +0200
  87. ada628b Tools: set multiple variable with fw_setenv utility by Stefano Babic · Mon May 24 12:08:16 2010 +0200
  88. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  89. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  90. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  91. ffb379a fw_env: add NAND support by Guennadi Liakhovetski · Thu Sep 04 13:01:49 2008 +0200
  92. 4cd94a7 fw_env.c: fix build problems with MTD_VERSION=old by Wolfgang Denk · Tue Sep 02 21:17:36 2008 +0200
  93. 73a4e5e Propagate Error Status to the Shell on fw_printenv Errors by Grant Erickson · Tue May 06 20:16:15 2008 -0700
  94. c7d16fd Fix compile problem with new env code. by Wolfgang Denk · Tue Jan 08 22:58:27 2008 +0100
  95. 94db557 tools: fix fw_printenv tool to compile again by Markus Klotzbücher · Tue Nov 27 10:23:20 2007 +0100
  96. c5203f9 Fix array overflow with fw_setenv on uninitialised environment by Wolfgang Denk · Sun Mar 12 23:27:46 2006 +0100
  97. 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
  98. 54070ab * Code cleanup, mostly for GCC-3.3.x by wdenk · Fri Dec 31 09:32:47 2004 +0000
  99. dbae504 Patch by Murray Jensen, 20 Jun 2003: by wdenk · Sat Jun 21 00:17:24 2003 +0000
  100. 3f9ab98 * Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board by wdenk · Sat Apr 12 23:38:12 2003 +0000