Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
eb5107d9d00fb94ffce0b94bd63d0b432ef766c9
/
tools
/
env
db14e86
env: Add redundant env support to UBI env
by Joe Hershberger
· 12 years ago
0c5faa8
env: Add support for UBI environment
by Joe Hershberger
· 12 years ago
57cb6a3
env: Allow accessing non-mtd devices
by Lubomir Rintel
· 12 years ago
7678513
Fix a couple typoes in tools/env/README
by Robert P. J. Day
· 12 years ago
3783732
fw_env.config: Correct "fw_saveenv" to "fw_setenv".
by Robert P. J. Day
· 12 years ago
cfd1e54
Revert "fw_env: fix building w/out a config.h"
by Tom Rini
· 12 years ago
469c6ad
fw_env: fix building w/out a config.h
by Mike Frysinger
· 12 years ago
54512f7
fw_env: fix incorrect usage of open(O_CREAT)
by Mike Frysinger
· 12 years ago
178ec77
fw_env: fix type of len
by Mike Frysinger
· 12 years ago
2289ec1
env: Handle write-once ethaddr and serial# generically
by Joe Hershberger
· 12 years ago
6fe26c9
env: Add support for access control to .flags
by Joe Hershberger
· 12 years ago
dd7750a
tools/env: Add environment variable flags support
by Joe Hershberger
· 12 years ago
8132114
env: cosmetic: Consilidate the default env definition
by Joe Hershberger
· 12 years ago
a8dd2c6
tools/env: Improve debug prints
by Joe Hershberger
· 12 years ago
03bf21d
tools/env: Fix variable delete operation
by Joe Hershberger
· 12 years ago
e79a91f
tools/env: Fix build failure from missing header include
by Joe Hershberger
· 12 years ago
ef2fc1b
tools: Add a README note about fw_printenv lock file
by Joe Hershberger
· 12 years ago
dd000dd
env: Check for NULL pointer in envmatch()
by Joe Hershberger
· 12 years ago
3f1f175
tools/env: Serialize calls to fw_*env
by Joe Hershberger
· 12 years ago
bee337e
tools/env: Don't call env_init() in fw_getenv()
by Joe Hershberger
· 12 years ago
ed97f4c
tools/env: Remove unneeded complexity
by Joe Hershberger
· 12 years ago
671adc4
tools/env: Use a board-specific default env
by Joe Hershberger
· 12 years ago
0b3176c
COMMON: Use __stringify() instead of MK_STR()
by Marek Vasut
· 12 years ago
eb6aaeb
fw_env: Add env vars describing U-Boot target board
by Benoît Thébaudeau
· 12 years ago
0d83433
Strip fw_printenv like the other tools
by Loïc Minier
· 13 years ago
014117d
fw_env.h: fix comment
by Frans Meulenbroeks
· 13 years ago
528178a
tools/env: allow overwrite of ethaddr on default
by Grant Erickson
· 13 years ago
416ef38
fw_env.h: added a few missing defines
by Frans Meulenbroeks
· 13 years ago
b42e76b
tools/env: use lib/crc32.c directly
by Andreas Bießmann
· 13 years ago
e4da248
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
by Joe Hershberger
· 13 years ago
257ff78
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
by Joe Hershberger
· 13 years ago
d598271
fix compile warning for env tools
by Luka Perkov
· 13 years ago
8f399b3
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· 14 years ago
ece4b57
tools/env: document current cross-compilation issues and workaround
by Luca Ceresoli
· 14 years ago
93ccd47
tools/env: fix redundant env flag comparison
by Jon Povey
· 14 years ago
cb969eb
Add support for dataflash to U-boot environment settings tool.
by Remy Bohmer
· 14 years ago
302141d
Coding Style (white space) cleanup
by Wolfgang Denk
· 14 years ago
4683c4b
tools/env: cleanup host build flags
by Daniel Hobi
· 14 years ago
9756b2e
tools/env: use host build flags
by Mike Frysinger
· 14 years ago
6a20a32
tools/env: fail on invalid options
by Daniel Hobi
· 14 years ago
6c55426
tools/env: allow option "-n" for fw_printenv
by Daniel Hobi
· 14 years ago
2111d3e
tools/env/fw_printenv: Make redundant env work on locked flashes also
by Detlev Zundel
· 14 years ago
ada628b
Tools: set multiple variable with fw_setenv utility
by Stefano Babic
· 15 years ago
685b7f5
Rename lib_generic/ to lib/
by Peter Tyser
· 15 years ago
5b4eba2
Fix a typo in fw_env.config
by Martin Michlmayr
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
e5167f1
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
ffb379a
fw_env: add NAND support
by Guennadi Liakhovetski
· 16 years ago
4cd94a7
fw_env.c: fix build problems with MTD_VERSION=old
by Wolfgang Denk
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
73a4e5e
Propagate Error Status to the Shell on fw_printenv Errors
by Grant Erickson
· 17 years ago
9989ed6
Fix Compilation Errors with 'tools/env/fw_printenv'
by Grant Erickson
· 17 years ago
c7d16fd
Fix compile problem with new env code.
by Wolfgang Denk
· 17 years ago
94db557
tools: fix fw_printenv tool to compile again
by Markus Klotzbücher
· 17 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
c5203f9
Fix array overflow with fw_setenv on uninitialised environment
by Wolfgang Denk
· 19 years ago
86eb3b7
Change all '$(...)' variable references into '${...}'
by Wolfgang Denk
· 19 years ago
8e6213c
Fix error handling in tools/env/fw_env.c Patch by Ara Avanesyan, 01 Feb 2005
by Wolfgang Denk
· 19 years ago
54070ab
* Code cleanup, mostly for GCC-3.3.x
by wdenk
· 20 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
dbae504
Patch by Murray Jensen, 20 Jun 2003:
by wdenk
· 21 years ago
92bbe3f
* Make sure Block Lock Bits get cleared in R360MPI flash driver
by wdenk
· 22 years ago
3f9ab98
* Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board
by wdenk
· 22 years ago
ef5fe75
* Patch by Josef Wagner, 12 Mar 2003:
by wdenk
· 22 years ago
4fc9569
* Add support for 16 MB flash configuration of TRAB board
by wdenk
· 22 years ago
f5dd410
Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).
by stroese
· 22 years ago
e7f34c6
* Restrict baudrate settings on LWMON to higher speeds when watchdog is on
by wdenk
· 22 years ago
34b613e
* Use 1-byte-read instead of -write for iprobe() function
by wdenk
· 22 years ago