| Commit message (Expand) | Author | Age | Lines |
* | vsprintf: add z and t options | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-14 | -3/+9 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | -9/+11 |
* | Fix LMB type issues | Andy Fleming | 2008-07-10 | -3/+3 |
* | Allow print_size to print in GB | Becky Bruce | 2008-07-09 | -13/+21 |
* | add SHA256 support | Jean-Christophe PLAGNIOL-VILLARD | 2008-06-30 | -0/+263 |
* | Fix an underflow bug in __lmb_alloc_base | Andy Fleming | 2008-06-28 | -15/+19 |
* | Add lmb_free | Andy Fleming | 2008-06-28 | -0/+49 |
* | Fix build issue with string.h and linux/string.h | Andy Fleming | 2008-06-12 | -2/+2 |
* | Change lmb to use phys_size_t/phys_addr_t | Becky Bruce | 2008-06-12 | -34/+35 |
* | Change print_size to take phys_size_t | Becky Bruce | 2008-06-12 | -1/+1 |
* | tools/mkimage: fix compiler warnings on some systems. | Wolfgang Denk | 2008-06-06 | -0/+4 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -3/+3 |
* | Fix Compilation Errors with 'tools/env/fw_printenv' | Grant Erickson | 2008-05-09 | -0/+2 |
* | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-04-26 | -2/+2 |
* | Use watchdog-aware functions when calculating hashes of images - take two | Bartlomiej Sieka | 2008-04-25 | -0/+8 |
* | Use watchdog-aware functions when calculating hashes of images | Bartlomiej Sieka | 2008-04-25 | -1/+1 |
* | lib_generic/crc32.c: add missing #include <watchdog.h> | Wolfgang Denk | 2008-04-25 | -0/+1 |
* | lib_generic/crc32.c: fix compile problem | Wolfgang Denk | 2008-04-25 | -5/+4 |
* | Add support for calculating hashes with watchdog triggering | Bartlomiej Sieka | 2008-04-25 | -0/+96 |
* | crc32: use uint32_t rather than unsigned long | Mike Frysinger | 2008-04-24 | -9/+10 |
* | Rename include/md5.h to include/u-boot/md5.h | Andy Fleming | 2008-04-13 | -1/+1 |
* | Add the MD5 algorithm | Bartlomiej Sieka | 2008-03-14 | -0/+275 |
* | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | Kumar Gala | 2008-02-29 | -0/+281 |
* | [new uImage] Move gunzip() common code to common/gunzip.c | Marian Balakowicz | 2008-02-07 | -0/+4 |
* | Fix 64-bit vsprintf. | James Yang | 2008-01-12 | -4/+17 |
* | Build: split COBJS value into multiple lines | Grant Likely | 2007-11-15 | -5/+16 |
* | Move 64bit division from avr32 to generic lib | Dirk Behme | 2007-08-10 | -1/+53 |
* | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | -4/+5 |
|\ |
|
| * | disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -2/+2 |
| * | lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_... | Jon Loeliger | 2007-07-09 | -2/+2 |
| * | lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -2/+3 |
* | | Coding style cleanup; update CHANGELOG. | Wolfgang Denk | 2007-07-10 | -293/+276 |
* | | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | -1/+431 |
|/ |
|
* | [PATCH 3_9] Move buffer print code from md command to common function | Grant Likely | 2007-02-20 | -0/+70 |
* | Fix JFFS2 compilation problem | Stefan Roese | 2006-10-12 | -2/+2 |
* | Cleanup of NAND update patch (remove changelog from cmd_nand.c) | Stefan Roese | 2006-10-11 | -3/+2 |
* | * Several improvements to the new NAND subsystem: | Stefan Roese | 2006-10-10 | -1/+3 |
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
* | Coding style cleanup | Wolfgang Denk | 2006-10-09 | -1/+1 |
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -7/+10 |
* | Scheduled for removal: strnicmp() which is unused | Wolfgang Denk | 2006-05-03 | -1/+1 |
* | Fix loop end test in lib_generic/string.c:strswab() | Wolfgang Denk | 2005-10-04 | -1/+1 |
* | Fix strswab() to reliably find end of string | Wolfgang Denk | 2005-09-25 | -5/+6 |
* | * Patch by Pantelis Antoniou, 14 Sep 2004: | wdenk | 2004-10-11 | -0/+19 |
* | Code cleanup; make several boards compile & link. | wdenk | 2004-03-14 | -4/+4 |
* | * Patch by Yuli Barcohen, 4 Mar 2004: | wdenk | 2004-03-14 | -0/+27 |
* | * Patch by Rune Torgersen, 27 Feb 2004: | wdenk | 2004-03-13 | -9/+52 |
* | * Patches by Xianghua Xiao, 15 Oct 2003: | wdenk | 2003-10-15 | -706/+692 |
* | Patch by Yuli Barcohen, 14 Aug 2003: | wdenk | 2003-08-29 | -1/+3314 |
* | * Make Ethernet autonegotiation on INCA-IP work for all clock rates; | wdenk | 2003-08-17 | -1/+0 |