From 81d4d7f4877757d85f9aad65bc1d0e89ef135e60 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 20 Jul 2023 21:22:27 +0100 Subject: [PATCH] config: arch: Enable NMI support in the GIC for v8.8 FEAT_NMI is enabled by default when v8.8 is enabled but the corresponding FEAT_GICv3_NMI needs to also be enabled in order to make it useful in a system, do so. Signed-off-by: Mark Brown --- config/arch/v8.8.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/arch/v8.8.yaml b/config/arch/v8.8.yaml index 40a491f..04d0ace 100644 --- a/config/arch/v8.8.yaml +++ b/config/arch/v8.8.yaml @@ -22,3 +22,4 @@ run: -C cluster1.has_hpmn0: 1 -C cluster0.pmb_idr_external_abort: 1 # Describes how the PE manages External aborts on writes made by the Statistical Profiling Extension to the Profiling Buffer. (From Armv8.8 and Armv9.3, the value 0 is not permitted) 1: External abort is ignored. -C cluster1.pmb_idr_external_abort: 1 + -C gic_distributor.has_nmi: 1 -- GitLab