Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions core/arch/arm/plat-versal2/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ $(warning WARNING: ASU HASH engine do not support partial state copy operations)
$(warning WARNING: Any attempt by the REE to perform a state copy operation \
will result in a crash of the TEE.)
endif
# Current authenc engine does not support partial state copy operation.
# Any operation from REE involving state copy can crash the OS when
# driver is enabled.
CFG_AMD_ASU_AUTHENC ?= n
ifeq ($(CFG_AMD_ASU_AUTHENC),y)
$(warning WARNING: ASU authenc engine do not support partial state copy operations)
$(warning WARNING: Any attempt by the REE to perform a state copy operation \
will result in a crash of the TEE.)
endif

ifeq ($(CFG_AMD_PS_GPIO),y)
$(call force,CFG_MAP_EXT_DT_SECURE,y)
Expand Down
Loading
Loading