summaryrefslogtreecommitdiff
path: root/tools/env
AgeCommit message (Expand)Author
2022-02-11fw_env: simplify logic & code paths in the fw_env_open()Rafał Miłecki
2022-02-11fw_env: make flash_io() take buffer as an argumentRafał Miłecki
2021-12-20fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED useJoakim Tjernlund
2021-09-02tools: env: Handle shorter read callsThibault Ferrante
2021-01-22tools: env: return error if ubi_update_start() failsMartin Hundebøll
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass
2020-07-31fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov
2020-06-02tools: fw_env: Fix warning when reading too littleHarald Seiler
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour
2020-04-27tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes
2019-12-20fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-09-24fw_env: fix build errorPierre-Jean Texier
2019-09-24fw_env: remove duplicated definitionsPierre-Jean Texier
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-06-20fw_env: Add missing write failure checkAlex Kiernan
2019-05-05env: add missing newlinePhilip Molloy
2019-04-26fw_env: Fix double freeBjörn Stenberg
2018-09-10include/version.h: workaround sysroot inc orderMatt Weber
2018-07-01Revert "fw_printenv: Don't bail out directly after one env read error"Tom Rini
2018-06-27fw_printenv: Don't bail out directly after one env read errorJoe Hershberger
2018-06-13u-boot: Fix several typosShyam Saini
2018-06-13tools: env: Use getline rather than fgets when reading config/scriptAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-10fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie
2018-03-19tools: env: Implement atomic replace for filesystemAlex Kiernan
2018-03-19tools: env: Refactor write path of flash_io()Alex Kiernan
2018-03-19tools: env: Fix CamelCasing style violationAlex Kiernan
2018-03-19tools: env: Pass through indentAlex Kiernan
2018-03-05tools/env: allow equal sign as key value separationStefan Agner
2018-02-14Fix --noheader on fw_printenvAlex Kiernan
2018-01-28tools: remove unused retJelle van der Waa
2017-11-29tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini
2017-11-06tools: env: allow to print U-Boot versionStefan Agner
2017-10-16tools: env: Add embedded.c to .gitignoreBin Meng
2017-09-05env: Add 'envtools' target to 'make help'Simon Glass
2017-09-05env: Fix operation of 'make environ'Simon Glass
2017-09-05env: Fix out of tree building of tools-allTom Rini
2017-09-03fix: fw_env: Prevent writing error message on special files, which don't supp...Lukasz Majewski
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-22tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold
2017-04-18tools/env: avoid memory leak in fw_setenvxypron.glpk@gmx.de
2017-04-12env: fix memory leak in fw_env routinesStefano Babic
2017-04-12env: add a version number to check APIStefano Babic
2017-04-12env: split fw_env.h in public and private partsStefano Babic
2017-04-12Rename aes.h to uboot_aes.hStefano Babic
2017-03-14tools: fix cross-compiling tools when HOSTCC is overriddenMasahiro Yamada