]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(fvp): introduce PLATFORM_TEST_EA_FFH config
authorManish Pandey <manish.pandey2@arm.com>
Mon, 24 Apr 2023 09:46:21 +0000 (10:46 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Fri, 28 Apr 2023 11:50:28 +0000 (12:50 +0100)
commitfe38cc68975b23084b4ba512254926941c865a07
tree2c6801ef1e3baa0bfe618157a72329286cf32711
parentd5f19c49baa7f420daf3afa2b79cc977ce2e9c74
feat(fvp): introduce PLATFORM_TEST_EA_FFH config

FVP currently does not have proper handler to do Firmware First Handling
(FFH) of lower EL External aborts and it ends up in EL3 panic.

To test the scenarios sensibly we need a proper handling when the FVP is
under test so that we do not change the default behavior.

Introduce PLATFORM_TEST_EA_FFH config which will be enabled in CI
scripts and implement a proper handling for Sync EA and SErrors from
lower EL.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ib130154206b17f72c49c9f07de2d92f35a97ab0b
plat/arm/board/fvp/aarch64/fvp_ea.c [new file with mode: 0644]
plat/arm/board/fvp/platform.mk