commit | 5e1fa57459aa27a28bb21be5496fb471350b6046 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Mon Jul 29 09:15:37 2024 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Thu Aug 29 17:31:35 2024 +0100 |
tree | 41b18739eceb056bd2315b6272fd0fc33915563d | |
parent | ccbfd01d95b9b35acb3e2ca5f25379ce8fa0ed1c [diff] |
fix(drtm): return proper values for DRTM get and set error SMCs The DRTM get and set error previously returned SMC_UNK when these SMCs were issued. This has been corrected to return an appropriate error code on failure, and success otherwise. Also,align the error code values with the specification. Change-Id: I8f11f94f1ab097245003dbde97365fa54e0097ba Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>