commit | e516ba6de5e248e93156b5261cedbff811226e0e | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Wed Jul 06 16:01:40 2022 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Jul 07 10:35:50 2022 +0200 |
tree | 836661a8f436304fd9ffc67935a43121ee1f0bad | |
parent | e45ffa18d388b8ae0eea94901b4d2884839d2773 [diff] |
fix(rme): xlat table setup fails for bl2 The patch 8c980a4 created a 4KB shared region from the 32MB Realm region for RMM-EL3 communication. But this meant that BL2 needs to map a region of 32MB - 4KB, which required more xlat tables at runtime. This patch maps the entire 32MB region in BL2 which is more memory efficient in terms of xlat tables needed. Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: I17aa27545293d7b5bbec1c9132ea2c22bf2e7e65