summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-09-092-4/+7
|\
| * mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam2016-09-061-4/+2
| * arm: imx: Add support for Advantech DMS-BA16 boardAkshay Bhat2016-09-061-0/+5
* | ARM: armv7: move ARMV7_PSCI_NR_CPUS to KconfigMasahiro Yamada2016-09-071-0/+9
* | ARM: armv7: move CONFIG_ARMV7_PSCI to KconfigMasahiro Yamada2016-09-072-0/+11
|/
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2016-08-2018-12588/+0
|\
| * ARM: rmobile: Move SoC sources to mach-rmobileNobuhiro Iwamatsu2016-08-1718-12588/+0
* | ARM: OMAP4+: vcores: Remove duplicated codeLokesh Vutla2016-08-201-52/+10
* | ARM: OMAP5+: vcores: Drop unnecessary #ifndefsLokesh Vutla2016-08-202-6/+3
* | kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-121-4/+4
* | ARM: non-sec: flush code cacheline alignedStefan Agner2016-08-121-1/+3
* | omap3: Drop omap3_evm_quick_* targetsTom Rini2016-08-051-6/+0
* | omap3: Move to select SUPPORT_SPL for allTom Rini2016-08-051-19/+0
* | treewide: move CONFIG_PHYS_64BIT to KconfigMasahiro Yamada2016-08-051-0/+1
* | ARM: Rework and correct barrier definitionsTom Rini2016-08-053-12/+12
* | ARM: dra7xx: Change DPLL_PER_HS13 divider valueLokesh Vutla2016-07-301-1/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-07-284-3/+44
|\ \
| * | colibri_imx7: add Colibri iMX7S/iMX7D module supportStefan Agner2016-07-281-0/+7
| * | mx6: clock: Fix the logic for reading axi_alt_selFabio Estevam2016-07-201-2/+2
| * | mx7_common: use Kconfig for ARMv7 non-secure modeStefan Agner2016-07-191-0/+2
| * | mx7: set soc environment according to exact SoC typeStefan Agner2016-07-191-0/+14
| * | imx6: clock: typo fixPeng Fan2016-07-121-1/+1
| * | mx6: Add Phytec PCM058 i.MX6 QuadStefano Babic2016-07-121-0/+5
| * | mx6: add support for el6x boardStefano Babic2016-07-121-0/+13
| |/
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-262-3/+213
|\ \
| * | ARMv7: PSCI: ls102xa: add more PSCI v1.0 functions implementionHongbo Zhang2016-07-261-2/+101
| * | ARMv7: PSCI: ls102xa: check target CPU ID before further operationsHongbo Zhang2016-07-261-1/+34
| * | ARMv7: PSCI: add PSCI v1.0 functions skeletonHongbo Zhang2016-07-261-0/+78
* | | ARM: am33xx: Always inhibit init/refresh during DDR phy initRuss Dill2016-07-251-12/+7
* | | ARM: am33xx: Fix DDR init delay placementRuss Dill2016-07-251-1/+4
|/ /
* | arm: omap5: fix build dependency for secure devicesAndreas Dannenberg2016-07-221-1/+1
* | arm: am4x: fix build dependency for secure devicesAndreas Dannenberg2016-07-221-1/+1
* | armv7: simplify identify_nand_chipLadislav Michl2016-07-221-24/+11
* | armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-221-58/+90
* | armv7: make gpmc_cfg constLadislav Michl2016-07-221-5/+3
* | armv7: add reset timeout to identify_nand_chipLadislav Michl2016-07-221-18/+14
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-191-63/+0
|\ \
| * | ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-191-63/+0
| |/
* | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-1510-131/+107
|\ \
| * | ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.SChen-Yu Tsai2016-07-151-1/+1
| * | ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai2016-07-154-17/+18
| * | ARM: PSCI: Add helper functions to access per-CPU target PC storageChen-Yu Tsai2016-07-152-1/+40
| * | ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai2016-07-152-2/+2
| * | ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai2016-07-153-9/+0
| * | ARM: PSCI: Allocate PSCI stack in secure stack sectionChen-Yu Tsai2016-07-151-11/+21
| * | 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-155-42/+25
| |/
* | arm: Don't invalidate unaligned cache regionsSimon Glass2016-07-141-21/+2
* | arm: Move check_cache_range() into a common placeSimon Glass2016-07-141-17/+0