1. 6825460 envtools: make them build again by Rasmus Villemoes · 5 weeks ago
  2. 40db432 tools: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. ade0dc3 fw_env: autodetect NAND erase size and env sectors by Anthony Loiseau · 11 months ago
  4. b509c7d fw_env: keep calling read() until whole flash block is read by Rafał Miłecki · 12 months ago
  5. 260de10 fw_env: rename variables holding env data content by Rafał Miłecki · 12 months ago
  6. a2c5291 fw_env: fix reading NVMEM device's "compatible" value by Rafał Miłecki · 12 months ago
  7. 1af3ab5 Adjust gitignore for tools/generated/ by Tobias Deiminger · 1 year, 5 months ago
  8. 8d6c454 tools: env: update lock path in README by John Keeping · 1 year, 8 months ago
  9. 5e0aa81 tools: env: use /run to store lockfile by Tim Lee · 1 year, 10 months ago
  10. 18ca449 tools: env: fw_env: Fix unused-result warning by Jaehoon Chung · 2 years, 1 month ago
  11. 64f2dda tools: env: Fix missing closedir in ubi_get_volnum_by_name by Miaoqian Lin · 2 years, 2 months ago
  12. 326d590 fw_env: add fallback to Linux's NVMEM based access by Rafał Miłecki · 2 years, 5 months ago
  13. 02acbf1 fw_env: simplify logic & code paths in the fw_env_open() by Rafał Miłecki · 2 years, 11 months ago
  14. 840ec19 fw_env: make flash_io() take buffer as an argument by Rafał Miłecki · 2 years, 11 months ago
  15. 85206c0 fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use by Joakim Tjernlund · 3 years ago
  16. 8586cda tools: env: Handle shorter read calls by Thibault Ferrante · 3 years, 3 months ago
  17. 710e9c1 tools: env: return error if ubi_update_start() fails by Martin Hundebøll · 4 years ago
  18. f820563 tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 4 months ago
  19. e0de0f2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 4 months ago
  20. 20c21bf fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 5 months ago
  21. 79685b2 tools: fw_env: Fix warning when reading too little by Harald Seiler · 4 years, 6 months ago
  22. 9120eca tools/env/fw_env.h: remove env.h by Romain Naour · 4 years, 6 months ago
  23. faf2998 tools: fw_env: use erasesize from MEMGETINFO ioctl by Rasmus Villemoes · 4 years, 8 months ago
  24. 06a7964 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · 6 years ago
  25. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  26. d7f9545 fw_env: fix build error by Pierre-Jean Texier · 5 years ago
  27. ee143c6 fw_env: remove duplicated definitions by Pierre-Jean Texier · 5 years ago
  28. 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
  29. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  30. ad4f3d0 fw_env: Add missing write failure check by Alex Kiernan · 5 years ago
  31. f60f751 env: add missing newline by Philip Molloy · 6 years ago
  32. 4d1734d fw_env: Fix double free by Björn Stenberg · 6 years ago
  33. cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · 6 years ago
  34. 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  35. 42e5096 fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · 6 years ago
  36. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  37. 66df4e2 tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · 6 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. c0855f2 fw_printenv: Fix crash due to incorrect size for malloc'ed string. by Kristian Amlie · 7 years ago
  40. 7150aaa tools: env: Implement atomic replace for filesystem by Alex Kiernan · 7 years ago
  41. be1e788 tools: env: Refactor write path of flash_io() by Alex Kiernan · 7 years ago
  42. f46d0ca tools: env: Fix CamelCasing style violation by Alex Kiernan · 7 years ago
  43. e9c6220 tools: env: Pass through indent by Alex Kiernan · 7 years ago
  44. 8783324 tools/env: allow equal sign as key value separation by Stefan Agner · 7 years ago
  45. 688cee9 Fix --noheader on fw_printenv by Alex Kiernan · 7 years ago
  46. df664c0 tools: remove unused ret by Jelle van der Waa · 7 years ago
  47. a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · 7 years ago
  48. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  49. e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · 7 years ago
  50. a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · 7 years ago
  51. 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
  52. 69eb8dd env: Fix operation of 'make environ' by Simon Glass · 7 years ago
  53. 282f270 env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  54. be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  55. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  56. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 12 years ago
  57. 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 8 years ago
  58. 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · 8 years ago
  59. 413cc6e env: add a version number to check API by Stefano Babic · 8 years ago
  60. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · 8 years ago
  61. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  62. 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
  63. 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
  64. ccb293f env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
  65. 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 · 8 years ago
  66. 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  67. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  68. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  69. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  70. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  71. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  72. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · 9 years ago
  73. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  74. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  75. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  76. b21e602 tools/env: allow negative offsets by Stefan Agner · 8 years ago
  77. 21dbd6a tools/env: complete environment device config early by Stefan Agner · 8 years ago
  78. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  79. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
  80. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · 9 years ago
  81. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · 9 years ago
  82. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 9 years ago
  83. 576d08e tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · 9 years ago
  84. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 9 years ago
  85. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · 9 years ago
  86. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
  87. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
  88. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
  89. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
  90. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
  91. 3464566 Fix spelling of "comment". by Vagrant Cascadian · 9 years ago
  92. 9b5a28b tools: env: update usage strings by Andreas Fenkart · 9 years ago
  93. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago
  94. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago
  95. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
  96. 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · 9 years ago
  97. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
  98. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  99. 656ee04 tools: env: include compiler.h by Peter Robinson · 9 years ago
  100. b7c3b3f Allow fw env tools to be available as library by Stefano Babic · 9 years ago