1. 326d590 fw_env: add fallback to Linux's NVMEM based access by Rafał Miłecki · Thu Jun 16 20:59:03 2022 +0200
  2. 02acbf1 fw_env: simplify logic & code paths in the fw_env_open() by Rafał Miłecki · Wed Jan 12 12:47:06 2022 +0100
  3. 840ec19 fw_env: make flash_io() take buffer as an argument by Rafał Miłecki · Wed Jan 12 12:47:05 2022 +0100
  4. 85206c0 fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use by Joakim Tjernlund · Wed Dec 08 15:33:11 2021 +0100
  5. 8586cda tools: env: Handle shorter read calls by Thibault Ferrante · Tue Aug 24 17:29:50 2021 +0200
  6. 710e9c1 tools: env: return error if ubi_update_start() fails by Martin Hundebøll · Mon Nov 30 12:11:32 2020 +0100
  7. f820563 tools: env: Avoid an uninited warning with was_locked by Simon Glass · Sat Aug 01 10:30:39 2020 -0600
  8. e0de0f2 tools: env: Fix printf() warning in fw_env by Simon Glass · Sat Aug 01 10:30:38 2020 -0600
  9. 20c21bf fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · Fri Jul 10 19:54:18 2020 +0300
  10. 79685b2 tools: fw_env: Fix warning when reading too little by Harald Seiler · Thu May 28 17:54:45 2020 +0200
  11. 9120eca tools/env/fw_env.h: remove env.h by Romain Naour · Thu May 21 23:22:06 2020 +0200
  12. faf2998 tools: fw_env: use erasesize from MEMGETINFO ioctl by Rasmus Villemoes · Tue Mar 24 13:57:40 2020 +0100
  13. 06a7964 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · Thu Sep 27 22:45:26 2018 +0200
  14. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  15. d7f9545 fw_env: fix build error by Pierre-Jean Texier · Mon Aug 26 13:06:16 2019 +0200
  16. ee143c6 fw_env: remove duplicated definitions by Pierre-Jean Texier · Mon Aug 26 13:06:15 2019 +0200
  17. 4686d8f env: Rename the redundancy flags by Simon Glass · Thu Aug 01 09:47:08 2019 -0600
  18. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  19. ad4f3d0 fw_env: Add missing write failure check by Alex Kiernan · Wed Jun 12 15:27:55 2019 +0100
  20. f60f751 env: add missing newline by Philip Molloy · Sun Mar 31 03:44:57 2019 +0000
  21. 4d1734d fw_env: Fix double free by Björn Stenberg · Wed Apr 17 16:56:54 2019 +0200
  22. cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · Thu Jul 26 22:37:53 2018 -0500
  23. 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
  24. 42e5096 fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · Tue Jun 26 12:37:59 2018 +0300
  25. efe757c u-boot: Fix several typos by Shyam Saini · Thu Jun 07 19:47:19 2018 +0530
  26. 66df4e2 tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · Thu Jun 07 12:20:05 2018 +0000
  27. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  28. c0855f2 fw_printenv: Fix crash due to incorrect size for malloc'ed string. by Kristian Amlie · Wed Apr 04 10:09:57 2018 +0200
  29. 7150aaa tools: env: Implement atomic replace for filesystem by Alex Kiernan · Fri Mar 09 12:13:02 2018 +0000
  30. be1e788 tools: env: Refactor write path of flash_io() by Alex Kiernan · Fri Mar 09 12:13:01 2018 +0000
  31. f46d0ca tools: env: Fix CamelCasing style violation by Alex Kiernan · Fri Mar 09 12:13:00 2018 +0000
  32. e9c6220 tools: env: Pass through indent by Alex Kiernan · Fri Mar 09 12:12:59 2018 +0000
  33. 8783324 tools/env: allow equal sign as key value separation by Stefan Agner · Thu Mar 01 14:06:32 2018 +0100
  34. 688cee9 Fix --noheader on fw_printenv by Alex Kiernan · Sun Feb 11 17:16:46 2018 +0000
  35. df664c0 tools: remove unused ret by Jelle van der Waa · Thu Jan 18 20:19:43 2018 +0100
  36. a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · Tue Nov 14 23:01:26 2017 -0800
  37. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · Tue Nov 14 08:39:35 2017 -0500
  38. e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · Thu Oct 26 14:57:53 2017 +0200
  39. a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · Wed Oct 11 20:15:04 2017 -0700
  40. 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · Tue Sep 05 01:53:59 2017 -0600
  41. 69eb8dd env: Fix operation of 'make environ' by Simon Glass · Tue Sep 05 01:53:58 2017 -0600
  42. 282f270 env: Fix out of tree building of tools-all by Tom Rini · Tue Sep 05 14:01:29 2017 -0400
  43. 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
  44. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  45. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · Mon May 20 21:34:42 2013 +0200
  46. 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · Sat Apr 15 13:05:40 2017 +0200
  47. 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · Wed Apr 05 18:08:03 2017 +0200
  48. 413cc6e env: add a version number to check API by Stefano Babic · Wed Apr 05 18:08:02 2017 +0200
  49. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · Wed Apr 05 18:08:01 2017 +0200
  50. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · Wed Apr 05 18:08:00 2017 +0200
  51. 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · Mon Mar 13 17:43:16 2017 +0900
  52. 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · Sat Nov 19 13:58:56 2016 +0100
  53. ccb293f env: tool: add command line option to input lockfile path by B, Ravi · Mon Sep 26 18:24:08 2016 +0530
  54. 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
  55. 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
  56. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · Mon Aug 29 23:16:58 2016 +0200
  57. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · Mon Aug 29 23:16:57 2016 +0200
  58. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · Wed Aug 17 23:41:54 2016 +0200
  59. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · Wed Aug 17 23:41:53 2016 +0200
  60. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · Thu Aug 11 21:39:17 2016 +0200
  61. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · Fri May 06 14:58:29 2016 +0200
  62. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · Sat Jul 16 17:06:15 2016 +0200
  63. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · Sat Jul 16 17:06:14 2016 +0200
  64. 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
  65. b21e602 tools/env: allow negative offsets by Stefan Agner · Wed Jul 13 17:14:38 2016 -0700
  66. 21dbd6a tools/env: complete environment device config early by Stefan Agner · Wed Jul 13 17:14:37 2016 -0700
  67. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  68. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · Tue May 31 09:21:56 2016 +0200
  69. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · Tue Apr 05 23:13:42 2016 +0200
  70. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · Tue Apr 19 22:43:42 2016 +0200
  71. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · Tue Apr 19 22:43:41 2016 +0200
  72. 576d08e tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · Tue Apr 19 22:43:40 2016 +0200
  73. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · Tue Apr 19 22:43:39 2016 +0200
  74. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · Fri Apr 29 22:00:11 2016 +0200
  75. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · Fri Mar 25 14:52:19 2016 +0100
  76. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · Fri Mar 11 09:39:38 2016 +0100
  77. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · Fri Mar 11 09:39:37 2016 +0100
  78. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · Fri Mar 11 09:39:36 2016 +0100
  79. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · Fri Mar 11 09:39:35 2016 +0100
  80. 3464566 Fix spelling of "comment". by Vagrant Cascadian · Tue Mar 15 12:11:12 2016 -0700
  81. 9b5a28b tools: env: update usage strings by Andreas Fenkart · Wed Dec 09 13:13:27 2015 +0100
  82. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · Wed Dec 09 13:13:26 2015 +0100
  83. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · Wed Dec 09 13:13:25 2015 +0100
  84. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · Wed Dec 09 13:13:24 2015 +0100
  85. 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · Wed Dec 09 13:13:23 2015 +0100
  86. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · Wed Dec 09 13:13:22 2015 +0100
  87. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · Wed Dec 09 13:13:21 2015 +0100
  88. 656ee04 tools: env: include compiler.h by Peter Robinson · Wed Dec 09 07:15:33 2015 +0000
  89. b7c3b3f Allow fw env tools to be available as library by Stefano Babic · Fri Oct 30 14:57:04 2015 +0100
  90. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · Tue Oct 27 22:34:49 2015 +0100
  91. 217f95b tools/env/fw_env.h: Correct include order by Peter Robinson · Wed Jun 17 16:58:32 2015 +0100
  92. 983487f Fix musl build by Jörg Krause · Wed Apr 22 21:36:22 2015 +0200
  93. 2842885 fw_env.h: include autoconf.h by Max Krummenacher · Tue Apr 14 21:50:47 2015 +0200
  94. 63a7ff9 add example for file on VFAT filesystem usage by Waldemar Brodkorb · Mon Feb 16 05:59:09 2015 +0100
  95. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · Wed Nov 05 00:30:18 2014 +0100
  96. 66be1ae tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · Wed Aug 27 14:29:00 2014 +0200
  97. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · Wed Jul 30 14:08:17 2014 +0900
  98. 285c435 tools: env: Add aes.c placeholder by Marek Vasut · Mon Apr 28 11:56:30 2014 +0200
  99. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  100. 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · Fri Mar 28 12:03:33 2014 -0400