zephyr/soc/arm/xilinx_zynqmp
Stephanos Ioannidis a033683783 arch: arm: aarch32: Rename `cortex_r` to `cortex_a_r`
This commit renames the `cortex_r` directory under the AArch32 to
`cortex_a_r`, in preparation for the AArch32 Cortex-A support.

The rationale for this renaming is that the Cortex-A and Cortex-R share
the same base design and the difference between them, other than the
MPU vs. MMU, is minimal.

Since most of the architecture port code and configurations will be
shared between the Cortex-A and Cortex-R architectures, it is
advantageous to have them together in the same directory.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-26 11:20:36 +01:00
..
CMakeLists.txt soc: arm: xilinx_zynqmp: Add qemu based SoC 2019-08-09 22:50:50 +02:00
Kconfig soc: arm: xilinx_zynqmp: Refactor for multi-arch support. 2020-01-07 17:17:12 +01:00
Kconfig.defconfig soc: arm: xilinx_zynqmp: Use the refactored AArch32 interrupt system 2020-03-13 09:59:59 +01:00
Kconfig.soc soc: arm: xilinx_zynqmp: Use the refactored AArch32 interrupt system 2020-03-13 09:59:59 +01:00
dts_fixup.h soc: arm: xilinx_zynqmp: Use the refactored AArch32 interrupt system 2020-03-13 09:59:59 +01:00
linker.ld arch: arm: aarch32: Rename `cortex_r` to `cortex_a_r` 2020-03-26 11:20:36 +01:00
soc.c arch: arm: aarch32: Rename `cortex_r` to `cortex_a_r` 2020-03-26 11:20:36 +01:00
soc.h soc: arm: xilinx_zynqmp: Use CMSIS-Core(R) 2020-03-18 15:47:21 -05:00