commit | af6491f85cc91df2349d805ceda69c0a1ab31972 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Mon Oct 15 14:58:11 2018 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Oct 23 12:12:03 2018 +0100 |
tree | 915c401fddb1c3263693b81e323bb677a25e5c8e | |
parent | 0595abceba85bee8d6c27e6e122722f816610df7 [diff] |
tzc: Fix MISRA defects The definitions FAIL_CONTROL_*_SHIFT were incorrect, they have been fixed. The types tzc_region_attributes_t and tzc_action_t have been removed and replaced by unsigned int because it is not allowed to do logical operations on enums. Also, fix some address definitions in arm_def.h. Change-Id: Id37941d76883f9fe5045a5f0a4224c133c504d8b Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>