FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure
Ahmed Ismail 25f9222fed
armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192)
The PACBTI is an optional hardware security feature,
the current implementation assumes that every SoC that
has Armv8.1-M architecture extension, has the PACBTI
hardware feature, which does not have to be the case.
Hence, the `portHAS_PACBTI_FEATURE` is removed
and the implementation is modified to rely on
`configENABLE_PAC` and `configENABLE_BTI` macros
that can either be set using CMake or FreeRTOSConfig.h
header file.

Enabling PAC and/or BTI on a port variant that
doesn't have the PACBTI hardware feature would be
caught by a `configASSERT` statement.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
Co-authored-by: Tony Josi <tonyjosi@amazon.com>
2024-11-14 10:01:06 +05:30
..
mpu_wrappers_v2_asm.S Remove duplicate pop from MPU Wrappers ASM Files (#1008) 2024-03-18 16:21:21 +05:30
port.c armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 2024-11-14 10:01:06 +05:30
portasm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portasm.s Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portmacro.h armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 2024-11-14 10:01:06 +05:30
portmacrocommon.h Move configASSERT default definition above before including portable.h. (#1185) 2024-11-04 16:35:52 +05:30