Searched hist:eab1ed54bfb6038a0c1ada79de409a5506e4dae0 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl31_setup.c | eab1ed54bfb6038a0c1ada79de409a5506e4dae0 Mon Apr 29 05:33:20 UTC 2024 Rakshit Goyal <rakshit.goyal@arm.com> 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 <rakshit.goyal@arm.com> Change-Id: I4491749ad2b5794e06c9bd11ff61e2e64f21a948
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_def.h | eab1ed54bfb6038a0c1ada79de409a5506e4dae0 Mon Apr 29 05:33:20 UTC 2024 Rakshit Goyal <rakshit.goyal@arm.com> 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 <rakshit.goyal@arm.com> Change-Id: I4491749ad2b5794e06c9bd11ff61e2e64f21a948
|