commit | 4f29e6cb9ba8c0f8d154b3abcf5ccb8e23ac9476 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sat Mar 25 13:28:46 2023 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue Jun 20 18:52:37 2023 +0200 |
tree | d9f3ab4e447f167039eeb615e166027e06178ea0 | |
parent | d0fed05bcf4256f4b66319976688950e48d0da2a [diff] |
feat(msm8916): add Test Secure Payload (TSP) port Use the new shared msm8916 setup code to easily allow compiling the Test Secure Payload (TSP) for the msm8916 platform. Unlike BL31, TSP only calls msm8916_platform_setup() but not msm8916_configure() because this is already done in BL31. Change-Id: I3225ef9e61387d49870e9759ffd5b899a8805961 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>