]> git.sur5r.net Git - u-boot/commit
arm: v7R: Add initial support
authorMichal Simek <michal.simek@xilinx.com>
Thu, 26 Apr 2018 12:51:29 +0000 (18:21 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 7 May 2018 19:53:28 +0000 (15:53 -0400)
commit4bbd6b1d946ab6165bff8aeae6f252faa07ce85a
tree3d2eee1a20b91b25b42c8b99b02425e584cf2e4a
parentf4bcd767bdc0925528e66974af7575a5796aaab7
arm: v7R: Add initial support

The Cortex-R* processors are a mid-range CPUs for use in deeply-embedded,
real-time systems. It implements the ARMv7-R architecture, and includes
Thumb-2 technology for optimum code density and processing throughput.

Except for MPU(Memory Protection Unit) and few CP15 registers, most of the
features are compatible with v7 architecture. So,reuse the same armv7
folder and introduce a new config CPU_V7R in order to differentiate
from v7 based platforms.

Tested-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/armv7/start.S
cmd/Kconfig