- f820563 tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 4 months ago
- e0de0f2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 4 months ago
- 20c21bf fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 5 months ago
- 79685b2 tools: fw_env: Fix warning when reading too little by Harald Seiler · 4 years, 6 months ago
- 9120eca tools/env/fw_env.h: remove env.h by Romain Naour · 4 years, 6 months ago
- faf2998 tools: fw_env: use erasesize from MEMGETINFO ioctl by Rasmus Villemoes · 4 years, 8 months ago
- 06a7964 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · 6 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- d7f9545 fw_env: fix build error by Pierre-Jean Texier · 5 years ago
- ee143c6 fw_env: remove duplicated definitions by Pierre-Jean Texier · 5 years ago
- 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
- 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
- ad4f3d0 fw_env: Add missing write failure check by Alex Kiernan · 5 years ago
- f60f751 env: add missing newline by Philip Molloy · 6 years ago
- 4d1734d fw_env: Fix double free by Björn Stenberg · 6 years ago
- cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · 6 years ago
- 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
- 42e5096 fw_printenv: Don't bail out directly after one env read error by Joe Hershberger · 6 years ago
- efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
- 66df4e2 tools: env: Use getline rather than fgets when reading config/script by Alex Kiernan · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- c0855f2 fw_printenv: Fix crash due to incorrect size for malloc'ed string. by Kristian Amlie · 7 years ago
- 7150aaa tools: env: Implement atomic replace for filesystem by Alex Kiernan · 7 years ago
- be1e788 tools: env: Refactor write path of flash_io() by Alex Kiernan · 7 years ago
- f46d0ca tools: env: Fix CamelCasing style violation by Alex Kiernan · 7 years ago
- e9c6220 tools: env: Pass through indent by Alex Kiernan · 7 years ago
- 8783324 tools/env: allow equal sign as key value separation by Stefan Agner · 7 years ago
- 688cee9 Fix --noheader on fw_printenv by Alex Kiernan · 7 years ago
- df664c0 tools: remove unused ret by Jelle van der Waa · 7 years ago
- a1015c2 tools: env: Add support for direct read/write UBI volumes by S. Lockwood-Childs · 7 years ago
- 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
- e5308f8 tools: env: allow to print U-Boot version by Stefan Agner · 7 years ago
- a3318ba tools: env: Add embedded.c to .gitignore by Bin Meng · 7 years ago
- 8e6f01f env: Add 'envtools' target to 'make help' by Simon Glass · 7 years ago
- 69eb8dd env: Fix operation of 'make environ' by Simon Glass · 7 years ago
- 282f270 env: Fix out of tree building of tools-all by Tom Rini · 7 years ago
- be3b78a fix: fw_env: Prevent writing error message on special files, which don't support fsync by Lukasz Majewski · 7 years ago
- 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
- 5a2b0f1 tools/fw_env: use fsync to ensure that data is physically stored by Michael Heimpold · 12 years ago
- 2a3325c tools/env: avoid memory leak in fw_setenv by xypron.glpk@gmx.de · 8 years ago
- 4b0a293 env: fix memory leak in fw_env routines by Stefano Babic · 8 years ago
- 413cc6e env: add a version number to check API by Stefano Babic · 8 years ago
- 831c4d5 env: split fw_env.h in public and private parts by Stefano Babic · 8 years ago
- 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
- 00b613b tools: fix cross-compiling tools when HOSTCC is overridden by Masahiro Yamada · 8 years ago
- 6c44f54 tools/env: fix environment alignment tests for block devices by Max Krummenacher · 8 years ago
- ccb293f env: tool: add command line option to input lockfile path by B, Ravi · 8 years ago
- 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
- 5e755c7 tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf by Andreas Fenkart · 8 years ago
- ae3b320 tools/env: pass bad block offset by value by Andreas Fenkart · 8 years ago
- 2228158 tools/env: factor out environment_end function by Andreas Fenkart · 8 years ago
- 5a364df tools/env: soften warning about erase block alignment by Andreas Fenkart · 8 years ago
- 31f2e05 tools/env: return with error if redundant environments have unequal size by Andreas Fenkart · 8 years ago
- bf9beea tools/env: ensure environment starts at erase block boundary by Andreas Fenkart · 8 years ago
- 2089073 tools: env: Fix format warnings in debug by Marcin Niestroj · 9 years ago
- 33aaef9 tools/env: reuse fw_getenv in fw_printenv function by Andreas Fenkart · 8 years ago
- 3ff1074 tools/env: move envmatch further up in file to avoid forward declarations by Andreas Fenkart · 8 years ago
- c4a722c tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script by Andreas Fenkart · 8 years ago
- b21e602 tools/env: allow negative offsets by Stefan Agner · 8 years ago
- 21dbd6a tools/env: complete environment device config early by Stefan Agner · 8 years ago
- 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
- e651130 tools/env: allow to pass NULL for environment options by Andreas Fenkart · 8 years ago
- 2437190 tools/env: no global variable sharing between application and library by Andreas Fenkart · 9 years ago
- b8bf404 tools/env: compute size of usable area only once by Andreas Fenkart · 9 years ago
- 87bcee4 tools/env: fw_printenv pass value_only as argument by Andreas Fenkart · 9 years ago
- 576d08e tools/env: remove 'extern' from function prototype in fw_env.h by Andreas Fenkart · 9 years ago
- edcaee6 tools/env: pass key as argument to env_aes_cbc_crypt by Andreas Fenkart · 9 years ago
- e89ead3 tools: env: fix config file loading in env library by Anatolij Gustschin · 9 years ago
- 7fce4e2 tools: env: bug: config structs must be defined in tools library by Andreas Fenkart · 9 years ago
- e3ff0dc tools: env: fw_parse_script: simplify removal of newline/carriage return by Andreas Fenkart · 9 years ago
- 191d26f tools: env: split fw_string_blank into skip_chars / skip_blanks by Andreas Fenkart · 9 years ago
- e42c68e tools: env: fw_string_blank: return from loop when item found by Andreas Fenkart · 9 years ago
- d0e12cb tools: env: replace WHITESPACE macro by isblank by Andreas Fenkart · 9 years ago
- 3464566 Fix spelling of "comment". by Vagrant Cascadian · 9 years ago
- 9b5a28b tools: env: update usage strings by Andreas Fenkart · 9 years ago
- 6726fc4 tools: env: factor out parse_common_args by Andreas Fenkart · 9 years ago
- 14908ef tools: env: shift optind arguments and fix argument indices by Andreas Fenkart · 9 years ago
- aa01f8d tools: env: parse aes key / suppress flag into argument struct by Andreas Fenkart · 9 years ago
- 33e9177 tools: env: introduce setenv/printenv argument structs by Andreas Fenkart · 9 years ago
- a34e5c5 tools: env: make parse_aes_key stateless by Andreas Fenkart · 9 years ago
- 4e336ee tools: env validate: pass values as 0-based array by Andreas Fenkart · 9 years ago
- 656ee04 tools: env: include compiler.h by Peter Robinson · 9 years ago
- b7c3b3f Allow fw env tools to be available as library by Stefano Babic · 9 years ago
- 211e17b tools/env: allow config filename to be passed via command line argument by Michael Heimpold · 9 years ago
- 217f95b tools/env/fw_env.h: Correct include order by Peter Robinson · 9 years ago
- 983487f Fix musl build by Jörg Krause · 10 years ago
- 2842885 fw_env.h: include autoconf.h by Max Krummenacher · 10 years ago
- 63a7ff9 add example for file on VFAT filesystem usage by Waldemar Brodkorb · 10 years ago
- 6da7466 tools/env: Fix environment size and CRC on 64-bit hosts by Dominic Sacré · 10 years ago
- 66be1ae tools/env: change stripping strategy to allow no-stripping by Thomas Petazzoni · 10 years ago
- 60bb734 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
- 285c435 tools: env: Add aes.c placeholder by Marek Vasut · 11 years ago
- 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · 11 years ago
- 313e912 fw_env.c: Switch get_config to use '%ms' in sscanf by Tom Rini · 11 years ago
- 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
- ff51704 kbuild: rename SRCTREE to srctree by Masahiro Yamada · 11 years ago
- 0983cad fw_env: correct writes to devices with small erase blocks by Dustin Byford · 11 years ago
- 2f6df46 fw_env: calculate default number of env sectors by Dustin Byford · 11 years ago
- 9563d57 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
- 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago