1. 84a4206 env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
  2. 5733295 env: Fix operation of 'make environ' by Simon Glass · 7 years ago
  3. 2d3229b env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  4. 40fe89c fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  5. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  6. 7e99e14 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 11 years ago
  7. ddc6a9d tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 7 years ago
  8. 33f0086 env: fix memory leak in fw_env routines by Stefano Babic · 7 years ago
  9. 00c234f env: add a version number to check API by Stefano Babic · 7 years ago
  10. 9d80b49 env: split fw_env.h in public and private parts by Stefano Babic · 7 years ago
  11. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 7 years ago
  12. 3b08252 tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
  13. 333ee16 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
  14. d40dbfb env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
  15. 24307d6 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
  16. ff95e57 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  17. c6012bb tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  18. e2c9351 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  19. 4ed6f43 tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  20. 490365c tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  21. 183923d tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  22. 81c878d tools: env: Fix format warnings in debug by Marcin Niestroj · 8 years ago
  23. c5c41c4 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  24. 1b7427c tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  25. fd4e328 tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  26. f4742ca tools/env: allow negative offsets by Stefan Agner · 8 years ago
  27. 14fb5b2 tools/env: complete environment device config early by Stefan Agner · 8 years ago
  28. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  29. 14070e6 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
  30. 81974f4 tools/env: no global variable sharing between application and library by Andreas Fenkart · 8 years ago
  31. f71cee4 tools/env: compute size of usable area only once by Andreas Fenkart · 8 years ago
  32. cedb341 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 8 years ago
  33. c3a23e8 tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · 8 years ago
  34. dcdc1f6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 8 years ago
  35. 925c97c tools: env: fix config file loading in env library by Anatolij Gustschin · 8 years ago
  36. 43cb65b tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
  37. 69067a3 tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
  38. 938c29f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
  39. 9583efc tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
  40. 10667e1 tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
  41. 0e28065 Fix spelling of "comment". by Vagrant Cascadian · 9 years ago
  42. b92ae3a tools: env: update usage strings by Andreas Fenkart · 9 years ago
  43. af93e3d tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago
  44. 1ce6869 tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago
  45. 371ee13 tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
  46. 07ce944 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · 9 years ago
  47. 8b27abd tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
  48. 167f525 tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  49. 69bf2d2 tools: env: include compiler.h by Peter Robinson · 9 years ago
  50. 2cb11b3 Allow fw env tools to be available as library by Stefano Babic · 9 years ago
  51. 9884f44 tools/env: allow config filename to be passed via command line argument by Michael Heimpold · 9 years ago
  52. 0b36738 tools/env/fw_env.h: Correct include order by Peter Robinson · 9 years ago
  53. 26e355d Fix musl build by Jörg Krause · 9 years ago
  54. 1bfb922 fw_env.h: include autoconf.h by Max Krummenacher · 9 years ago
  55. de19edd add example for file on VFAT filesystem usage by Waldemar Brodkorb · 10 years ago
  56. ea19527 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · 10 years ago
  57. bdc7dc4 tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · 10 years ago
  58. 5114879 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  59. cd834a0 tools: env: Add aes.c placeholder by Marek Vasut · 10 years ago
  60. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  61. 229695f fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · 10 years ago
  62. a8a752c env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  63. 0128632 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
  64. 4b774ff fw_env: correct writes to devices with small erase blocks by Dustin Byford · 11 years ago
  65. 23869bf fw_env: calculate default number of env sectors by Dustin Byford · 11 years ago
  66. 79fc0c5 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
  67. fea1ca8 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  68. 940db16 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  69. bb02c53 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · 11 years ago
  70. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  71. e387efb fw_env: fix writing environment for mtd devices by Oliver Metz · 11 years ago
  72. 23ef62d fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · 11 years ago
  73. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  74. 785881f env: Add redundant env support to UBI env by Joe Hershberger · 11 years ago
  75. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  76. f1932b7 env: Allow accessing non-mtd devices by Lubomir Rintel · 12 years ago
  77. 5501153 Fix a couple typoes in tools/env/README by Robert P. J. Day · 12 years ago
  78. 7789df9 fw_env.config: Correct "fw_saveenv" to "fw_setenv". by Robert P. J. Day · 12 years ago
  79. e3c52f2 Revert "fw_env: fix building w/out a config.h" by Tom Rini · 12 years ago
  80. 92ace27 fw_env: fix building w/out a config.h by Mike Frysinger · 12 years ago
  81. 7a546db fw_env: fix incorrect usage of open(O_CREAT) by Mike Frysinger · 12 years ago
  82. 3779c8e fw_env: fix type of len by Mike Frysinger · 12 years ago
  83. 1d6cd0a env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  84. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  85. 30fd4fad tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  86. ddd8418 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  87. 74620e1 tools/env: Improve debug prints by Joe Hershberger · 12 years ago
  88. ce2f580 tools/env: Fix variable delete operation by Joe Hershberger · 12 years ago
  89. 0613421 tools/env: Fix build failure from missing header include by Joe Hershberger · 12 years ago
  90. 1c4ea78 tools: Add a README note about fw_printenv lock file by Joe Hershberger · 12 years ago
  91. 586197d env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  92. e4a223f tools/env: Serialize calls to fw_*env by Joe Hershberger · 12 years ago
  93. d9acae1 tools/env: Don't call env_init() in fw_getenv() by Joe Hershberger · 12 years ago
  94. 62a34a0 tools/env: Remove unneeded complexity by Joe Hershberger · 12 years ago
  95. 497f205 tools/env: Use a board-specific default env by Joe Hershberger · 12 years ago
  96. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  97. 8ae51ae fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · 12 years ago
  98. 3648ff2 Strip fw_printenv like the other tools by Loïc Minier · 13 years ago
  99. 9cbfee6 fw_env.h: fix comment by Frans Meulenbroeks · 13 years ago
  100. aa701b9 tools/env: allow overwrite of ethaddr on default by Grant Erickson · 13 years ago