summaryrefslogtreecommitdiff
path: root/tools/env/fw_env.c
Commit message (Expand)AuthorAgeFilesLines
* tools: env: Handle shorter read callsThibault Ferrante2021-09-021-10/+12
* tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-221-1/+1
* tools: env: Avoid an uninited warning with was_lockedWIP/2020-08-05-misc-fixesSimon Glass2020-08-051-1/+1
* tools: env: Fix printf() warning in fw_envSimon Glass2020-08-051-2/+2
* fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-311-5/+19
* tools: fw_env: Fix warning when reading too littleHarald Seiler2020-06-021-1/+7
* tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes2020-04-271-0/+3
* fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes2019-12-201-1/+19
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* fw_env: fix build errorPierre-Jean Texier2019-09-241-1/+2
* fw_env: remove duplicated definitionsPierre-Jean Texier2019-09-241-7/+0
* env: Rename the redundancy flagsSimon Glass2019-08-111-10/+13
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* fw_env: Add missing write failure checkAlex Kiernan2019-06-201-1/+1
* env: add missing newlinePhilip Molloy2019-05-051-1/+1
* fw_env: Fix double freeBjörn Stenberg2019-04-261-1/+1
* Revert "fw_printenv: Don't bail out directly after one env read error"Tom Rini2018-07-011-15/+9
* fw_printenv: Don't bail out directly after one env read errorJoe Hershberger2018-06-271-9/+15
* u-boot: Fix several typosShyam Saini2018-06-131-2/+2
* tools: env: Use getline rather than fgets when reading config/scriptAlex Kiernan2018-06-131-19/+21
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools: env: Implement atomic replace for filesystemAlex Kiernan2018-03-191-3/+80
* tools: env: Refactor write path of flash_io()Alex Kiernan2018-03-191-42/+50
* tools: env: Fix CamelCasing style violationAlex Kiernan2018-03-191-9/+9
* tools: env: Pass through indentAlex Kiernan2018-03-191-176/+170
* tools/env: allow equal sign as key value separationStefan Agner2018-03-051-1/+1
* Fix --noheader on fw_printenvAlex Kiernan2018-02-141-1/+1
* tools: remove unused retJelle van der Waa2018-01-281-2/+0
* tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2017-11-291-2/+253
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-211-79/+0
* env: Fix out of tree building of tools-allTom Rini2017-09-051-1/+1
* fix: fw_env: Prevent writing error message on special files, which don't supp...Lukasz Majewski2017-09-031-2/+4
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold2017-07-221-0/+12
* tools/env: avoid memory leak in fw_setenvxypron.glpk@gmx.de2017-04-181-0/+3
* env: fix memory leak in fw_env routinesStefano Babic2017-04-121-16/+56
* env: split fw_env.h in public and private partsStefano Babic2017-04-121-0/+1
* tools/env: fix environment alignment tests for block devicesMax Krummenacher2016-11-281-27/+33
* Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart2016-10-061-7/+8
* tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart2016-10-061-15/+13
* tools/env: pass bad block offset by valueAndreas Fenkart2016-10-061-5/+5
* tools/env: factor out environment_end functionAndreas Fenkart2016-10-061-17/+15
* tools/env: soften warning about erase block alignmentAndreas Fenkart2016-08-201-1/+1
* tools/env: return with error if redundant environments have unequal sizeAndreas Fenkart2016-08-201-3/+2
* tools/env: ensure environment starts at erase block boundaryAndreas Fenkart2016-08-151-0/+12
* tools: env: Fix format warnings in debugMarcin Niestroj2016-07-261-7/+10
* tools/env: reuse fw_getenv in fw_printenv functionAndreas Fenkart2016-07-221-27/+17
* tools/env: move envmatch further up in file to avoid forward declarationsAndreas Fenkart2016-07-221-20/+18
* tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart2016-07-221-1/+1
* tools/env: allow negative offsetsStefan Agner2016-07-221-9/+30