summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-22armv7: simplify identify_nand_chipLadislav Michl1-24/+11
2016-07-22armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2-58/+91
2016-07-22armv7: make gpmc_cfg constLadislav Michl3-9/+6
2016-07-22armv7: add reset timeout to identify_nand_chipLadislav Michl2-19/+15
2016-07-22spl: zImage support in Falcon modeLadislav Michl3-32/+42
2016-07-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini4-18/+3
2016-07-22ARM64: zynqmp: Remove get_uart_clk()Michal Simek2-17/+0
2016-07-22ARM64: zynqmp: Enable CLK and SPL_CLK by defaultMichal Simek1-0/+2
2016-07-22spl: Fix compilation warnings for arm64Michal Simek1-1/+1
2016-07-22Merge git://git.denx.de/u-boot-mpc85xxTom Rini5-7/+66
2016-07-22Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini14-25/+886
2016-07-21Revert "stm32: Change USART port to USART6 for stm32f746 discovery board"Tom Rini2-5/+0
2016-07-21powerpc/mpc85xx: T104x: Add nand secure boot targetSumit Garg3-6/+20
2016-07-21powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPLSumit Garg3-1/+46
2016-07-21ARM: tegra: pick up actual memory sizeStephen Warren4-12/+110
2016-07-21ARM: Add save_boot_params for ARMv8Stephen Warren1-0/+9
2016-07-21ARM: tegra: add IVC protocol implementationStephen Warren4-0/+742
2016-07-21ARM: tegra: unify Tegra186 Makefile a bitStephen Warren2-9/+6
2016-07-21ARM: tegra: split p2771-0000 buildStephen Warren4-3/+18
2016-07-21ARM: tegra: fix Tegra186 DT GPIO binding headerStephen Warren1-1/+1
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini27-583/+994
2016-07-19ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang7-64/+159
2016-07-19ARMv8/Layerscape: switch SMP method accordinglyHou Zhiqiang2-3/+46
2016-07-19ARMv8/layerscape: Add FSL PPA supportHou Zhiqiang4-0/+69
2016-07-19ARMv8: add the secure monitor firmware frameworkHou Zhiqiang4-0/+342
2016-07-19armv8: fsl-layerscape: add i/d-cache enable function to enable_cachesHou Zhiqiang1-4/+10
2016-07-19armv8: layerscape: Convert to use common MMU frameworkYork Sun2-432/+238
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day11-11/+11
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun10-44/+68
2016-07-15armv8: mmu: split block if necessaryYork Sun1-32/+38
2016-07-15armv8: mmu: house cleaningYork Sun2-5/+10
2016-07-15armv8: Add tlb_allocated to arch global dataYork Sun1-0/+1
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun2-10/+24
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini31-279/+516
2016-07-15ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.SChen-Yu Tsai2-2/+1
2016-07-15ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai5-22/+24
2016-07-15ARM: PSCI: Add helper functions to access per-CPU target PC storageChen-Yu Tsai3-1/+44
2016-07-15ARM: Add secure section for initialized dataChen-Yu Tsai3-4/+10
2016-07-15ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai3-2/+4
2016-07-15ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure sectionChen-Yu Tsai1-0/+11
2016-07-15ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai4-11/+0
2016-07-15ARM: PSCI: Allocate PSCI stack in secure stack sectionChen-Yu Tsai1-11/+21
2016-07-15ARM: Add an empty secure stack sectionChen-Yu Tsai4-9/+31
2016-07-15ARM: Page align secure section only when it is executed in situChen-Yu Tsai1-5/+9
2016-07-15sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai3-54/+6
2016-07-15ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai6-45/+25
2016-07-15sunxi: Add defconfig and dts file for the Orange Pi Lite SBCHans de Goede2-0/+179
2016-07-15sunxi: Sync sun8i-h3-orangepi-plus.dts with upstreamHans de Goede2-100/+37
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede2-24/+11
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini6-11/+10