commit | e8d380874e87714acca9afef3e6d31ab724c9c0c | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Tue Mar 30 18:34:40 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Apr 16 10:56:02 2021 +0200 |
tree | 9d77ce68da138bb633d975af39da64e83d5458b0 | |
parent | c46ee1f4be567c0dbdb9dc74ed746586bdcbcf68 [diff] |
SPM: Optimize static handle check macro Sometimes program only needs to check if the handle is static. So, the IS_VALID_STATIC_HANDLE() macro can be split into two different macros: - Check if the handle is static. - Check if the index information in static handle is valid. Change-Id: I8975055bdf30e92056480fed98d2986c826b4077 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>