mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-08 06:22:05 +00:00
Improperly configuring cpu features (ENABLE_FEAT_XYZ) can lead to broken firmware or, in rare cases, panic at EL3. This makes Denial of service a valid threat on the Availability asset. Since the original model, we've gained FEATURE_DETECTION which is meant to help get platforms configured correctly. Change-Id: I10f9870173fc4b24ea14a24197537d46ead9f789 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>