summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2012-04-30-197/+635
|\
| * powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSRTimur Tabi2012-04-24-2/+6
| * powerpc/corenet_ds: Slave core in holdoff when boot from SRIOLiu Gang2012-04-24-0/+131
| * powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-24-0/+17
| * powerpc/corenet_ds: Slave uploads ucode when boot from SRIOLiu Gang2012-04-24-4/+21
| * powerpc/corenet_ds: Master module for boot from SRIOLiu Gang2012-04-24-2/+119
| * powerpc/srio: Rewrite the struct ccsr_rioLiu Gang2012-04-24-160/+270
| * powerpc/85xx:Fix lds for nand boot debug infoPrabhakar Kushwaha2012-04-24-2/+2
| * powerpc/85xx:Avoid vector table compilation for nand_splPrabhakar Kushwaha2012-04-24-0/+6
| * powerpc/85xx:Fix IVORs addr after vector table relocationPrabhakar Kushwaha2012-04-24-0/+33
| * powerpc/85xx:Avoid hardcoded vector address for IVORsPrabhakar Kushwaha2012-04-24-31/+34
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2012-04-30-146/+0
|\ \
| * | i2c: Add support for designware i2c controllerVipin KUMAR2012-04-24-146/+0
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2012-04-30-24/+44
|\ \
| * | Blackfin: move gd/bd to bss by defaultMike Frysinger2012-04-22-23/+43
| * | Blackfin: gd_t: relocate volatile markingsMike Frysinger2012-04-22-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk2012-04-30-0/+969
|\ \ \
| * | | nds32/ag102: add ag102 soc supportMacpaul Lin2012-04-22-0/+804
| * | | nds32/ag102: add header support of ag102 socMacpaul Lin2012-04-22-0/+165
| |/ /
* | | Merge branch 'marex@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-29-1/+1
|\ \ \ | |_|/ |/| |
| * | CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZEMarek Vasut2012-04-19-1/+1
| |/
* | sandbox: Use the new run_command()Simon Glass2012-04-23-6/+0
* | arm: restore fdt_fixup_ethernet call to do_bootm_linuxStephen Warren2012-04-23-0/+1
* | arm: fix bootm with device treeStephen Warren2012-04-23-1/+10
|/
* Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk2012-04-16-1/+0
* ARM926EJS: Fix cache.c to comply with checkpatch.plMarek Vasut2012-04-16-9/+8
* ARM926EJS: Make asm routines volatile in cache opsMarek Vasut2012-04-16-1/+1
* ARM1136: MX35: Make asm routines volatile in cache opsStefano Babic2012-04-16-10/+12
* ARM: add u-boot.imx as target for i.MX SOCsStefano Babic2012-04-16-0/+3
* DMA: Split the APBH DMA init into block and channel initMarek Vasut2012-04-16-1/+9
* imx: Remove unneeded/repititive definitions from imx headersVikram Narayanan2012-04-16-6/+0
* ARM: 926ejs: use debug() for misaligned addressesStefano Babic2012-04-16-1/+1
* ARM1136: add cache flush and invalidate operationsAnatolij Gustschin2012-04-16-0/+95
* i.MX6: implement enable_caches()Eric Nelson2012-04-16-0/+8
* i.MX6: define CACHELINE_SIZEEric Nelson2012-04-16-0/+2
* Merge branch 'marek.vasut@gmail.com' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-09-9/+26
|\
| * MIPS: fix endianess handlingDaniel Schwierzeck2012-04-02-6/+15
| * MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck2012-04-02-1/+5
| * MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck2012-04-02-2/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-niosWolfgang Denk2012-04-09-0/+31
|\ \ | |/ |/|
| * nios2: implement get_ticks and get_tbclkAlex Hornung2012-02-23-0/+21
| * nios2: add flush_dcache_range functionStefan Kristiansson2012-02-23-0/+10
* | BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-30-0/+30
* | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-03-30-1861/+2820
|\ \
| * | arm: Use common .lds file where possibleSimon Glass2012-03-30-1071/+0
| * | arm: add a common .lds link scriptSimon Glass2012-03-30-0/+94
| * | arm: Remove unneeded setting of LDCSRIPTSimon Glass2012-03-30-7/+0
| * | arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warningsAnatolij Gustschin2012-03-29-3/+1
| * | sdrc.c: Fix typo in do_sdrc_init() for SPLTom Rini2012-03-29-1/+1
| * | tegra: i2c: Add I2C driverYen Lin2012-03-29-0/+157