summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-09-2294-117/+1873
|\
| * Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-213-0/+78
| |\
| | * ARM: keystone: ddr3: workaround for ddr3a/3b memory issueMurali Karicheri2014-09-173-0/+78
| * | ARM: atmel: add pcr related definitionBo Shen2014-09-192-1/+2
| * | ARM: atmel: use pcr to enable or disable peripheral clockBo Shen2014-09-193-4/+25
| * | ARM: atmel: sama5d3: add timings registerBo Shen2014-09-191-1/+2
| * | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-1711-165/+313
| |\ \ | | |/
| | * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-1711-165/+313
| | |\
| * | | Revert "ARM: SPL: do not set gd again"Tom Rini2014-09-161-0/+3
| * | | kconfig: armv8: move CONFIG_ARM64 to KconfigMasahiro Yamada2014-09-162-0/+14
| * | | vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMIMasahiro Yamada2014-09-161-3/+0
| * | | kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-1344-67/+0
| * | | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada2014-09-131-0/+56
| * | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-1322-16/+309
| |\ \ \
| | * | | tegra: dts: Add serial port detailsSimon Glass2014-09-1020-10/+290
| | * | | sandbox: dts: Add a serial console nodeSimon Glass2014-09-101-0/+10
| | * | | tegra: Convert tegra GPIO driver to use driver modelSimon Glass2014-09-101-6/+9
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-1227-70/+417
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-09-101-0/+4
| |\ \ \
| | * | | microblaze: Fix printf size_t format related warnings (again...)Vasili Galka2014-09-091-0/+4
| * | | | video: dcu: Add DCU driver supportWang Huan2014-09-081-0/+4
| * | | | arm: ls102xa: Add basic support for LS1021ATWR boardWang Huan2014-09-081-0/+4
| * | | | arm: ls102xa: Add basic support for LS1021AQDS boardWang Huan2014-09-081-0/+4
| * | | | net: Merge asm/fsl_enet.h into fsl_mdio.hClaudiu Manoil2014-09-081-24/+0
| * | | | arm: ls102xa: Add Freescale LS102xA SoC supportWang Huan2014-09-0815-1/+1368
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-09-164-8/+41
|\ \ \ \ | | |/ / | |/| |
| * | | arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau2014-09-111-1/+2
| * | | arm: Make reset position-independentBenoît Thébaudeau2014-09-111-2/+1
| * | | eabi_compat: add __aeabi_memcpy __aeabi_memsetJeroen Hofstee2014-09-091-2/+13
| * | | ARM: make gd a function for clangJeroen Hofstee2014-09-091-0/+25
| * | | ARM: SPL: do not set gd againJeroen Hofstee2014-09-091-3/+0
* | | | arm: mx35: use common timer functionsAndrew Ruder2014-09-162-83/+12
* | | | arm: mx31: use common timer functionsAndrew Ruder2014-09-162-102/+12
| |_|/ |/| |
* | | imx: Fix build of mx6sxsabresdStefano Babic2014-09-111-1/+1
* | | pcie_imx: Add mx6solox supportFabio Estevam2014-09-092-4/+22
* | | mx6: imx-regs: Provide a structure for GPC registersFabio Estevam2014-09-091-0/+13
* | | mx6qsabreauto: Remove imx6q-sabreauto.dtsFabio Estevam2014-09-092-14/+0
* | | mx6: Fix ECSPI typo in soc_boot_modesNikolay Dimitrov2014-09-091-4/+4
* | | iMX6: Disable the L2 before chaning the PL310 latencyYe.Li2014-09-091-0/+3
* | | arm: mx6: add support for Compulab cm-fx6 CoMNikita Kiryanov2014-09-091-0/+4
* | | arm: mx6: add get_cpu_type()Nikita Kiryanov2014-09-091-2/+3
* | | arm: mx6: ddr: fix cs0_end calculationNikita Kiryanov2014-09-091-3/+1
* | | arm: mx6: ddr: configure MMDC for slow_pdNikita Kiryanov2014-09-091-0/+1
* | | arm: mx6: ddr: do not write into reserved bitNikita Kiryanov2014-09-091-1/+1
* | | arm: mx6: ddr: cleanupNikita Kiryanov2014-09-091-141/+137
* | | i2c: imx: add macros to setup pads for multiple SoC typesNikita Kiryanov2014-09-091-0/+33
* | | mx6: add clock enabling functionsNikita Kiryanov2014-09-092-0/+95
|/ /
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-0918-28/+258
|\ \
| * | ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chipAjay Kumar2014-09-051-0/+30
| * | exynos5420: add callbacks needed for exynos_fb driverAjay Kumar2014-09-051-0/+3
OpenPOWER on IntegriCloud