aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-09-25mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher1-0/+8
2009-09-22Remove deprecated 'autoscr' command/variablesPeter Tyser3-51/+0
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-73/+73
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+1
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar1-8/+2
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar1-2/+1
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk1-19/+20
2009-09-04cmd_mtdparts.c: fix compiler warning in debug codeWolfgang Denk1-1/+1
2009-09-04Add ability for arch code to make changes before we bootKumar Gala1-0/+10
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-0/+15
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-1/+17
2009-08-31Merge branch 'next' of ../nextWolfgang Denk2-3/+71
2009-08-30bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell1-1/+1
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-3/+3
2009-08-25Add md5sum and sha1 commands...Robin Getz1-0/+68
2009-08-09fdt: Fix fdt_pci_dma_ranges handling of 64-bit rangesKumar Gala1-2/+2
2009-08-09hush: Fix bogus free() callPeter Tyser1-1/+1
2009-08-09env: kill off default_environment_sizeMike Frysinger8-22/+1
2009-08-09export SPI functions to standalone appsMike Frysinger1-0/+8
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk1-1/+1
2009-07-28Fix ext2load return codeWolfgang Denk1-36/+38
2009-07-27Less verbose output when loading vxworks 6.x imagesNiklaus Giger1-1/+1
2009-07-27Fix compiler warnings after loff_t changeKyungmin Park1-1/+1
2009-07-25video: move extern declarations from C to headersAlessandro Rubini2-16/+1
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-23Remove static declaration from gunzip_bmp()Mark Jackson1-2/+2
2009-07-23cmd_tsi148: General cleanupPeter Tyser1-41/+44
2009-07-23Re-add support for image type 'Standalone Program'Detlev Zundel1-0/+33
2009-07-23Add error checking for unsupported OS types.Detlev Zundel1-2/+13
2009-07-22Add DNS supportRobin Getz1-0/+49
2009-07-22Refresh LZMA-lib to v4.65Luigi 'Comio' Mantellini1-3/+2
2009-07-20ubi: help message correctionAndrzej Wolski1-2/+2
2009-07-19common: fix 'dummy' is used uninitialized in this function warningKim Phillips1-1/+1
2009-07-19cmd_flash.c: fix fix compile error for boards with DataFlashWolfgang Denk1-1/+3
2009-07-19Add support for the Tundra TSI148 VME-bridgeReinhard Arlt2-0/+489
2009-07-19console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD1-46/+29
2009-07-19Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk8-2617/+18
2009-07-18cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'Wolfgang Denk1-3/+3
2009-07-18Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-3/+3
2009-07-18Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-3/+3
2009-07-18cmd_i2c: bugfix: add missing braceAlessandro Rubini1-3/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD10-75/+75
2009-07-17Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-2/+37
2009-07-17sata: namespace curr_device variableMike Frysinger1-12/+12
2009-07-17cmd_mmc: make curr_device staticMike Frysinger1-1/+1
2009-07-17Added support for splash screen positioningMatthias Weisser1-2/+37
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood7-2600/+0
2009-07-16MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park1-17/+18
2009-07-16Add simple hwconfig infrastructureAnton Vorontsov2-0/+211
2009-07-14Command for accessing serial flash updateTsiChung Liew1-1/+1