commit | 83ac1cab0bc8ec0a6bd0527a748c3463b8ee11be | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Sun Sep 29 18:33:28 2019 +0800 |
committer | Summer Qin <summer.qin@arm.com> | Fri Dec 06 17:11:36 2019 +0800 |
tree | 8b9c8075c8999b14ee6b58c1955c9aa76cbfc351 | |
parent | 40db9eaa90324daa23ebff207103d15258887a45 [diff] |
Core: Update parameter packing mechanism The existing parameter packing mechanism wrappers the vectors and length into the new defined structure, and marks the 'out_vec' as input is confusing. Move the type and length into a new defined 'control' parameter to clear the confusion. And this could be expanded easily to welcome more extra parameters. Change-Id: Id63f4c48af90231480a3238570b0c1956a2918d8 Signed-off-by: Summer Qin <summer.qin@arm.com>