mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
feat(sgi): enable fpregs context save and restore
This is required to prevent Nwd context corruption during StMM execution. Standalone MM uses OpenSSL for secure boot, which uses FP registers for floating point calculations. Signed-off-by: Nishant Sharma <nishant.sharma@arm.com> Change-Id: I6ed11d4fa5d64c3089a24b66fd048a841c480792
This commit is contained in:
parent
15dd6f19da
commit
18fa43f753
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ CSS_SGI_PLATFORM_VARIANT := 0
|
|||
# Do not enable SVE
|
||||
ENABLE_SVE_FOR_NS := 0
|
||||
|
||||
CTX_INCLUDE_FPREGS := 1
|
||||
|
||||
INTERCONNECT_SOURCES := ${CSS_ENT_BASE}/sgi_interconnect.c
|
||||
|
||||
PLAT_INCLUDES += -I${CSS_ENT_BASE}/include
|
||||
|
|
Loading…
Add table
Reference in a new issue