commit | b2d4ed40191e2a43ae633dd68c65fd2fcaf129a6 | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Tue Feb 14 11:43:16 2023 +0800 |
committer | Xinyu Zhang <xinyu.zhang@arm.com> | Wed Feb 22 07:39:29 2023 +0100 |
tree | 34ed20e93f51e6ceec39dcf146a60e69c0e1d57c | |
parent | 85a8503e7821bc1d1a394b752efb53ae97a6fe32 [diff] |
SPM: Set STATIC_HANDLE_IDX_BIT_WIDTH as 5 The current used number of stateless handle is 32, which occupies only 5 bits. So change STATIC_HANDLE_IDX_BIT_WIDTH from 8 to 5 to avoid unnecessary static handle index validation because it can not be larger than 32. Related document is also updated in this patch. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I5bb9119ff7c03cc6a067fb291e3cbff2627ba49d