summaryrefslogtreecommitdiff
path: root/tools/env
AgeCommit message (Expand)AuthorFilesLines
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk2-4/+1
2011-04-30tools/env: document current cross-compilation issues and workaroundLuca Ceresoli1-0/+6
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 Bohmer3-28/+56
2010-11-28Coding Style (white space) cleanupWolfgang Denk1-4/+4
2010-11-15tools/env: cleanup host build flagsDaniel Hobi1-5/+10
2010-09-19tools/env: use host build flagsMike Frysinger1-3/+3
2010-09-19tools/env: fail on invalid optionsDaniel Hobi1-0/+4
2010-09-19tools/env: allow option "-n" for fw_printenvDaniel Hobi1-2/+5
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 Babic3-52/+288
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-1/+1
2008-12-15Fix a typo in fw_env.configMartin Michlmayr1-1/+1
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 Liakhovetski3-264/+611
2008-09-02fw_env.c: fix build problems with MTD_VERSION=oldWolfgang Denk1-1/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-05-10Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson3-21/+29
2008-05-10Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson1-1/+1
2008-01-09Fix compile problem with new env code.Wolfgang Denk1-0/+1
2008-01-09tools: fix fw_printenv tool to compile againMarkus Klotzbücher4-29/+41
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-12/+15
2006-03-13Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk1-4/+2
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk1-2/+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-28* Code cleanup:wdenk2-3/+2
2003-06-21Patch by Murray Jensen, 20 Jun 2003:wdenk1-1/+1
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk1-1/+1
2003-04-13* Patch by Lutz Dennig, 10 Apr 2003:wdenk1-244/+240
2003-03-12* Patch by Josef Wagner, 12 Mar 2003:wdenk1-1/+1
2003-02-28* Add support for 16 MB flash configuration of TRAB boardwdenk1-41/+41
2003-02-14Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).stroese1-41/+44
2003-01-11* Restrict baudrate settings on LWMON to higher speedswdenk4-130/+268
2002-12-17* Use 1-byte-read instead of -write for iprobe() functionwdenk5-0/+859