summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-07-30kconfig: switch to KconfigMasahiro Yamada4-15/+15
2014-07-30kconfig: add basic Kconfig filesMasahiro Yamada1-0/+66
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada26-0/+2883
2014-07-29Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini64-692/+3167
2014-07-29Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini1-2/+2
2014-07-28Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini13-663/+163
2014-07-28ARM: HYP/non-sec: remove MIDR check to validate CBARMarc Zyngier1-17/+0
2014-07-28ARM: HYP/non-sec/PSCI: emit DT nodesMarc Zyngier4-2/+112
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2-2/+2
2014-07-28ARM: HYP/non-sec: add the option for a second-stage monitorMarc Zyngier1-2/+11
2014-07-28ARM: HYP/non-sec: add generic ARMv7 PSCI codeMarc Zyngier3-0/+141
2014-07-28ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier5-140/+138
2014-07-28ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier3-1/+33
2014-07-28ARM: add missing HYP mode constantMarc Zyngier2-1/+3
2014-07-28ARM: non-sec: reset CNTVOFF to zeroMarc Zyngier1-1/+8
2014-07-28ARM: HYP/non-sec: add a barrier after setting SCR.NS==1Marc Zyngier1-0/+1
2014-07-28ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier1-3/+6
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD29-521/+813
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD8-2/+1712
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD11-7/+194
2014-07-26Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD1-2/+2
2014-07-26ARM: omap: clean redundant PISMO_xx macros used in OMAP3pekon gupta4-23/+2
2014-07-26ARM: omap: fix GPMC address-map size for NAND and NOR devicespekon gupta1-2/+7
2014-07-26ARM: OMAP: Fix handling of errata i727Rajendra Nayak2-1/+10
2014-07-26board: k2e-evm: add board supportHao Zhang1-0/+1
2014-07-26ARM: keystone2: spl: add K2E SoC supportKhoronzhuk, Ivan1-0/+8
2014-07-26ARM: keystone2: add MSMC cache coherency support for K2E SOCHao Zhang4-8/+26
2014-07-26ARM: keystone2: clock: add K2E clock supportHao Zhang6-5/+202
2014-07-26ARM: keystone2: add K2E SoC hardware definitionsHao Zhang3-44/+105
2014-07-26ARM: keystone: clock: move K2HK SoC dependent code in separate fileKhoronzhuk, Ivan5-145/+166
2014-07-26k2hk: use common KS2_ prefix for all hardware definitionsKhoronzhuk, Ivan9-130/+120
2014-07-26keystone2: add possibility to turn off all dspsHao Zhang4-2/+83
2014-07-26keystone2: move cpu_to_bus() to keystone.cHao Zhang2-0/+29
2014-07-26ARM: keystone2: keystone_nav: make it dependent on keystone driverKhoronzhuk, Ivan1-1/+1
2014-07-26keystone2: ddr: add DDR3 PHY configs updated for PG 2.0Hao Zhang3-0/+22
2014-07-26keystone: ddr3: add ddr3.h to hold ddr3 APIKhoronzhuk, Ivan3-42/+58
2014-07-26ARM: keystone2: psc: use common PSC baseKhoronzhuk, Ivan3-24/+22
2014-07-26ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.cStefan Roese1-139/+0
2014-07-26ARM: omap: Fix GPMC init for OMAP3 platformsStefan Roese1-1/+1
2014-07-26am335x_evm / gumstix pepper: Correct DDR settingsTom Rini1-4/+0
2014-07-25Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini3-160/+4
2014-07-25ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARDDirk Eibach1-2/+2
2014-07-24arm: rmobile: Add support R8A7794Nobuhiro Iwamatsu8-2/+1712
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada3-160/+4
2014-07-23ARM: zynq: Show ECC status on the same line as DRAM sizeMichal Simek1-2/+2
2014-07-23sandbox: Remove all drivers before exitSimon Glass1-0/+4
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass4-15/+15
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-4/+0
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass1-0/+3
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass2-1/+5