summaryrefslogtreecommitdiffstats
path: root/tools/env
Commit message (Expand)AuthorAgeFilesLines
* tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-221-1/+1
* tools: env: Avoid an uninited warning with was_lockedSimon 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/env/fw_env.h: remove env.hRomain Naour2020-05-251-1/+0
* 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-022-2/+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-113-0/+3
* 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
* include/version.h: workaround sysroot inc orderMatt Weber2018-09-101-1/+2
* 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-075-11/+5
* fw_printenv: Fix crash due to incorrect size for malloc'ed string.Kristian Amlie2018-04-101-1/+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-142-2/+2
* tools: remove unused retJelle van der Waa2018-01-281-2/+0
* tools: env: Add support for direct read/write UBI volumesS. Lockwood-Childs2017-11-292-2/+261
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-215-100/+1
* tools: env: allow to print U-Boot versionStefan Agner2017-11-061-3/+11
* tools: env: Add embedded.c to .gitignoreBin Meng2017-10-161-0/+1
* env: Add 'envtools' target to 'make help'Simon Glass2017-09-051-0/+3
* env: Fix operation of 'make environ'Simon Glass2017-09-051-2/+2
* env: Fix out of tree building of tools-allTom Rini2017-09-053-3/+3
* 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-163-7/+7
* 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-122-19/+70
* env: add a version number to check APIStefano Babic2017-04-121-0/+15
* env: split fw_env.h in public and private partsStefano Babic2017-04-124-50/+58
* Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
* tools: fix cross-compiling tools when HOSTCC is overriddenMasahiro Yamada2017-03-141-1/+1
* tools/env: fix environment alignment tests for block devicesMax Krummenacher2016-11-281-27/+33
* env: tool: add command line option to input lockfile pathB, Ravi2016-10-082-6/+30
* 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