summaryrefslogtreecommitdiff
path: root/tools/env/fw_env.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-14tools: env: include compiler.hPeter Robinson1-0/+1
2015-11-18tools/env: allow config filename to be passed via command line argumentMichael Heimpold1-2/+29
2015-05-09Fix musl buildJörg Krause1-0/+2
2014-11-08tools/env: Fix environment size and CRC on 64-bit hostsDominic Sacré1-1/+1
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD1-2/+127
2014-04-17fw_env.c: Switch get_config to use '%ms' in sscanfTom Rini1-5/+8
2014-03-22env: Implement support for AES encryption into fw_* toolsMarek Vasut1-2/+127
2014-03-13fw_env: correct writes to devices with small erase blocksDustin Byford1-2/+2
2014-03-13fw_env: calculate default number of env sectorsDustin Byford1-6/+8
2013-09-06fw_env: fix writing environment for mtd devicesOliver Metz1-28/+42
2013-09-06fw_env: add redundant env support for MTD_ABSENTOliver Metz1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-11env: Add redundant env support to UBI envJoe Hershberger1-0/+3
2013-04-11env: Add support for UBI environmentJoe Hershberger1-1/+2
2013-03-12env: Allow accessing non-mtd devicesLubomir Rintel1-10/+24
2012-12-20fw_env: fix type of lenMike Frysinger1-1/+2
2012-12-13env: Handle write-once ethaddr and serial# genericallyJoe Hershberger1-17/+0
2012-12-13env: Add support for access control to .flagsJoe Hershberger1-4/+70
2012-12-13tools/env: Add environment variable flags supportJoe Hershberger1-0/+9
2012-10-20env: cosmetic: Consilidate the default env definitionJoe Hershberger1-96/+2
2012-10-16tools/env: Improve debug printsJoe Hershberger1-5/+22
2012-10-16tools/env: Fix variable delete operationJoe Hershberger1-2/+3
2012-10-16tools/env: Fix build failure from missing header includeJoe Hershberger1-0/+1
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger1-0/+2
2012-10-15tools/env: Don't call env_init() in fw_getenv()Joe Hershberger1-3/+0
2012-10-15tools/env: Remove unneeded complexityJoe Hershberger1-20/+13
2012-10-15tools/env: Use a board-specific default envJoe Hershberger1-15/+13
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-20/+17
2012-09-18fw_env: Add env vars describing U-Boot target boardBenoît Thébaudeau1-0/+11
2012-01-05tools/env: allow overwrite of ethaddr on defaultGrant Erickson1-2/+11
2011-10-22common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger1-1/+1
2011-10-22common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger1-1/+1
2011-10-22fix compile warning for env toolsLuka Perkov1-2/+2
2011-04-21tools/env: fix redundant env flag comparisonJon Povey1-7/+6
2011-04-13Add support for dataflash to U-boot environment settings tool.Remy Bohmer1-25/+47
2010-08-09tools/env/fw_printenv: Make redundant env work on locked flashes alsoDetlev Zundel1-1/+6
2010-06-30Tools: set multiple variable with fw_setenv utilityStefano Babic1-45/+224
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+6
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-09fw_env: add NAND supportGuennadi Liakhovetski1-263/+600
2008-09-02fw_env.c: fix build problems with MTD_VERSION=oldWolfgang Denk1-1/+2
2008-05-10Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson1-8/+13
2008-01-09Fix compile problem with new env code.Wolfgang Denk1-0/+1
2008-01-09tools: fix fw_printenv tool to compile againMarkus Klotzbücher1-26/+30
2006-03-13Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk1-4/+2
2005-09-25Fix error handling in tools/env/fw_env.cWolfgang Denk1-1/+1
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-0/+3
2003-06-21Patch by Murray Jensen, 20 Jun 2003:wdenk1-1/+1
2003-04-13* Patch by Lutz Dennig, 10 Apr 2003:wdenk1-244/+240