]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus): do not put RAS check before using esb
authorManish Pandey <manish.pandey2@arm.com>
Wed, 29 Mar 2023 14:20:32 +0000 (15:20 +0100)
committerManish Pandey <manish.pandey2@arm.com>
Mon, 24 Apr 2023 16:32:22 +0000 (17:32 +0100)
commit9ec2ca2d453176179f923d7e0fbaac05341ebdc6
tree1735e8cec4c0e986ef38ac55c897bb981d01108e
parentedee0430d42c92cdb5119f950aee506012b327a6
fix(cpus): do not put RAS check before using esb

If RAS Extension is not implemented esb instruction executes as a NOP.
No need to have a check for RAS presence in the code.
Also, The handler is related to a synchronous exceptions which
implicitly is part of BL31 image only, so remove that check too.

Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: If4264504cba9f0642b7b9c581ae66cd4deace32b
lib/cpus/aarch64/neoverse_n1.S