aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-7/+7
2009-01-24easylogo: add optional gzip supportMike Frysinger1-6/+92
2009-01-16ncb: use socklen_tMike Frysinger1-1/+1
2008-12-15Fix a typo in fw_env.configMartin Michlmayr1-1/+1
2008-12-10tools/netconsole: new script for working with netconsole over UDPMike Frysinger1-0/+42
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD6-62/+62
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+6
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD3-26/+26
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2-3/+3
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2-7/+7
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-08-18Add 'license' command to U-Boot command lineHarald Welte2-0/+60
2008-07-15tools/gitignore: update to all generated filesJean-Christophe PLAGNIOL-VILLARD1-0/+3
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2-3/+3
2008-07-11Fixed some out-of-tree build issuesWolfgang Denk1-1/+1
2008-07-02Add logos for RRvision boardGary Jennejohn2-0/+0
2008-05-24Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD2-0/+4
2008-05-21Big white-space cleanup.Wolfgang Denk4-6/+6
2008-05-10Use custom logo for Atmel boardsStelian Pop2-0/+4
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-05-03mkimage: make mmap() checks consistentMike Frysinger1-13/+9
2008-04-29Update .gitignore for zlib.hKumar Gala1-0/+1
2008-04-24Memory footprint optimizationsBartlomiej Sieka1-3/+3
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger2-5/+10
2008-04-18Add support for u-boot in svn and localversion-* filesMike Frysinger1-0/+14
2008-03-27Fix out of tree building issueAnatolij Gustschin1-7/+13
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka5-332/+389
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka2-2/+10
2008-03-14tools/setlocalversion: use a git-describe-ish formatWolfgang Denk1-3/+6
2008-03-11[new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka2-52/+211
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz1-0/+8
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka4-3/+84
2008-02-29[new uImage] Add sha1.o object to mkimage binary buildBartlomiej Sieka2-1/+2
2008-02-29[new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz1-234/+10
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-2/+2
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2-56/+73
2008-02-22make define2mk.sed work on FreeBSDMarcel Moolenaar1-2/+2
2008-02-22easylogo: clean up some more and add -r (rgb) supportMike Frysinger1-54/+71
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz1-0/+0
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz3-113/+137
2008-02-04add the default Blackfin logo used by Blackfin boards with splash screensMike Frysinger1-0/+0
2008-01-09Do not reference sha1.c when building mkimage.Mike Frysinger1-1/+1
2008-01-09Coding Style cleanup, update CHANGELOGWolfgang Denk1-326/+319
2008-01-09fix easylogo on big endian dev systemsMike Frysinger1-0/+18
2008-01-09cleanup easylogoMike Frysinger2-7/+18
2008-01-09Fix build problems under Cygwinraptorbrino@aim.com1-0/+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