~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/tools/env
Commit message (Expand)AuthorAge
* Adjust gitignore for tools/generated/Tobias Deiminger2023-07-07
* tools: env: update lock path in READMEJohn Keeping2023-04-25
* tools: env: use /run to store lockfileTim Lee2023-04-06
* tools: env: fw_env: Fix unused-result warningJaehoon Chung2022-12-08
* tools: env: Fix missing closedir in ubi_get_volnum_by_nameMiaoqian Lin2022-09-29
* fw_env: add fallback to Linux's NVMEM based accessRafał Miłecki2022-07-08
* fw_env: simplify logic & code paths in the fw_env_open()Rafał Miłecki2022-02-11
* fw_env: make flash_io() take buffer as an argumentRafał Miłecki2022-02-11
* fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED useJoakim Tjernlund2021-12-20
* tools: env: Handle shorter read callsThibault Ferrante2021-09-02
* tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-22
* tools: env: Avoid an uninited warning with was_lockedSimon Glass2020-08-05
* tools: env: Fix printf() warning in fw_envSimon Glass2020-08-05
* fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-31
* tools: fw_env: Fix warning when reading too littleHarald Seiler2020-06-02
* tools/env/fw_env.h: remove env.hRomain Naour2020-05-25
* tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes2020-04-27
* fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes2019-12-20
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-02
* fw_env: fix build errorPierre-Jean Texier2019-09-24
* fw_env: remove duplicated definitionsPierre-Jean Texier2019-09-24
* env: Rename the redundancy flagsSimon Glass2019-08-11
* env: Move env_set() to env.hSimon Glass2019-08-11
* fw_env: Add missing write failure checkAlex Kiernan2019-06-20
* env: add missing newlinePhilip Molloy2019-05-05
* fw_env: Fix double freeBjörn Stenberg2019-04-26
* include/version.h: workaround sysroot inc orderMatt Weber2018-09-10
* Revert "fw_printenv: Don't bail out directly after one env read error"Tom Rini2018-07-01
* fw_printenv: Don't bail out directly after one env read errorJoe Hershberger2018-06-27
* u-boot: Fix several typosShyam Saini2018-06-13
* tools: env: Use getline rather than fgets when reading config/scriptAlex Kiernan2018-06-13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie2018-04-10
* tools: env: Implement atomic replace for filesystemAlex Kiernan2018-03-19
* tools: env: Refactor write path of flash_io()Alex Kiernan2018-03-19
* tools: env: Fix CamelCasing style violationAlex Kiernan2018-03-19
* tools: env: Pass through indentAlex Kiernan2018-03-19
* tools/env: allow equal sign as key value separationStefan Agner2018-03-05
* Fix --noheader on fw_printenvAlex Kiernan2018-02-14
* tools: remove unused retJelle van der Waa2018-01-28
* tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2017-11-29
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-21
* tools: env: allow to print U-Boot versionStefan Agner2017-11-06
* tools: env: Add embedded.c to .gitignoreBin Meng2017-10-16
* env: Add 'envtools' target to 'make help'Simon Glass2017-09-05
* env: Fix operation of 'make environ'Simon Glass2017-09-05
* env: Fix out of tree building of tools-allTom Rini2017-09-05
* fix: fw_env: Prevent writing error message on special files, which don't supp...Lukasz Majewski2017-09-03
* env: Rename setenv() to env_set()Simon Glass2017-08-16
* tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold2017-07-22