Changeset f2b0877 in rtems for bsps/shared

Timestamp:
06/30/21 13:22:57 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
737e18d
Parents:
c18b041b
git-author:
Sebastian Huber <sebastian.huber@…> (06/30/21 13:22:57)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/30/21 14:28:52)
Message:

bsps: Fix GICv3 support for AArch32

The GICv3 support is shared between AArch32 and AArch64. For AArch32,
the new AARCH64_IS_NONSECURE is never defined. Use ARM_MULTILIB_ARCH_V4
instead.

This issue was introduced by 76c6caad52244ab9a14151620a80ff0f71035b6c.

There is still a change in bsp_interrupt_vector_enable() for AArch32
compared to the version before 76c6caad52244ab9a14151620a80ff0f71035b6c.

(No files)

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