summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-102-0/+11
* | | m68k: Remove M5271EVB and idmr board supportMasahiro Yamada2014-03-1013-1293/+9
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-03-0738-52/+2687
|\ \
| * | powerpc/t104xrdb: Update DDR initialization related settingsPriyanka Jain2014-03-074-30/+25
| * | powerpc/t1040qds: Add Video - HDMI supportPriyanka Jain2014-03-075-1/+255
| * | powerpc/mpc85xx: Add SCFG_PIXCLKCR register support for T1040Priyanka Jain2014-03-071-0/+9
| * | powerpc/t2080rdb: Add T2080PCIe-RDB board supportShengzhou Liu2014-03-0716-0/+1777
| * | powerpc/t208xqds: fixup for t208xqdsShengzhou Liu2014-03-072-2/+3
| * | bootstage: powerpc: support fdt stash and reportingMela Custodio2014-03-071-0/+7
| * | powerpc/usb: Workaround for erratum-A006261Suresh Gupta2014-03-075-2/+128
| * | powerpc/b4860: Add workaround for errata A006384 and A006475Shaveta Leekha2014-03-074-2/+220
| * | B4860qds: Set SerDes2 refclk2 at to 156.25MHz for XFI to workShaveta Leekha2014-03-071-4/+3
| * | B4860/B4420: Add PLL_NUM define for B4420/B4860 to use SerDes2 Refclks re-con...Shaveta Leekha2014-03-071-0/+2
| * | 85xx/b4860: Alternate serdes protocols for B4860/B4420poonam aggrwal2014-03-073-0/+36
| * | board/b4860qds: Add support to make PCIe SATA work on B4860QDSShaveta Leekha2014-03-072-9/+113
| * | board/b4860qds: Add support to make Aurora work on B4860QDSShaveta Leekha2014-03-073-4/+111
* | | kbuild: move "checkgcc4" to PowerPC archprepareMasahiro Yamada2014-03-072-10/+10
* | | kbuild: move "checkthumb" to ARM archprepareMasahiro Yamada2014-03-072-9/+11
* | | powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-0742-82/+50
* | | mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2014-03-079-14/+4
* | | kbuild: improve Kbuild speedMasahiro Yamada2014-03-078-31/+44
* | | config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-075-5/+9
* | | kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-0712-94/+15
* | | kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada2014-03-0749-212/+26
* | | cmd_nvedit: Make 'env import -c' require size parameterTom Rini2014-03-071-0/+3
* | | Cosmetic: Typo fixesVasili Galka2014-03-071-3/+3
* | | ppc4xx: Remove 4xx NAND booting supportStefan Roese2014-03-0742-1882/+15
* | | net/phy: Correct AR8021 phy_maskHaijun.Zhang2014-03-071-1/+1
* | | xilinx: delete meaningless .gitignore filesMasahiro Yamada2014-03-076-6/+0
* | | unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-073-5/+22
* | | hush: fix some quoted variable expansion issuesStephen Warren2014-03-072-6/+42
* | | unit-test: clean up evironment after Hush testsStephen Warren2014-03-071-1/+2
* | | net: asix: don't pad odd-length TX packetsStephen Warren2014-03-071-2/+0
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2014-03-0437-802/+321
|\ \
| * | mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2014-03-043-2/+2
| * | mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2014-03-049-8/+6
| * | mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers int...pekon gupta2014-03-0411-196/+59
| * | mtd: nand: omap: remove unused #defines from common omap_gpmc.hpekon gupta2014-03-0419-73/+0
| * | mtd: nand: omap: remove redundant platform specific header: arch-xx/omap_gpmc.hpekon gupta2014-03-044-86/+10
| * | board/ti/am335x/README: update for NAND bootpekon gupta2014-03-031-17/+36
| * | mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemespekon gupta2014-03-031-90/+71
| * | mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemespekon gupta2014-03-031-163/+63
| * | mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemespekon gupta2014-03-032-149/+56
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2014-03-042-21/+4
|\ \
| * | malta: correct tcl script path in README.maltaJames Hogan2014-03-041-1/+1
| * | MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck2014-03-041-20/+3
| |/
* | arc: arcangel4: set board entry <none> to fix a build errorMasahiro Yamada2014-03-042-13/+2
* | kbuild: allow empty board directoriesMasahiro Yamada2014-03-043-3/+7
* | kbuild: tools: fix a bug that always builds Denx logoMasahiro Yamada2014-03-041-2/+2
* | kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada2014-03-042-0/+15
OpenPOWER on IntegriCloud