]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus/denver): use CPU_NO_EXTRA3_FUNC for all variants
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 24 May 2022 14:00:06 +0000 (15:00 +0100)
committerVarun Wadekar <vwadekar@nvidia.com>
Tue, 24 May 2022 14:32:33 +0000 (15:32 +0100)
commitb2ed99894d326993961680fb8e786c267a712400
treef0798f505b34cb8200ad426f6a750bf2d29c7295
parent453abc80b2eacbf2816c838e47e40f063227d934
fix(cpus/denver): use CPU_NO_EXTRA3_FUNC for all variants

Denver CPUs use the same workaround for CVE-2017-5715 and CVE-2022-23960
vulnerabilities. The workaround for CVE-2017-5715 is always enabled, so
all Denver variants use CPU_NO_EXTRA3_FUNC as a placeholder for the
mitigation for CVE-2022-23960. This patch implements the approach.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Change-Id: I0863541ce19b6b3b6d1b2f901d3fb6a77f315189
lib/cpus/aarch64/denver.S