arm-trusted-firmware/services/std_svc
Mayur Gudmeti 21583a315a services: spm_mm: Use sp_boot_info to set SP context
The current SPM_MM implementations expects the SP image addresses
as static macros. This means platforms wanting to use dynamically
allocated memory addresses are left out. This patch gets sp_boot_info
at the beginning of spm_sp_setup function and uses member variables
of sp_boot_info to setup the context. So member variables of
struct sp_boot_info and consequently the context can be initialized
by static macros or dynamiclly allocated memory address..

Change-Id: I1cb75190ab8026b845ae20a9c6cc416945b5d7b9
Signed-off-by: Mayur Gudmeti <mgudmeti@nvidia.com>
2021-04-19 18:28:07 +02:00
..
sdei SDEI: updata the affinity of shared event 2021-03-05 21:33:58 +01:00
spm_mm services: spm_mm: Use sp_boot_info to set SP context 2021-04-19 18:28:07 +02:00
spmd SPM: Fix error codes size in SPMD handler 2021-03-19 15:07:46 +01:00
trng Add TRNG Firmware Interface service 2021-02-05 11:49:18 +00:00
std_svc_setup.c services: TRNG: Fix -O0 compilation 2021-02-10 17:34:45 +00:00