Enable parsec service to use TS as backend (main)
This patch enables parsec to use trusted services (TS) as backend for Corstone-1000-mps3 and N1SDP.
This adds the following:
- Enable trusted service provider only if features on target
is supported. For example:
ts-crypto
andts-its
orts-se-proxy
- Patch the default
config.toml
configuration for parsec service - Update parsec-simple-e2e-tests
- Move access configuration: teeclnt to
CASSINI_TEST_ACCOUNT
for Trusted services and other tests tocassini-test.inc
as they are tests realted instead ofcassini-image.bbclass
The config.toml
enables log_timestamp
and log_error_details
to enable further debugging.
Please note this only enables parsec to use Trusted services as a backend.
Edited by Vikas Katariya