summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk7-197/+635
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-146/+0
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk3-24/+44
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk8-0/+969
2012-04-29Merge branch 'marex@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+1
2012-04-25powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSRTimur Tabi1-2/+6
2012-04-25powerpc/corenet_ds: Slave core in holdoff when boot from SRIOLiu Gang3-0/+131
2012-04-25powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang1-0/+17
2012-04-25powerpc/corenet_ds: Slave uploads ucode when boot from SRIOLiu Gang1-4/+21
2012-04-25powerpc/corenet_ds: Master module for boot from SRIOLiu Gang4-2/+119
2012-04-25powerpc/srio: Rewrite the struct ccsr_rioLiu Gang2-160/+270
2012-04-25powerpc/85xx:Fix lds for nand boot debug infoPrabhakar Kushwaha1-2/+2
2012-04-25powerpc/85xx:Avoid vector table compilation for nand_splPrabhakar Kushwaha1-0/+6
2012-04-25powerpc/85xx:Fix IVORs addr after vector table relocationPrabhakar Kushwaha1-0/+33
2012-04-25powerpc/85xx:Avoid hardcoded vector address for IVORsPrabhakar Kushwaha1-31/+34
2012-04-24i2c: Add support for designware i2c controllerVipin KUMAR1-146/+0
2012-04-24sandbox: Use the new run_command()Simon Glass1-6/+0
2012-04-24arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren1-0/+1
2012-04-24arm: fix bootm with device treeStephen Warren1-1/+10
2012-04-22Blackfin: move gd/bd to bss by defaultMike Frysinger2-23/+43
2012-04-22Blackfin: gd_t: relocate volatile markingsMike Frysinger1-1/+1
2012-04-22nds32/ag102: add ag102 soc supportMacpaul Lin5-0/+804
2012-04-22nds32/ag102: add header support of ag102 socMacpaul Lin3-0/+165
2012-04-20CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZEMarek Vasut1-1/+1
2012-04-17Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk1-1/+0
2012-04-17ARM926EJS: Fix cache.c to comply with checkpatch.plMarek Vasut1-9/+8
2012-04-17ARM926EJS: Make asm routines volatile in cache opsMarek Vasut1-1/+1
2012-04-16ARM1136: MX35: Make asm routines volatile in cache opsStefano Babic1-10/+12
2012-04-16ARM: add u-boot.imx as target for i.MX SOCsStefano Babic1-0/+3
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut2-1/+9
2012-04-16imx: Remove unneeded/repititive definitions from imx headersVikram Narayanan3-6/+0
2012-04-16ARM: 926ejs: use debug() for misaligned addressesStefano Babic1-1/+1
2012-04-16ARM1136: add cache flush and invalidate operationsAnatolij Gustschin1-0/+95
2012-04-16i.MX6: implement enable_caches()Eric Nelson1-0/+8
2012-04-16i.MX6: define CACHELINE_SIZEEric Nelson1-0/+2
2012-04-09Merge branch 'marek.vasut@gmail.com' of git://git.denx.de/u-boot-stagingWolfgang Denk3-9/+26
2012-04-09Merge branch 'master' of git://git.denx.de/u-boot-niosWolfgang Denk2-0/+31
2012-04-02MIPS: fix endianess handlingDaniel Schwierzeck1-6/+15
2012-04-02MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck1-1/+5
2012-04-02MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck1-2/+6
2012-03-31BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut1-0/+30
2012-03-30Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk83-1861/+2820
2012-03-30arm: Use common .lds file where possibleSimon Glass13-1071/+0
2012-03-30arm: add a common .lds link scriptSimon Glass1-0/+94
2012-03-30arm: Remove unneeded setting of LDCSRIPTSimon Glass1-7/+0
2012-03-29arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warningsAnatolij Gustschin1-3/+1
2012-03-29sdrc.c: Fix typo in do_sdrc_init() for SPLTom Rini1-1/+1
2012-03-29tegra: i2c: Add I2C driverYen Lin1-0/+157
2012-03-29tegra: fdt: i2c: Add extra I2C bindings for U-BootSimon Glass1-1/+9
2012-03-29tegra: Enhance clock support to handle 16-bit clock divisorsSimon Glass2-24/+49