commit | 9acaaded3ca9b6966efb72e3a989f8ee753b3a44 | [log] [tgz] |
---|---|---|
author | Abhi Singh <abhi.singh@arm.com> | Thu Nov 07 17:41:58 2024 -0600 |
committer | Abhi Singh <Abhi.Singh@arm.com> | Tue Mar 18 20:53:27 2025 +0100 |
tree | 4c2eda5a2b73e910591c9d8963e3b091ddb77863 | |
parent | 4f9894db3572b6e375c7369bc2619cc690169604 [diff] |
fix(rpi3): expose BL1_RW to BL2 map for mboot BL2 requires the ability to access the TCG Event Log during Measured Boot. Currently the Platform hangs since the Event Log is not exposed to BL2's mmap. Define a RPI3_BL1_RW region to be added to the BL2 Image, if Measured Boot is enabled. Change-Id: Ic236a80e73ea342b4590cfb65bafbb8ffac17085 Signed-off-by: Abhi Singh <abhi.singh@arm.com>