aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-13tegra124: dts: Add host1x node to provide display informationSimon Glass1-0/+84
2015-05-13tegra: nyan-big: Add LCD PMIC init and board IDSimon Glass1-0/+4
2015-05-13tegra: Provide a function to allow LCD PMIC setupSimon Glass1-0/+8
2015-05-13tegra: Add a board ID functionSimon Glass1-5/+6
2015-05-13tegra: Move checkboard() into the board codeSimon Glass1-8/+0
2015-05-13tegra: pwm: Allow the clock rate to be left as isSimon Glass2-2/+5
2015-05-13tegra: Move the pwm into tegra-commonSimon Glass6-52/+80
2015-05-12arch: Make board selection choices optionalJoe Hershberger25-0/+26
2015-05-10stv0991: fdt: add stv0991 device treeVikas Manocha2-0/+24
2015-05-10stm32f4: add serial print portkunhuahuang1-0/+32
2015-05-07ARM: socfpga: abolish CONFIG_SOCFPGAMasahiro Yamada2-2/+2
2015-05-07ARM: socfpga: move SoC headers to mach-socfpga/include/machMasahiro Yamada13-0/+0
2015-05-07ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada13-1/+1
2015-05-07ARM: socfpga: move board select into mach-socfpga/KconfigMasahiro Yamada2-11/+31
2015-05-07ARM: socfpga: remove redundant config.mkMasahiro Yamada1-8/+0
2015-05-07ARM: socfpga: do not add board directory to header search pathMasahiro Yamada1-3/+0
2015-05-05Merge git://git.denx.de/u-boot-marvellTom Rini21-51/+143
2015-05-05arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targetsStefan Roese1-2/+0
2015-05-05arm: mvebu: Add Armada A38x DB-88F6820-GP board supportStefan Roese1-0/+6
2015-05-05arm: mvebu: Add d-cache invalidate before enabling the d-cacheStefan Roese1-0/+3
2015-05-05arm: mvebu: Remove coherency configurationStefan Roese1-3/+0
2015-05-05arm: mvebu: Change network init code to allow a more flexible setupStefan Roese1-4/+16
2015-05-05arm: mvebu: Add basic Armada 38x supportStefan Roese3-16/+73
2015-05-05arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common headerStefan Roese1-0/+5
2015-05-05arm: mvebu: Only define MV88F78X60 for Armada XPStefan Roese1-1/+3
2015-05-05arm: mvebu: Remove unreferenced defineStefan Roese1-3/+0
2015-05-05arm: mvebu: Change header macros from ARMADA_XP to MVEBUStefan Roese3-10/+10
2015-05-05arm: mvebu: Move mvebu-common into mach-mvebuStefan Roese12-3/+18
2015-05-05arm: armada-xp: Move SoC headers to mach-mvebu/include/machStefan Roese4-1/+1
2015-05-05arm: armada-xp: Move SoC sources to mach-mvebuStefan Roese6-1/+1
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-10/+111
2015-05-05Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD140-468/+4476
2015-05-04sunxi: usb: Protect phy-init and phy-power-on against multiple callsHans de Goede1-0/+18