From 6c36cb7a486647c99078f2794f2c7bc6e9116d1e Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Thu, 6 Jan 2022 13:28:34 -0700 Subject: aarch64: always boot into EL1NS Always start the executive in Exception Level 1, Non-Secure mode. If we boot in EL3 Secure with GICv3 then we have to initialize the distributor and redistributor to set up G1NS interrupts early in the boot sequence before stepping down from EL3S to EL1NS. Now there is no need to distinguish between secure and non-secure world execution after the primary core boots, so get rid of the AARCH64_IS_NONSECURE configuration option. --- spec/build/bsps/aarch64/a53/grp.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/build/bsps/aarch64/a53') diff --git a/spec/build/bsps/aarch64/a53/grp.yml b/spec/build/bsps/aarch64/a53/grp.yml index 98ce7049f6..cc6418da75 100644 --- a/spec/build/bsps/aarch64/a53/grp.yml +++ b/spec/build/bsps/aarch64/a53/grp.yml @@ -11,8 +11,6 @@ links: uid: ../grp - role: build-dependency uid: ../start -- role: build-dependency - uid: ../optisns - role: build-dependency uid: abi - role: build-dependency -- cgit v1.2.3