summaryrefslogtreecommitdiff
path: root/tools/env
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Adjust gitignore for tools/generated/Tobias Deiminger1-1/+0
2023-04-25tools: env: update lock path in READMEJohn Keeping1-1/+1
2023-04-07tools: env: use /run to store lockfileTim Lee1-3/+3
2022-12-08tools: env: fw_env: Fix unused-result warningJaehoon Chung1-1/+9
2022-09-29tools: env: Fix missing closedir in ubi_get_volnum_by_nameMiaoqian Lin1-1/+4
2022-07-08fw_env: add fallback to Linux's NVMEM based accessRafał Miłecki1-3/+67
2022-02-11fw_env: simplify logic & code paths in the fw_env_open()Rafał Miłecki1-46/+31
2022-02-11fw_env: make flash_io() take buffer as an argumentRafał Miłecki1-16/+16
2021-12-20fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED useJoakim Tjernlund1-7/+8
2021-09-02tools: env: Handle shorter read callsThibault Ferrante1-10/+12
2021-01-23tools: env: return error if ubi_update_start() failsMartin Hundebøll1-1/+1
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass1-1/+1
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass1-2/+2
2020-07-31fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov1-5/+19
2020-06-02tools: fw_env: Fix warning when reading too littleHarald Seiler1-1/+7
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour1-1/+0
2020-04-27tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes1-0/+3
2019-12-20fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes1-1/+19
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass2-2/+1
2019-09-25fw_env: fix build errorPierre-Jean Texier1-1/+2
2019-09-25fw_env: remove duplicated definitionsPierre-Jean Texier1-7/+0
2019-08-11env: Rename the redundancy flagsSimon Glass1-10/+13
2019-08-11env: Move env_set() to env.hSimon Glass3-0/+3
2019-06-20fw_env: Add missing write failure checkAlex Kiernan1-1/+1
2019-05-05env: add missing newlinePhilip Molloy1-1/+1
2019-04-27fw_env: Fix double freeBjörn Stenberg1-1/+1
2018-09-11include/version.h: workaround sysroot inc orderMatt Weber1-1/+2
2018-07-02Revert "fw_printenv: Don't bail out directly after one env read error"Tom Rini1-15/+9
2018-06-27fw_printenv: Don't bail out directly after one env read errorJoe Hershberger1-9/+15
2018-06-13u-boot: Fix several typosShyam Saini1-2/+2
2018-06-13tools: env: Use getline rather than fgets when reading config/scriptAlex Kiernan1-19/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-10fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie1-1/+1
2018-03-19tools: env: Implement atomic replace for filesystemAlex Kiernan1-3/+80
2018-03-19tools: env: Refactor write path of flash_io()Alex Kiernan1-42/+50
2018-03-19tools: env: Fix CamelCasing style violationAlex Kiernan1-9/+9
2018-03-19tools: env: Pass through indentAlex Kiernan1-176/+170
2018-03-05tools/env: allow equal sign as key value separationStefan Agner1-1/+1
2018-02-14Fix --noheader on fw_printenvAlex Kiernan2-2/+2
2018-01-28tools: remove unused retJelle van der Waa1-2/+0
2017-11-30tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2-2/+261
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini5-100/+1
2017-11-06tools: env: allow to print U-Boot versionStefan Agner1-3/+11
2017-10-16tools: env: Add embedded.c to .gitignoreBin Meng1-0/+1
2017-09-06env: Add 'envtools' target to 'make help'Simon Glass1-0/+3
2017-09-06env: Fix operation of 'make environ'Simon Glass1-2/+2
2017-09-05env: Fix out of tree building of tools-allTom Rini3-3/+3
2017-09-03fix: fw_env: Prevent writing error message on special files, which don't supp...Lukasz Majewski1-2/+4
2017-08-16env: Rename setenv() to env_set()Simon Glass3-7/+7
2017-07-22tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold1-0/+12