commit | d99fba076c3d713097a197b902f324427cd8c9b1 | [log] [tgz] |
---|---|---|
author | Shawn Shan <Shawn.Shan@arm.com> | Tue May 11 15:27:17 2021 +0800 |
committer | Shawn Shan <Shawn.Shan@arm.com> | Fri May 14 10:43:33 2021 +0800 |
tree | fcdc3ce2d287b0755a7e2bef40b9435786ce9051 | |
parent | 928e85a428c9dbf06f3452f7725b126f5164653b [diff] |
Change the 'type' positive maximum into 'INT16_MAX' A particular implementation MAY encode 'inlen', 'outlen', and 'type' into one 32-bit integer to improve performance for parameter packing, which makes the positive maximum INT32_MAX fail in the test - TF-M is now encoding this way experimentally. Change the positive maximum value as 'INT16_MAX' to assist the test. Signed-off-by: Shawn Shan <Shawn.Shan@arm.com> Change-Id: Ia8348cf0ef79b9a07cc6e89b074ccb6f604b8401