summaryrefslogtreecommitdiffstats
path: root/tools/env/fw_env.c
Commit message (Expand)AuthorAgeFilesLines
* Fix musl buildJörg Krause2015-05-081-0/+2
* tools/env: Fix environment size and CRC on 64-bit hostsDominic Sacré2014-11-071-1/+1
* Merge branch 'u-boot/master'Albert ARIBAUD2014-05-091-2/+127
|\
| * env: Implement support for AES encryption into fw_* toolsMarek Vasut2014-03-211-2/+127
* | fw_env.c: Switch get_config to use '%ms' in sscanfTom Rini2014-04-171-5/+8
|/
* fw_env: correct writes to devices with small erase blocksDustin Byford2014-03-121-2/+2
* fw_env: calculate default number of env sectorsDustin Byford2014-03-121-6/+8
* fw_env: fix writing environment for mtd devicesOliver Metz2013-09-061-28/+42
* fw_env: add redundant env support for MTD_ABSENTOliver Metz2013-09-061-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: Add redundant env support to UBI envJoe Hershberger2013-04-111-0/+3
* env: Add support for UBI environmentJoe Hershberger2013-04-111-1/+2
* env: Allow accessing non-mtd devicesLubomir Rintel2013-03-111-10/+24
* fw_env: fix type of lenMike Frysinger2012-12-191-1/+2
* env: Handle write-once ethaddr and serial# genericallyJoe Hershberger2012-12-131-17/+0
* env: Add support for access control to .flagsJoe Hershberger2012-12-131-4/+70
* tools/env: Add environment variable flags supportJoe Hershberger2012-12-131-0/+9
* env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-191-96/+2
* tools/env: Improve debug printsJoe Hershberger2012-10-161-5/+22
* tools/env: Fix variable delete operationJoe Hershberger2012-10-161-2/+3
* tools/env: Fix build failure from missing header includeJoe Hershberger2012-10-151-0/+1
* env: Check for NULL pointer in envmatch()Joe Hershberger2012-10-151-0/+2
* tools/env: Don't call env_init() in fw_getenv()Joe Hershberger2012-10-151-3/+0
* tools/env: Remove unneeded complexityJoe Hershberger2012-10-151-20/+13
* tools/env: Use a board-specific default envJoe Hershberger2012-10-151-15/+13
* COMMON: Use __stringify() instead of MK_STR()Marek Vasut2012-10-151-20/+17
* fw_env: Add env vars describing U-Boot target boardBenoît Thébaudeau2012-09-181-0/+11
* tools/env: allow overwrite of ethaddr on defaultGrant Erickson2012-01-051-2/+11
* common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger2011-10-221-1/+1
* common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger2011-10-221-1/+1
* fix compile warning for env toolsLuka Perkov2011-10-221-2/+2
* tools/env: fix redundant env flag comparisonJon Povey2011-04-211-7/+6
* Add support for dataflash to U-boot environment settings tool.Remy Bohmer2011-04-121-25/+47
* tools/env/fw_printenv: Make redundant env work on locked flashes alsoDetlev Zundel2010-08-091-1/+6
* Tools: set multiple variable with fw_setenv utilityStefano Babic2010-06-291-45/+224
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-2/+2
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+6
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-10/+10
* fw_env: add NAND supportGuennadi Liakhovetski2008-09-091-263/+600
* fw_env.c: fix build problems with MTD_VERSION=oldWolfgang Denk2008-09-021-1/+2
* Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson2008-05-091-8/+13
* Fix compile problem with new env code.Wolfgang Denk2008-01-081-0/+1
* tools: fix fw_printenv tool to compile againMarkus Klotzbücher2008-01-081-26/+30
* Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk2006-03-121-4/+2
* Fix error handling in tools/env/fw_env.cWolfgang Denk2005-09-251-1/+1
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-0/+3
* Patch by Murray Jensen, 20 Jun 2003:wdenk2003-06-211-1/+1
* * Patch by Lutz Dennig, 10 Apr 2003:wdenk2003-04-121-244/+240
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-41/+41
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-141-41/+44
OpenPOWER on IntegriCloud