]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(el3_runtime): allow SErrors when executing in EL3
authorManish Pandey <manish.pandey2@arm.com>
Thu, 17 Nov 2022 15:47:05 +0000 (15:47 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Wed, 14 Dec 2022 14:47:34 +0000 (15:47 +0100)
commit1cbe42a510812a4a4415a26ba46821cad1c04b68
tree4719372b04b232f9e8499ef287607700284cef4f
parente61713b00715fc988a970687f9bf53418b81b0ca
fix(el3_runtime): allow SErrors when executing in EL3

SCR_EL3.EA is set to 1 in BL31 initialization and is cleared before
entering to lower ELs(except for RAS FFH case "HANDLE_EA_EL3_FIRST_NS").
The cleared value persist even during run time when execution comes
back to EL3.

When SCR_EL3.EA is 0 and execution state is EL3, Async EAs(delivered
as SErrors) are implicitly masked and hence any Async EA by EL3 will
remain pending and will trap at the exception level EA is targeted
to and unmasked when entering lower EL.
This causes unexpected EA at lower EL. This is a very rare
to get SError in EL3 until unless there is any programming error.

This patch sets SCR_EL3.EA to 1 when entering EL3 from lower EL.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ibb593369edb034f670fd85ee79adc9829b900a83
lib/el3_runtime/aarch64/context.S