commit | ab39c71223e036739fa24cf7dc849c4f3a1c76a8 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Wed Dec 28 11:25:16 2022 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Wed Dec 28 11:31:36 2022 +0800 |
tree | a96b8c4568a6affa955f4fb9bf86385abe3f714d | |
parent | 5aa1f4634806ed953cfda0d1d1083fe9fa827717 [diff] |
Platform: Fix the Veneer SAU region for Arm platforms Because the bits [4:0] of the SAU.LADDR are defined as 0x1F, the limit address of SAU regions can not be written to the registers directly. Otherwise, the region might include more than expected. This patch fixes the veneer region limit addresses for Arm platforms. Change-Id: I2692f3188a7bf982cc49b94329b2cb3f2c0f7618 Signed-off-by: Kevin Peng <kevin.peng@arm.com>