summaryrefslogtreecommitdiff
path: root/tools/env
Commit message (Expand)AuthorAgeLines
* ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-22-4/+1
* tools/env: document current cross-compilation issues and workaroundLuca Ceresoli2011-04-30-0/+6
* tools/env: fix redundant env flag comparisonJon Povey2011-04-21-7/+6
* Add support for dataflash to U-boot environment settings tool.Remy Bohmer2011-04-12-28/+56
* Coding Style (white space) cleanupWolfgang Denk2010-11-27-4/+4
* tools/env: cleanup host build flagsDaniel Hobi2010-11-14-5/+10
* tools/env: use host build flagsMike Frysinger2010-09-19-3/+3
* tools/env: fail on invalid optionsDaniel Hobi2010-09-18-0/+4
* tools/env: allow option "-n" for fw_printenvDaniel Hobi2010-09-18-2/+5
* tools/env/fw_printenv: Make redundant env work on locked flashes alsoDetlev Zundel2010-08-09-1/+6
* Tools: set multiple variable with fw_setenv utilityStefano Babic2010-06-29-52/+288
* Rename lib_generic/ to lib/Peter Tyser2010-04-13-1/+1
* Fix a typo in fw_env.configMartin Michlmayr2008-12-15-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-2/+2
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-18-0/+6
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-10/+10
* fw_env: add NAND supportGuennadi Liakhovetski2008-09-09-264/+611
* fw_env.c: fix build problems with MTD_VERSION=oldWolfgang Denk2008-09-02-1/+2
* Big white-space cleanup.Wolfgang Denk2008-05-21-3/+3
* Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson2008-05-09-21/+29
* Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson2008-05-09-1/+1
* Fix compile problem with new env code.Wolfgang Denk2008-01-08-0/+1
* tools: fix fw_printenv tool to compile againMarkus Klotzbücher2008-01-08-29/+41
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-12/+15
* Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk2006-03-12-4/+2
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-2/+2
* Fix error handling in tools/env/fw_env.cWolfgang Denk2005-09-25-1/+1
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-0/+3
* * Code cleanup:wdenk2003-06-27-3/+2
* Patch by Murray Jensen, 20 Jun 2003:wdenk2003-06-21-1/+1
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-20-1/+1
* * Patch by Lutz Dennig, 10 Apr 2003:wdenk2003-04-12-244/+240
* * Patch by Josef Wagner, 12 Mar 2003:wdenk2003-03-12-1/+1
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-28-41/+41
* Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese2003-02-14-41/+44
* * Restrict baudrate settings on LWMON to higher speedswdenk2003-01-11-130/+268
* * Use 1-byte-read instead of -write for iprobe() functionwdenk2002-12-17-0/+859