1. 7150aaa tools: env: Implement atomic replace for filesystem by Alex Kiernan · 7 years ago
  2. be1e788 tools: env: Refactor write path of flash_io() by Alex Kiernan · 7 years ago
  3. f46d0ca tools: env: Fix CamelCasing style violation by Alex Kiernan · 7 years ago
  4. e9c6220 tools: env: Pass through indent by Alex Kiernan · 7 years ago
  5. 8783324 tools/env: allow equal sign as key value separation by Stefan Agner · 7 years ago
  6. 688cee9 Fix --noheader on fw_printenv by Alex Kiernan · 7 years ago
  7. df664c0 tools: remove unused ret by Jelle van der Waa · 7 years ago
  8. a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · 7 years ago
  9. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  10. e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · 7 years ago
  11. a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · 7 years ago
  12. 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
  13. 69eb8dd env: Fix operation of 'make environ' by Simon Glass · 7 years ago
  14. 282f270 env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  15. be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  16. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  17. 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 12 years ago
  18. 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 8 years ago
  19. 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · 8 years ago
  20. 413cc6e env: add a version number to check API by Stefano Babic · 8 years ago
  21. 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · 8 years ago
  22. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  23. 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
  24. 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
  25. ccb293f env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
  26. 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
  27. 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  28. ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  29. 2228158 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  30. 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  31. 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  32. bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  33. 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · 9 years ago
  34. 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  35. 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  36. c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  37. b21e602 tools/env: allow negative offsets by Stefan Agner · 8 years ago
  38. 21dbd6a tools/env: complete environment device config early by Stefan Agner · 8 years ago
  39. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  40. e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
  41. 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · 9 years ago
  42. b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · 9 years ago
  43. 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 9 years ago
  44. 576d08e tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · 9 years ago
  45. edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 9 years ago
  46. e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · 9 years ago
  47. 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
  48. e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
  49. 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
  50. e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
  51. d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
  52. 3464566 Fix spelling of "comment". by Vagrant Cascadian · 9 years ago
  53. 9b5a28b tools: env: update usage strings by Andreas Fenkart · 9 years ago
  54. 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago
  55. 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago
  56. aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
  57. 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · 9 years ago
  58. a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
  59. 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  60. 656ee04 tools: env: include compiler.h by Peter Robinson · 9 years ago
  61. b7c3b3f Allow fw env tools to be available as library by Stefano Babic · 9 years ago
  62. 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · 9 years ago
  63. 217f95b tools/env/fw_env.h: Correct include order by Peter Robinson · 9 years ago
  64. 983487f Fix musl build by Jörg Krause · 10 years ago
  65. 2842885 fw_env.h: include autoconf.h by Max Krummenacher · 10 years ago
  66. 63a7ff9 add example for file on VFAT filesystem usage by Waldemar Brodkorb · 10 years ago
  67. 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · 10 years ago
  68. 66be1ae tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · 10 years ago
  69. 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  70. 285c435 tools: env: Add aes.c placeholder by Marek Vasut · 11 years ago
  71. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
  72. 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · 11 years ago
  73. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  74. ff51704 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
  75. 0983cad fw_env: correct writes to devices with small erase blocks by Dustin Byford · 11 years ago
  76. 2f6df46 fw_env: calculate default number of env sectors by Dustin Byford · 11 years ago
  77. 9563d57 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
  78. 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  79. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  80. 49a88e3 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm by Masahiro Yamada · 11 years ago
  81. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  82. e9c66ab fw_env: fix writing environment for mtd devices by Oliver Metz · 11 years ago
  83. e745d4c fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · 11 years ago
  84. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  85. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · 12 years ago
  86. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  87. 57cb6a3 env: Allow accessing non-mtd devices by Lubomir Rintel · 12 years ago
  88. 7678513 Fix a couple typoes in tools/env/README by Robert P. J. Day · 12 years ago
  89. 3783732 fw_env.config: Correct "fw_saveenv" to "fw_setenv". by Robert P. J. Day · 12 years ago
  90. cfd1e54 Revert "fw_env: fix building w/out a config.h" by Tom Rini · 12 years ago
  91. 469c6ad fw_env: fix building w/out a config.h by Mike Frysinger · 12 years ago
  92. 54512f7 fw_env: fix incorrect usage of open(O_CREAT) by Mike Frysinger · 12 years ago
  93. 178ec77 fw_env: fix type of len by Mike Frysinger · 12 years ago
  94. 2289ec1 env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  95. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  96. dd7750a tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  97. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  98. a8dd2c6 tools/env: Improve debug prints by Joe Hershberger · 12 years ago
  99. 03bf21d tools/env: Fix variable delete operation by Joe Hershberger · 12 years ago
  100. e79a91f tools/env: Fix build failure from missing header include by Joe Hershberger · 12 years ago