aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Coding STyle cleanup.Wolfgang Denk1-34/+34
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk230-13133/+61692
2008-02-14sh: Fix register address of SH7722Nobuhiro Iwamatsu1-6/+6
2008-02-14only update version header as neededMike Frysinger1-1/+2
2008-02-14Do not specify a CROSS_COMPILE default when executing sizeMike Frysinger1-1/+1
2008-02-14Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski1-2/+2
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi3-2/+9
2008-02-14TQM834x: clean up configurationWolfgang Denk1-22/+5
2008-02-14TFTP: fix search of ':' in BootFileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-14Coding style cleanup; update CHANGELOG.Wolfgang Denk2-5/+501
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk19-23/+24
2008-02-14ARM: make the machid configurable via the environmentUwe Kleine-König1-1/+9
2008-02-14Use #ifdef CONFIG_FSLDMAFECVlad Lungu1-0/+6
2008-02-14common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi1-22/+9
2008-02-14OneNAND Initial Program Loader (IPL) supportKyungmin Park11-2/+698
2008-02-14Fix CONFIG_MMC usage in fat codeAndy Fleming1-1/+1
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski7-203/+73
2008-02-14NFS Timeout with large files.Hiroshi Ito1-1/+6
2008-02-14Add dependencies to avoid race conditions with parallel make.Johannes Stezenbach1-3/+3
2008-02-14Mark board_init_[fr] as noreturnMike Frysinger1-2/+2
2008-02-14Only use TEXT_BASE if defined by the boardMike Frysinger1-2/+8
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD14-36/+26
2008-02-14Add *~ to .gitignoreNiklaus Giger1-0/+1
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala4-8/+2
2008-02-14Fix incorrect address test in AT91F_DataflashSelect().Stelian Pop1-1/+1
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk3-5/+7
2008-02-12Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk3-5/+7
2008-02-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk4-18/+23
2008-02-12Get rid of "#undef DEBUG" from board config files.Wolfgang Denk36-61/+0
2008-02-12Remove #undef DEBUG from MPC83xx board header filesTimur Tabi6-12/+0
2008-02-12QE: Move FDT support into a common fileKumar Gala6-64/+99
2008-02-07ADS5121e: DDR2 init/timing update.Grzegorz Bernacki2-22/+27
2008-02-07Device tree updatesJohn Rigby2-5/+6
2008-02-07Change IPS freq to 66MHzJohn Rigby1-1/+1
2008-02-07xsengine: rename board_post_init to board_late_initJean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-02-07Add attribute POST_PREREL to ECC memory POSTLarry Johnson1-2/+2
2008-02-04new command for displaying strings at specified memory locationsMike Frysinger2-0/+50
2008-02-04rewrite/cleanup Blackfin RTC driverMike Frysinger3-158/+118
2008-02-04generate u-boot.ldr for Blackfin targetsMike Frysinger4-0/+22
2008-02-04scrub unused symbolsMike Frysinger3-19/+0
2008-02-04move Blackfin cpu object list to respective cpu directoriesMike Frysinger4-18/+6
2008-02-04interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger2-0/+164
2008-02-04add support for memory commands with Blackfin L1 instruction memoryMike Frysinger1-3/+48
2008-02-04use C code rather than inline assemblyMike Frysinger1-11/+8
2008-02-04add Blackfin-specific reginfo commandMike Frysinger1-4/+41
2008-02-04add support for Blackfin symbol prefixes to examplesMike Frysinger3-2/+4
2008-02-04add Blackfin-specific bdinfo commandMike Frysinger1-0/+31
2008-02-04move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__Mike Frysinger4-4/+5
2008-02-04unify the Blackfin board targetsMike Frysinger1-11/+10