From 65c935141d8f137458717b54ff2c8cb60b191dd8 Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Mon, 23 Aug 2021 14:00:08 +0100 Subject: [PATCH] arm-bsp/docs: Reword fvp-baser-aemv8r64 known issues The wording implied they were limitations of the architecture, so rewrite to make clear they are software restrictions. Issue-Id: SCM-2987 Signed-off-by: Peter Hoyes Change-Id: I79ca1ac7cdce709015de1c539a6ec7fe1650d384 Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 970acd68..6a76a640 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -187,8 +187,8 @@ Known Issues and Limitations ---------------------------- - Only PSCI CPU\_ON and CPU\_OFF functions are supported -- Booting Linux kernel from Secure EL2 is not supported on Armv8-R AArch64 -- Both VHE and non-VHE Linux-KVM are not supported on Armv8-R AArch64 +- Linux kernel does not support booting from secure EL2 on Armv8-R AArch64 +- Linux KVM does not support Armv8-R AArch64 Changelog ---------