Changeset 6c36cb7a in rtems for spec

Timestamp:
01/06/22 20:28:34 (2 years ago)
Author:
Gedare Bloom <gedare@…>
Branches:
master
Children:
671f126
Parents:
63d27156
git-author:
Gedare Bloom <gedare@…> (01/06/22 20:28:34)
git-committer:
Gedare Bloom <gedare@…> (01/12/22 16:00:19)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.