Skip to content
Commit addf9fe7 authored by Rakshit Goyal's avatar Rakshit Goyal Committed by Vijayenthiran Subramaniam
Browse files

feat(arm): add a macro for SPMC manifest base address



In RESET_TO_BL31, the SPMC manifest base address that is utilized by
bl32_image_ep_info has to be statically defined as DT is not available.
Common arm code sets this to the top of SRAM using macros but it can be
different for some platforms. Hence, introduce the macro
PLAT_ARM_SPMC_MANIFEST_BASE that could be re-defined by platform as per their
use-case. Platforms that utilize arm_def.h would use the existing value from
arm common code.

Signed-off-by: Rakshit Goyal's avatarRakshit Goyal <rakshit.goyal@arm.com>
Change-Id: I4491749ad2b5794e06c9bd11ff61e2e64f21a948
parent 947e5519
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment