1. 7b27e0f tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 2 months ago
  2. d9cd4d2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 2 months ago
  3. db82015 fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 2 months ago
  4. 50bb682 tools: fw_env: Fix warning when reading too little by Harald Seiler · 4 years, 4 months ago
  5. e282c42 tools: fw_env: use erasesize from MEMGETINFO ioctl by Rasmus Villemoes · 4 years, 6 months ago
  6. c62e614 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · 6 years ago
  7. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  8. 7ce01c7 fw_env: fix build error by Pierre-Jean Texier · 5 years ago
  9. e184a3b fw_env: remove duplicated definitions by Pierre-Jean Texier · 5 years ago
  10. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  11. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  12. a762311 fw_env: Add missing write failure check by Alex Kiernan · 5 years ago
  13. 9337a08 env: add missing newline by Philip Molloy · 5 years ago
  14. 2b4ea2b fw_env: Fix double free by Björn Stenberg · 5 years ago
  15. 168de20 Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  16. 3925b2a fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · 6 years ago
  17. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  18. 94b233f tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · 6 years ago
  19. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  20. dbc3432 tools: env: Implement atomic replace for filesystem by Alex Kiernan · 7 years ago
  21. 899b533 tools: env: Refactor write path of flash_io() by Alex Kiernan · 7 years ago
  22. 2deb3ca tools: env: Fix CamelCasing style violation by Alex Kiernan · 7 years ago
  23. c7f52c4 tools: env: Pass through indent by Alex Kiernan · 7 years ago
  24. cd65551 tools/env: allow equal sign as key value separation by Stefan Agner · 7 years ago
  25. d877a6c Fix --noheader on fw_printenv by Alex Kiernan · 7 years ago
  26. 9e82087 tools: remove unused ret by Jelle van der Waa · 7 years ago
  27. 34255b9 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · 7 years ago
  28. c6831c7 env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  29. 2d3229b env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
  30. 40fe89c fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
  31. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  32. 7e99e14 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 11 years ago
  33. ddc6a9d tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 7 years ago
  34. 33f0086 env: fix memory leak in fw_env routines by Stefano Babic · 7 years ago
  35. 9d80b49 env: split fw_env.h in public and private parts by Stefano Babic · 7 years ago
  36. 333ee16 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
  37. 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
  38. ff95e57 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
  39. c6012bb tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
  40. e2c9351 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
  41. 4ed6f43 tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
  42. 490365c tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
  43. 183923d tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
  44. 81c878d tools: env: Fix format warnings in debug by Marcin Niestroj · 8 years ago
  45. c5c41c4 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
  46. 1b7427c tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
  47. fd4e328 tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
  48. f4742ca tools/env: allow negative offsets by Stefan Agner · 8 years ago
  49. 14fb5b2 tools/env: complete environment device config early by Stefan Agner · 8 years ago
  50. 14070e6 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
  51. 81974f4 tools/env: no global variable sharing between application and library by Andreas Fenkart · 8 years ago
  52. f71cee4 tools/env: compute size of usable area only once by Andreas Fenkart · 8 years ago
  53. cedb341 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 8 years ago
  54. dcdc1f6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 8 years ago
  55. 925c97c tools: env: fix config file loading in env library by Anatolij Gustschin · 8 years ago
  56. 43cb65b tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
  57. 69067a3 tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
  58. 938c29f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
  59. 9583efc tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
  60. 10667e1 tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
  61. 1ce6869 tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago
  62. 371ee13 tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
  63. 8b27abd tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
  64. 167f525 tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
  65. 69bf2d2 tools: env: include compiler.h by Peter Robinson · 9 years ago
  66. 9884f44 tools/env: allow config filename to be passed via command line argument by Michael Heimpold · 9 years ago
  67. 26e355d Fix musl build by Jörg Krause · 9 years ago
  68. ea19527 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · 10 years ago
  69. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  70. 229695f fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · 10 years ago
  71. a8a752c env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  72. 4b774ff fw_env: correct writes to devices with small erase blocks by Dustin Byford · 11 years ago
  73. 23869bf fw_env: calculate default number of env sectors by Dustin Byford · 11 years ago
  74. e387efb fw_env: fix writing environment for mtd devices by Oliver Metz · 11 years ago
  75. 23ef62d fw_env: add redundant env support for MTD_ABSENT by Oliver Metz · 11 years ago
  76. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  77. 785881f env: Add redundant env support to UBI env by Joe Hershberger · 11 years ago
  78. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  79. f1932b7 env: Allow accessing non-mtd devices by Lubomir Rintel · 12 years ago
  80. 3779c8e fw_env: fix type of len by Mike Frysinger · 12 years ago
  81. 1d6cd0a env: Handle write-once ethaddr and serial# generically by Joe Hershberger · 12 years ago
  82. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  83. 30fd4fad tools/env: Add environment variable flags support by Joe Hershberger · 12 years ago
  84. ddd8418 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  85. 74620e1 tools/env: Improve debug prints by Joe Hershberger · 12 years ago
  86. ce2f580 tools/env: Fix variable delete operation by Joe Hershberger · 12 years ago
  87. 0613421 tools/env: Fix build failure from missing header include by Joe Hershberger · 12 years ago
  88. 586197d env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  89. d9acae1 tools/env: Don't call env_init() in fw_getenv() by Joe Hershberger · 12 years ago
  90. 62a34a0 tools/env: Remove unneeded complexity by Joe Hershberger · 12 years ago
  91. 497f205 tools/env: Use a board-specific default env by Joe Hershberger · 12 years ago
  92. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  93. 8ae51ae fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · 12 years ago
  94. aa701b9 tools/env: allow overwrite of ethaddr on default by Grant Erickson · 13 years ago
  95. b3f44c2 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  96. 8b3637c common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  97. 8603b69 fix compile warning for env tools by Luka Perkov · 13 years ago
  98. 735eb0f tools/env: fix redundant env flag comparison by Jon Povey · 14 years ago
  99. 9eeaa8e Add support for dataflash to U-boot environment settings tool. by Remy Bohmer · 14 years ago
  100. 0aef7bc tools/env/fw_printenv: Make redundant env work on locked flashes also by Detlev Zundel · 14 years ago