summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: OMAP: Fix handling of errata i727Rajendra Nayak2014-07-252-1/+10
| | * | board: k2e-evm: add board supportHao Zhang2014-07-251-0/+1
| | * | ARM: keystone2: spl: add K2E SoC supportKhoronzhuk, Ivan2014-07-251-0/+8
| | * | ARM: keystone2: add MSMC cache coherency support for K2E SOCHao Zhang2014-07-254-8/+26
| | * | ARM: keystone2: clock: add K2E clock supportHao Zhang2014-07-256-5/+202
| | * | ARM: keystone2: add K2E SoC hardware definitionsHao Zhang2014-07-253-44/+105
| | * | ARM: keystone: clock: move K2HK SoC dependent code in separate fileKhoronzhuk, Ivan2014-07-255-145/+166
| | * | k2hk: use common KS2_ prefix for all hardware definitionsKhoronzhuk, Ivan2014-07-259-130/+120
| | * | keystone2: add possibility to turn off all dspsHao Zhang2014-07-254-2/+83
| | * | keystone2: move cpu_to_bus() to keystone.cHao Zhang2014-07-252-0/+29
| | * | ARM: keystone2: keystone_nav: make it dependent on keystone driverKhoronzhuk, Ivan2014-07-251-1/+1
| | * | keystone2: ddr: add DDR3 PHY configs updated for PG 2.0Hao Zhang2014-07-253-0/+22
| | * | keystone: ddr3: add ddr3.h to hold ddr3 APIKhoronzhuk, Ivan2014-07-253-42/+58
| | * | ARM: keystone2: psc: use common PSC baseKhoronzhuk, Ivan2014-07-253-24/+22
| | * | ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.cStefan Roese2014-07-251-139/+0
| | * | ARM: omap: Fix GPMC init for OMAP3 platformsStefan Roese2014-07-251-1/+1
| | * | am335x_evm / gumstix pepper: Correct DDR settingsTom Rini2014-07-251-4/+0
| * | | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-07-288-2/+1712
| |\ \ \
| | * | | arm: rmobile: Add support R8A7794Nobuhiro Iwamatsu2014-07-248-2/+1712
| | |/ /
| * | | Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-2811-7/+194
| |\ \ \
| | * | | sunxi: use setbits_le32 to enable the DMA clockIan Campbell2014-07-181-2/+1
| | * | | sunxi: add gpio driverIan Campbell2014-07-181-0/+2
| | * | | sunxi: Fix reset hang on sun5iHans de Goede2014-07-181-1/+5
| | * | | sunxi: Add i2c supportHans de Goede2014-07-184-0/+31
| | * | | mvtwsi: convert to CONFIG_SYS_I2C frameworkHans de Goede2014-07-161-1/+2
| | * | | sunxi: Avoid unused variable warning.Ian Campbell2014-07-081-1/+3
| | * | | sunxi: Add emac glue, enable emac on the cubieboardHans de Goede2014-07-061-0/+8
| | * | | sunxi: Add sun5i supportHans de Goede2014-07-064-0/+43
| | * | | sunxi: Add sun4i supportHans de Goede2014-07-063-3/+87
| | * | | sunxi: Implement reset_cpuHans de Goede2014-07-062-0/+12
| | * | | sunxi: Fix u-boot-spl.lds to refer to .vectorsHans de Goede2014-07-061-0/+1
| | |/ /
| * | | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-07-261-2/+2
| |\ \ \
| | * | | ARM: zynq: Show ECC status on the same line as DRAM sizeMichal Simek2014-07-231-2/+2
* | | | | Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini2014-07-281-2/+2
|\ \ \ \ \
| * | | | | ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARDDirk Eibach2014-07-251-2/+2
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-07-2813-663/+163
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | mpc85xx/t104x: Enable L2 and CPC cache when resumeTang Yuantian2014-07-223-76/+98
| * | | | powerpc/chassis2: Configure and enable L2 cache for PPC clusters onlyShaveta Leekha2014-07-221-1/+2
| * | | | powerpc/t4240qds: fix offset of serdes when checking reference clockShaohui Xie2014-07-221-0/+6
| * | | | driver/ddr: Fix DDR4 driver for ARMYork Sun2014-07-223-0/+8
| * | | | powerpc/mpc85xx: Removed support for G4060Sandeep Singh2014-07-222-2/+0
| * | | | qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-223-584/+2
| * | | | powerpc/85xx: add fdt_fixup_dma3Shengzhou Liu2014-07-221-0/+47
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-07-253-160/+4
|\ \ \ \
| * | | | sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-243-160/+4
| |/ / /
* | | | sandbox: Remove all drivers before exitSimon Glass2014-07-231-0/+4
* | | | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-234-15/+15
* | | | stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-4/+0
* | | | sandbox: Support pre-relocation malloc()Simon Glass2014-07-231-0/+3
* | | | sandbox: Set up global data before board_init_f()Simon Glass2014-07-232-1/+5
|/ / /
OpenPOWER on IntegriCloud