commit | 23e54bac20815209aeb599c94307a3506c40c07b | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Mon Jun 13 20:06:36 2022 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue Jun 21 14:11:57 2022 +0200 |
tree | 1b249905180091b4bcef14e957facb46abc657ae | |
parent | 8b8cd3e7f59bed667f0c4824887b07cdaa8166ab [diff] |
ci(bl2_el3): update bl2 base address Created a separate run configuration for testing bl2_at_el3 with PIE enabled. BL31 images require more space with bl2_at_el3 with PIE enabled. As a result, the BL2 base was shifted by 1 page (4096 bytes) so there would be adequate space for BL31 in trusted SRAM. This change is in-lined with TF-A [1]. [1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/15486 Change-Id: I4b04e7fbe9b7d5b70cbda3250c3f61bf5c9bacc2 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>