commit | ff499f4c20a8fcfc4eeadc97f2183ee19edefa7a | [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 | 7b425dec44601e0a64f2d063fa88da766ec3ce6f [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>