commit | 31b81775100595e7345fc836d5c83b4d7422f8f8 | [log] [tgz] |
---|---|---|
author | Karl Meakin <karl.meakin@arm.com> | Tue Mar 14 15:38:17 2023 +0000 |
committer | Karl Meakin <karl.meakin@arm.com> | Mon Apr 03 13:07:52 2023 +0100 |
tree | 4e1231d2af58033bf108eb310e8b52c73b8f3020 | |
parent | 957863b79430bc89c0894a677190b3a78855515b [diff] [blame] |
feat(memory share): FFA_FEATURES(FFA_MEM_RETRIEVE_REQ) Updates tests to pass when built against https://review.trustedfirmware.org/c/hafnium/hafnium/+/18909 Signed-off-by: Karl Meakin <karl.meakin@arm.com> Change-Id: Ic6c39ca6916b9f9298d7668021963fec287b72c8
diff --git a/include/runtime_services/spm_common.h b/include/runtime_services/spm_common.h index 7a81e9c..de5c254 100644 --- a/include/runtime_services/spm_common.h +++ b/include/runtime_services/spm_common.h
@@ -55,6 +55,7 @@ const char *test_name; unsigned int feature; unsigned int expected_ret; + unsigned int param; unsigned int version_added; };