summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt2016-07-222-15/+12
* armv7: simplify identify_nand_chipLadislav Michl2016-07-221-24/+11
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-222-58/+91
* armv7: make gpmc_cfg constLadislav Michl2016-07-223-9/+6
* armv7: add reset timeout to identify_nand_chipLadislav Michl2016-07-222-19/+15
* spl: zImage support in Falcon modeLadislav Michl2016-07-223-32/+42
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-07-224-18/+3
|\
| * ARM64: zynqmp: Remove get_uart_clk()Michal Simek2016-07-222-17/+0
| * ARM64: zynqmp: Enable CLK and SPL_CLK by defaultMichal Simek2016-07-221-0/+2
| * spl: Fix compilation warnings for arm64Michal Simek2016-07-221-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-07-2114-25/+886
|\ \ | |/ |/|
| * ARM: tegra: pick up actual memory sizeStephen Warren2016-07-214-12/+110
| * ARM: Add save_boot_params for ARMv8Stephen Warren2016-07-211-0/+9
| * ARM: tegra: add IVC protocol implementationStephen Warren2016-07-214-0/+742
| * ARM: tegra: unify Tegra186 Makefile a bitStephen Warren2016-07-212-9/+6
| * ARM: tegra: split p2771-0000 buildStephen Warren2016-07-214-3/+18
| * ARM: tegra: fix Tegra186 DT GPIO binding headerStephen Warren2016-07-211-1/+1
* | Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"Tom Rini2016-07-212-5/+0
|/
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-1927-583/+994
|\
| * ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-197-64/+159
| * ARMv8/Layerscape: switch SMP method accordinglyHou Zhiqiang2016-07-192-3/+46
| * ARMv8/layerscape: Add FSL PPA supportHou Zhiqiang2016-07-194-0/+69
| * ARMv8: add the secure monitor firmware frameworkHou Zhiqiang2016-07-194-0/+342
| * armv8: fsl-layerscape: add i/d-cache enable function to enable_cachesHou Zhiqiang2016-07-191-4/+10
| * armv8: layerscape: Convert to use common MMU frameworkYork Sun2016-07-192-432/+238
| * armv8: mmu: Add support of non-identical mappingYork Sun2016-07-1510-44/+68
| * armv8: mmu: split block if necessaryYork Sun2016-07-151-32/+38
| * armv8: mmu: house cleaningYork Sun2016-07-152-5/+10
| * armv8: Add tlb_allocated to arch global dataYork Sun2016-07-151-0/+1
| * armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-152-10/+24
* | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-168-8/+8
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-1531-279/+516
|\ \
| * | ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.SChen-Yu Tsai2016-07-152-2/+1
| * | ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai2016-07-155-22/+24
| * | ARM: PSCI: Add helper functions to access per-CPU target PC storageChen-Yu Tsai2016-07-153-1/+44
| * | ARM: Add secure section for initialized dataChen-Yu Tsai2016-07-153-4/+10
| * | ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai2016-07-153-2/+4
| * | ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure sectionChen-Yu Tsai2016-07-151-0/+11
| * | ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai2016-07-154-11/+0
| * | ARM: PSCI: Allocate PSCI stack in secure stack sectionChen-Yu Tsai2016-07-151-11/+21
| * | ARM: Add an empty secure stack sectionChen-Yu Tsai2016-07-154-9/+31
| * | ARM: Page align secure section only when it is executed in situChen-Yu Tsai2016-07-151-5/+9
| * | sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai2016-07-153-54/+6
| * | ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai2016-07-156-45/+25
| * | sunxi: Add defconfig and dts file for the Orange Pi Lite SBCHans de Goede2016-07-152-0/+179
| * | sunxi: Sync sun8i-h3-orangepi-plus.dts with upstreamHans de Goede2016-07-152-100/+37
| * | sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede2016-07-152-24/+11
| * | net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar2016-07-157-2/+101
| * | sunxi: FEL - Add the ability to recognize and auto-import uEnv-style dataBernhard Nortmann2016-07-151-1/+8
| * | sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-152-0/+8
| |/