summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-27-2/+0
|\
| * MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2012-11-25-2/+0
* | mmc: Properly determine maximum supported bus widthAndy Fleming2012-11-27-12/+35
* | mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt2012-11-27-5/+4
* | mmc: tegra: use bounce buffer APIsStephen Warren2012-11-27-23/+44
* | common: rework bouncebuf implementationStephen Warren2012-11-27-66/+72
* | bouncebuf: remove dummy implementationStephen Warren2012-11-27-14/+0
* | Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configsStephen Warren2012-11-27-4/+4
* | mmc: add no simultaenous power and vddMela Custodio2012-11-27-0/+4
* | mmc: at91sam9x5: support to save environment in mmcWu, Josh2012-11-27-3/+17
* | mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt2012-11-27-7/+9
* | EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2012-11-27-0/+94
* | Remove obsolete header filePantelis Antoniou2012-11-27-2/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2012-11-26-457/+980
|\ \
| * | nand: Add torture featureBenoît Thébaudeau2012-11-26-0/+166
| * | nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau2012-11-26-2/+2
| * | nand: Clean up nand_utilBenoît Thébaudeau2012-11-26-32/+32
| * | nand: Move the sub-page read support enable to a flagJoe Hershberger2012-11-26-5/+11
| * | driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha2012-11-26-1/+61
| * | README: Reference nand monitor commands in U-Boot READMEKarl O. Pinc2012-11-26-0/+1
| * | nand/fsl: add NAND_NO_SUBPAGE_WRITE to eLBC and IFC driversScott Wood2012-11-26-2/+2
| * | powerpc/mpc85xx/p2020rdb-pca: Use L2 SRAM for SPL bootScott Wood2012-11-26-39/+54
| * | powerpc/mpc85xx/p1_p2_rdb_pc: clean up memory mapScott Wood2012-11-26-14/+10
| * | powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new splScott Wood2012-11-26-300/+28
| * | spl/nand: config symbol documentationScott Wood2012-11-26-6/+183
| * | spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.Scott Wood2012-11-26-8/+74
| * | powerpc/mpc85xx/p1_p2_rdb_pc: new SPL supportScott Wood2012-11-26-5/+160
| * | spl/85xx: new SPL supportScott Wood2012-11-26-10/+99
| * | spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood2012-11-26-15/+73
| * | powerpc/mpc85xx: consistently use COBJS-yScott Wood2012-11-26-9/+10
| * | spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood2012-11-26-28/+28
| * | spl: include resetvec and lib8xxxScott Wood2012-11-26-0/+21
| * | spl/mpc85xx: move udelay to cpu codeScott Wood2012-11-26-55/+20
| * | powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2012-11-26-8/+8
| * | powerpc/mpc85xx: fix TLB alignmentScott Wood2012-11-26-4/+4
| * | powerpc: change .fixup test to a GCC version testScott Wood2012-11-26-6/+15
| * | spl: introduce CONFIG_SPL_TARGETScott Wood2012-11-26-0/+6
| * | spl: rename u-boot-pad.bin to u-boot-with-spl.binScott Wood2012-11-26-4/+4
| * | Add u-boot-pad.bin target to the MakefileJosé Miguel Gonçalves2012-11-26-5/+6
| * | powerpc/mpc85xx: add comma before "already enabled"Scott Wood2012-11-26-1/+1
| * | powerpc/mpc85xx: move debug tlb entry after TLB is in known stateScott Wood2012-11-26-44/+40
| * | serial/ns16550: wait for TEMT before initializingScott Wood2012-11-26-0/+3
| * | serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood2012-11-26-0/+4
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2012-11-20-28/+461
|\ \
| * \ Merge branch 'next'Gerald Van Baren2012-11-19-28/+461
| |\ \ | | |/ | |/|
| | * fdt: Remove fdtdec_find_alias_node() functionSimon Glass2012-11-12-23/+1
| | * fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass2012-11-12-0/+16
| | * fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-12-0/+150
| | * fdt: Allow device tree to specify secure bootingDoug Anderson2012-11-12-0/+62
| | * fdt: Tell the FDT library where the device tree isGabe Black2012-11-12-0/+8