aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2011-11-16dlvision-10g.c: Fix GCC 4.6 build warningsStefan Roese1-2/+0
2011-11-16board/esd/cpci750/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk1-314/+193
2011-11-16board/esd/cpci750/cpci750.c: Fix error handlingWolfgang Denk1-2/+2
2011-11-16board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk1-7/+18
2011-11-16board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk1-124/+132
2011-11-16board/evb64260/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk1-2/+5
2011-11-16board/evb64260/eth.c: Fix GCC 4.6 build warningWolfgang Denk1-18/+19
2011-11-16board/evb64260/evb64260.c: Fix GC 4.6 build warningWolfgang Denk1-1/+2
2011-11-16board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk1-2/+1
2011-11-16board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk1-26/+22
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-1/+3
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk34-1183/+2815
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk18-53/+176
2011-11-15font: split font data from video_font.hChe-Liang Chiou1-1/+3
2011-11-15omap4/5: Add support for booting with CH.Sricharan2-16/+17
2011-11-15omap5: Add minimal support for omap5430.Sricharan9-7/+584
2011-11-15PXA: vpac270: Enable the new generic MMC driverMarek Vasut1-0/+9
2011-11-15PXA: Drop csb226 and innokom boards (unmaintained)Marek Vasut6-1231/+0
2011-11-11powerpc/85xx: Fix builds of P1020/P2020RDB-PC_36BIT_NANDKumar Gala1-4/+6
2011-11-11board/sbc8560/sbc8560.c: Fix GCC 4.6 build warningKumar Gala1-2/+1
2011-11-11board/sbc8548/sbc8548.c: Fix GCC 4.6 build warningKumar Gala1-2/+0
2011-11-11board/freescale/mpc8569mds/mpc8569mds.c: Fix GCC 4.6 build warningKumar Gala1-2/+0
2011-11-11board/freescale/mpc8568mds/mpc8568mds.c: Fix GCC 4.6 build warningKumar Gala1-2/+1
2011-11-11board/freescale/mpc8548cds/mpc8548cds.c: Fix GCC 4.6 build warningKumar Gala1-4/+0
2011-11-11board/freescale/common/pixis.c: Fix GCC 4.6 build warningKumar Gala1-3/+1
2011-11-11board/freescale/common/cds_pci_ft.c: Fix GCC 4.6 build warningKumar Gala1-2/+1
2011-11-11powerpc/mpc85xx: Set SYSCLK to the required frequencyJerry Huang3-1/+99
2011-11-11qong: Use generic function for configuring GPR registerFabio Estevam1-1/+1
2011-11-11M28EVK: Enable USB HOST supportMarek Vasut1-0/+7
2011-11-11M28: Add memory detection into SPLMarek Vasut3-3/+49
2011-11-11iMX28: Fix ARM vector handlingMarek Vasut1-213/+51
2011-11-11M28: Add MMC SPLMarek Vasut8-0/+1945
2011-11-11iMX28: Add support for DENX M28EVK boardMarek Vasut2-0/+238
2011-11-11MX25: zmx25: GCC4.6 fix build warningsStefano Babic1-2/+0
2011-11-10integrator: enable Vpp and disable flash protectionLinus Walleij1-0/+20
2011-11-10integrator: add system controller headerLinus Walleij1-0/+91
2011-11-10integrator: make flash writeable on bootLinus Walleij2-0/+77
2011-11-10integrator: use io-accessors for board initLinus Walleij1-4/+5
2011-11-10integrator: move text offset to configLinus Walleij1-5/+0
2011-11-10adp-ag101p: Add SoC and board support of ag101pMacpaul Lin2-0/+133
2011-11-08ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)1-3/+0
2011-11-08integrator: do not test first part of the memoryLinus Walleij1-4/+15
2011-11-08ARM: define CONFIG_MACH_TYPE for all ronetix boardsAsen Dimov3-8/+0
2011-11-08powerpc/85xx: Fix MPC8572DS NAND buildKumar Gala1-0/+2
2011-11-08powerpc/85xx: Make inclusion of USB device fixup conditionalRamneek Mehresh3-0/+7
2011-11-08powerpc/mpc8548cds: Fix network initializationchenhui zhao1-7/+58
2011-11-08powerpc/QorIQ: fix network frame manager TBI PHY address settingsRoy Zang3-24/+0
2011-11-08dm646x: pass board revision info to kernelManjunath Hadli1-0/+20
2011-11-08Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk10-127/+208
2011-11-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk45-130/+3225