commit | 7595dc872c9dadb5843c6442221c78da82884bc4 | [log] [tgz] |
---|---|---|
author | Edison Ai <edison.ai@arm.com> | Wed Feb 27 14:10:01 2019 +0800 |
committer | Edison Ai <edison.ai@arm.com> | Wed Feb 27 14:33:58 2019 +0800 |
tree | cc61d5529c2997e31a9b73c764337e9fe287a8e5 | |
parent | 6922398fd6ac227b3996e5881111df2c1f34f92d [diff] |
Core: Add ZI and RW regions for seucre data in memory check The ER_TFM_DATA zero data region is not included in the section between Image$$ER_TFM_DATA$$Base and Image$$ER_TFM_DATA$$Limit. If the client data buffer comes from the ZI region, the memory check function will fail. So use RW and ZI region respectively to do a memory check to fix this issue. Change-Id: I0b2b3673ce9c3d99bd076ca541a331775b424dff Signed-off-by: Edison Ai <edison.ai@arm.com>