mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
fix(morello): include errata workaround for 1868343
This patch includes the errata workaround for erratum 1868343 for the Morello platform. Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com> Change-Id: Ifea8148e10946db2276560f90bf2f32bf12b9dcc
This commit is contained in:
parent
a72144fb7a
commit
f94c84baa2
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ override CTX_INCLUDE_AARCH32_REGS := 0
|
||||||
|
|
||||||
override ARM_PLAT_MT := 1
|
override ARM_PLAT_MT := 1
|
||||||
|
|
||||||
|
# Errata workarounds:
|
||||||
|
ERRATA_N1_1868343 := 1
|
||||||
|
|
||||||
# Select SCMI/SDS drivers instead of SCPI/BOM driver for communicating with the
|
# Select SCMI/SDS drivers instead of SCPI/BOM driver for communicating with the
|
||||||
# SCP during power management operations and for SCP RAM Firmware transfer.
|
# SCP during power management operations and for SCP RAM Firmware transfer.
|
||||||
CSS_USE_SCMI_SDS_DRIVER := 1
|
CSS_USE_SCMI_SDS_DRIVER := 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue