commit | 874fc9e0f81e1b08822a247ee02961dd81525c6f | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Fri Sep 01 13:43:50 2017 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Tue Sep 05 15:03:16 2017 +0100 |
tree | 14e113a6ec9337aaadf501d0e388bfa3b4acc357 | |
parent | eb59e9007d2069ea7b64bd5788b4089b0e374369 [diff] |
Fix BL2 memory map when OP-TEE is the Secure Payload The commit 3eb2d67 optimizes the memory map for BL2 when TSP is not present. But this also broke OP-TEE as it was reusing the TSP mapping. This patch fixes this problem by adding a separate mapping for OP-TEE in the BL2 memory map table. Change-Id: I130a2ea552b7b62d8478081feb1f4ddf5292a118 Signed-off-by: Soby Mathew <soby.mathew@arm.com>