commit | d1b7aa1220f350db7b7446d7f3d79e0b7640d81f | [log] [tgz] |
---|---|---|
author | David Pu <dpu@nvidia.com> | Fri Feb 22 02:31:40 2019 -0800 |
committer | David Pu <dpu@nvidia.com> | Tue Mar 05 09:21:36 2019 -0800 |
tree | c6526ac192bee3006d96b4d5ebf00d2caf672b35 | |
parent | 9cc4788b21c27e95b36e739509f031e0b8ad0804 [diff] |
xlat_tables_v2: map region without recursion. This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal order compared to recursive version. fixes arm-software/tf-issues#664 Signed-off-by: David Pu <dpu@nvidia.com>