aboutsummaryrefslogtreecommitdiff
path: root/tools/env
AgeCommit message (Expand)AuthorFilesLines
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-10rename 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-09Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson3-21/+29
2008-05-09Fix Compilation Errors with 'tools/env/fw_printenv'Grant Erickson1-1/+1
2008-01-08Fix compile problem with new env code.Wolfgang Denk1-0/+1
2008-01-08tools: 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-12Fix 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-27* Code cleanup:LABEL_2003_06_27_2340wdenk2-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-12* Patch by Lutz Dennig, 10 Apr 2003:LABEL_2003_04_15_1900wdenk1-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 boardLABEL_2003_02_28_0150wdenk1-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 speedsLABEL_2003_01_11_1050wdenk4-130/+268
2002-12-17* Use 1-byte-read instead of -write for iprobe() functionwdenk5-0/+859