1. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · Mon May 20 21:34:42 2013 +0200
  2. 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · Sat Apr 15 13:05:40 2017 +0200
  3. 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · Wed Apr 05 18:08:03 2017 +0200
  4. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · Wed Apr 05 18:08:01 2017 +0200
  5. 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · Sat Nov 19 13:58:56 2016 +0100
  6. 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
  7. 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
  8. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · Mon Aug 29 23:16:58 2016 +0200
  9. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · Mon Aug 29 23:16:57 2016 +0200
  10. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · Wed Aug 17 23:41:54 2016 +0200
  11. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · Wed Aug 17 23:41:53 2016 +0200
  12. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · Thu Aug 11 21:39:17 2016 +0200
  13. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · Fri May 06 14:58:29 2016 +0200
  14. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · Sat Jul 16 17:06:15 2016 +0200
  15. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · Sat Jul 16 17:06:14 2016 +0200
  16. 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
  17. b21e602 tools/env: allow negative offsets by Stefan Agner · Wed Jul 13 17:14:38 2016 -0700
  18. 21dbd6a tools/env: complete environment device config early by Stefan Agner · Wed Jul 13 17:14:37 2016 -0700
  19. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · Tue May 31 09:21:56 2016 +0200
  20. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · Tue Apr 05 23:13:42 2016 +0200
  21. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · Tue Apr 19 22:43:42 2016 +0200
  22. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · Tue Apr 19 22:43:41 2016 +0200
  23. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · Tue Apr 19 22:43:39 2016 +0200
  24. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · Fri Apr 29 22:00:11 2016 +0200
  25. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · Fri Mar 25 14:52:19 2016 +0100
  26. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · Fri Mar 11 09:39:38 2016 +0100
  27. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · Fri Mar 11 09:39:37 2016 +0100
  28. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · Fri Mar 11 09:39:36 2016 +0100
  29. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · Fri Mar 11 09:39:35 2016 +0100
  30. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · Wed Dec 09 13:13:25 2015 +0100
  31. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · Wed Dec 09 13:13:24 2015 +0100
  32. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · Wed Dec 09 13:13:22 2015 +0100
  33. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  34. 656ee04 tools: env: include compiler.h by Peter Robinson · Wed Dec 09 07:15:33 2015 +0000
  35. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · Tue Oct 27 22:34:49 2015 +0100
  36. 983487f Fix musl build by Jörg Krause · Wed Apr 22 21:36:22 2015 +0200
  37. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · Wed Nov 05 00:30:18 2014 +0100
  38. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  39. 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · Fri Mar 28 12:03:33 2014 -0400
  40. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · Wed Mar 05 19:59:52 2014 +0100
  41. 0983cad fw_env: correct writes to devices with small erase blocks by Dustin Byford · Thu Mar 06 20:48:23 2014 -0800
  42. 2f6df46 fw_env: calculate default number of env sectors by Dustin Byford · Thu Mar 06 20:48:22 2014 -0800
  43. e9c66ab fw_env: fix writing environment for mtd devices by Oliver Metz · Fri Aug 30 00:56:02 2013 +0200
  44. e745d4c fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · Fri Aug 30 00:56:01 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. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · Mon Apr 08 10:32:52 2013 +0000
  47. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · Mon Apr 08 10:32:51 2013 +0000
  48. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · Sun Feb 10 01:02:36 2013 +0000
  49. 178ec77 fw_env: fix type of len by Mike Frysinger · Sat Nov 10 19:47:45 2012 +0000
  50. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · Tue Dec 11 22:16:37 2012 -0600
  51. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  52. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · Tue Dec 11 22:16:32 2012 -0600
  53. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · Fri Oct 12 08:48:51 2012 +0000
  54. a8dd2c6 tools/env: Improve debug prints by Joe Hershberger · Mon Oct 15 15:29:25 2012 +0000
  55. 03bf21d tools/env: Fix variable delete operation by Joe Hershberger · Mon Oct 15 15:29:24 2012 +0000
  56. e79a91f tools/env: Fix build failure from missing header include by Joe Hershberger · Fri Oct 12 10:23:37 2012 +0000
  57. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · Wed Oct 03 09:38:50 2012 +0000
  58. bee337e tools/env: Don't call env_init() in fw_getenv() by Joe Hershberger · Wed Oct 03 09:38:48 2012 +0000
  59. ed97f4c tools/env: Remove unneeded complexity by Joe Hershberger · Wed Oct 03 09:38:47 2012 +0000
  60. 671adc4 tools/env: Use a board-specific default env by Joe Hershberger · Wed Oct 03 09:38:46 2012 +0000
  61. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  62. eb6aaeb fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · Fri Aug 10 07:45:15 2012 +0000
  63. 528178a tools/env: allow overwrite of ethaddr on default by Grant Erickson · Thu Dec 22 08:59:55 2011 +0000
  64. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:48 2011 +0000
  65. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:47 2011 +0000
  66. d598271 fix compile warning for env tools by Luka Perkov · Mon Sep 05 23:40:13 2011 +0200
  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. 2111d3e tools/env/fw_printenv: Make redundant env work on locked flashes also by Detlev Zundel · Fri Jul 30 11:22:15 2010 +0200
  70. ada628b Tools: set multiple variable with fw_setenv utility by Stefano Babic · Mon May 24 12:08:16 2010 +0200
  71. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  72. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  73. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  74. ffb379a fw_env: add NAND support by Guennadi Liakhovetski · Thu Sep 04 13:01:49 2008 +0200
  75. 4cd94a7 fw_env.c: fix build problems with MTD_VERSION=old by Wolfgang Denk · Tue Sep 02 21:17:36 2008 +0200
  76. 73a4e5e Propagate Error Status to the Shell on fw_printenv Errors by Grant Erickson · Tue May 06 20:16:15 2008 -0700
  77. c7d16fd Fix compile problem with new env code. by Wolfgang Denk · Tue Jan 08 22:58:27 2008 +0100
  78. 94db557 tools: fix fw_printenv tool to compile again by Markus Klotzbücher · Tue Nov 27 10:23:20 2007 +0100
  79. c5203f9 Fix array overflow with fw_setenv on uninitialised environment by Wolfgang Denk · Sun Mar 12 23:27:46 2006 +0100
  80. 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
  81. 54070ab * Code cleanup, mostly for GCC-3.3.x by wdenk · Fri Dec 31 09:32:47 2004 +0000
  82. dbae504 Patch by Murray Jensen, 20 Jun 2003: by wdenk · Sat Jun 21 00:17:24 2003 +0000
  83. 3f9ab98 * Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board by wdenk · Sat Apr 12 23:38:12 2003 +0000
  84. 4fc9569 * Add support for 16 MB flash configuration of TRAB board by wdenk · Fri Feb 28 00:49:47 2003 +0000
  85. f5dd410 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · Fri Feb 14 11:21:23 2003 +0000
  86. e7f34c6 * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · Sat Jan 11 09:48:40 2003 +0000
  87. 34b613e * Use 1-byte-read instead of -write for iprobe() function by wdenk · Tue Dec 17 01:51:00 2002 +0000