summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2015-05-25ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70xMasahiro Yamada2-1/+12
2015-05-25ARM: zynq: add separate configuration for ZC702 and ZC706Masahiro Yamada1-2/+12
2015-05-25zynq: Use system timer implementation instead of ourMichal Simek2-83/+1
2015-05-23Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-146/+0
2015-05-20arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.hYork Sun1-146/+0
2015-05-19sunxi: video: Fix lvds panel support for sun6i+Hans de Goede2-0/+15
2015-05-19sunxi: Make DRAM_ODT_EN Kconfig setting a boolHans de Goede5-16/+15
2015-05-19sunxi: Fix dram initialization not working on some a33 devicesHans de Goede1-1/+1
2015-05-19sunxi: add support for UART2 on A23/A33Laurent Itti2-0/+5
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini1-28/+37
2015-05-18exynos: clock: clean up checkpatch issuesMinkyu Kang1-28/+37
2015-05-15arm: mx6: ddr3: Remove dead codeNikolay Dimitrov1-22/+0
2015-05-15mx6: Set shared override bit in PL310 AUX_CTRL registerFabio Estevam2-0/+10
2015-05-15hummingboard: Remove mx6solo specific supportFabio Estevam1-5/+0
2015-05-15imx: dek_blob: Add explicit include for mapmemUlises Cardenas1-0/+1
2015-05-15arm: mx6: Clamp MMDC and DDR3 clocks for timing calculationsNikolay Dimitrov1-7/+23
2015-05-15odroid: dts: add 'voltage-regulators' description to max77686 nodePrzemyslaw Marczak1-0/+253
2015-05-15pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak4-4/+4
2015-05-15i2c: mxc: refactor i2c driver and support dmPeng Fan2-8/+37
2015-05-15imx: mx27 move GPIO_PORTx to gpio.hPeng Fan2-22/+20
2015-05-15arm: Add a prototype for save_boot_params_ret()Simon Glass1-0/+16
2015-05-15arm: Include the .got section in the binarySimon Glass1-1/+2
2015-05-15tpm: Rename Infineon TPM to slb9645ttSimon Glass2-2/+2
2015-05-15sunxi: ohci: Add ohci usb host controller supportHans de Goede2-0/+4
2015-05-14arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini1-0/+2
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini45-222/+1393
2015-05-13ARM: tegra: move NVIDIA common files to arch/arm/mach-tegraMasahiro Yamada4-1/+326
2015-05-13jetson-tk1: Add PSCI configuration options and reserve secure codeIan Campbell1-0/+2
2015-05-13tegra: Boot in non-secure mode by defaultJan Kiszka1-1/+1
2015-05-13ARM: tegra: Enable SMMU when going non-secureThierry Reding2-0/+42
2015-05-13tegra: Set CNTFRQ for secondary CPUsJan Kiszka1-0/+13
2015-05-13tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0Ian Campbell3-0/+21
2015-05-13tegra124: Add PSCI support for Tegra124Jan Kiszka5-0/+174
2015-05-13ARM: Add board-specific initialization hook for PSCIJan Kiszka2-0/+7
2015-05-13tegra: Make tegra_powergate_power_on publicJan Kiszka2-1/+2
2015-05-13virt-dt: Allow reservation of secure region when in a RAM carveoutJan Kiszka3-0/+36
2015-05-13tegra124: Add more registers to struct mc_ctlrIan Campbell1-2/+33
2015-05-13ARM: Put target PC for PSCI CPU_ON on per-CPU stackJan Kiszka2-9/+11
2015-05-13ARM: Factor out reusable psci_get_cpu_stack_topJan Kiszka2-10/+19
2015-05-13ARM: Factor out reusable psci_cpu_entryJan Kiszka2-18/+25
2015-05-13ARM: Factor out reusable psci_cpu_off_commonJan Kiszka2-62/+78
2015-05-13ARM: Factor out common psci_get_cpu_idJan Kiszka2-5/+15
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka7-10/+10
2015-05-13tegra124: video: Add full link training for eDPSimon Glass1-0/+4
2015-05-13tegra: video: support eDP displays on Tegra124 devicesSimon Glass1-0/+58
2015-05-13tegra: dts: nyan-big: Add definitions for eDP displaySimon Glass1-0/+43
2015-05-13tegra: Move display controller header into commonSimon Glass3-12/+55
2015-05-13tegra124: clock: Add display clocks and functionsSimon Glass5-9/+173
2015-05-13tegra: clock: Split the clock source code into a separate functionSimon Glass2-22/+40
2015-05-13tegra: clock: Add checking for invalid clock IDsSimon Glass2-4/+29