]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(fvp): correct ehf priority for SPM_MM
authorManish Pandey <manish.pandey2@arm.com>
Tue, 14 Mar 2023 13:44:53 +0000 (13:44 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 24 Apr 2023 15:49:00 +0000 (17:49 +0200)
commitfb2fd558d8102ad79e5970714e0afec31a6138d7
tree71cb0b552f480847e7a2646c0a79029b1adf741c
parent7c7e7b621add44fff5dbff9641eb25ecc50b24f9
fix(fvp): correct ehf priority for SPM_MM

PLAT_SP_PRI is used by SPM_MM and it is assigned same value as RAS
priority. Which is not allowed by exception handling framework and
causes build failure if both SPM_MM and RAS is enabled.

To fix this problem assign SP a different priority than RAS.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Iff64ac547f0966c0d94ac7c3ab0eb1e3151fb314
plat/arm/board/fvp/include/platform_def.h