summaryrefslogtreecommitdiffstats
path: root/cpu-supplement
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-11-01 13:52:52 -0500
committerJoel Sherrill <joel@rtems.org>2021-11-03 08:25:31 -0500
commitac8f46171e365aa152fe73c5691c128cad1da717 (patch)
tree0edf0ce38f9896aa902a625f823d5805dbd2ec52 /cpu-supplement
parentc-user: rtems_rate_monotonic_get_status() (diff)
downloadrtems-docs-ac8f46171e365aa152fe73c5691c128cad1da717.tar.bz2
cpu-supplement: Update AArch64 SMP details
AArch64 now supports SMP for the Xilinx ZynqMP BSP family.
Diffstat (limited to 'cpu-supplement')
-rw-r--r--cpu-supplement/aarch64.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu-supplement/aarch64.rst b/cpu-supplement/aarch64.rst
index a102817..2b3d620 100644
--- a/cpu-supplement/aarch64.rst
+++ b/cpu-supplement/aarch64.rst
@@ -9,7 +9,7 @@ This chapter discusses the dependencies of the
*ARM AArch64 architecture*
(https://en.wikipedia.org/wiki/ARM_architecture#AArch64_features) in this port
of RTEMS. The ARMv8-A versions are supported by RTEMS. Processors with a MMU
-use a static configuration which is set up during system start. SMP is not
+use a static configuration which is set up during system start. SMP is
supported.
**Architecture Documents**
@@ -124,7 +124,9 @@ actions:
Symmetric Multiprocessing
=========================
-SMP is not currently supported on ARMv8-A.
+SMP is supported on ARMv8-A. Available platforms are:
+
+- Xilinx ZynqMP (QEMU and hardware using PSCI via ARM Trusted Firmware)
Thread-Local Storage
====================