fix(msm8916): update tsp_early_platform_setup prototypeThe prototype for tsp_early_platform_setup has been redefined. Updatethe platform implementation to match the new function signature andensu
fix(msm8916): update tsp_early_platform_setup prototypeThe prototype for tsp_early_platform_setup has been redefined. Updatethe platform implementation to match the new function signature andensure compatibility with the updated TSP interface.Change-Id: I2270a45f3f7a3d6f6dbc0ecd9f8a4fb56a6727f9Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
show more ...
feat(msm8916): add Test Secure Payload (TSP) portUse the new shared msm8916 setup code to easily allow compiling theTest Secure Payload (TSP) for the msm8916 platform.Unlike BL31, TSP only calls
feat(msm8916): add Test Secure Payload (TSP) portUse the new shared msm8916 setup code to easily allow compiling theTest Secure Payload (TSP) for the msm8916 platform.Unlike BL31, TSP only calls msm8916_platform_setup() but notmsm8916_configure() because this is already done in BL31.Change-Id: I3225ef9e61387d49870e9759ffd5b899a8805961Signed-off-by: Stephan Gerhold <stephan@gerhold.net>