arm-trusted-firmware/plat/rpi/rpi3
Abhi Singh 9acaaded3c 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>
2025-03-18 20:53:27 +01:00
..
aarch64 rpi: move plat_helpers.S to common 2020-04-01 15:56:26 +01:00
include fix(rpi3): expose BL1_RW to BL2 map for mboot 2025-03-18 20:53:27 +01:00
platform.mk feat(rpi3): add dTPM backed measured boot 2025-03-18 19:59:03 +01:00
rpi3_bl1_mboot.c feat(rpi3): add dTPM backed measured boot 2025-03-18 19:59:03 +01:00
rpi3_bl1_setup.c fix(rpi3): manually populate CNTFRQ reg 2024-09-18 11:26:38 -05:00
rpi3_bl2_mboot.c feat(rpi3): add dTPM backed measured boot 2025-03-18 19:59:03 +01:00
rpi3_bl2_setup.c feat(rpi3): implement mboot for rpi3 2025-03-18 19:52:57 +01:00
rpi3_bl31_setup.c
rpi3_dyn_cfg_helpers.c feat(rpi3): implement eventlog handoff to BL33 2025-03-18 19:54:35 +01:00
rpi_mbox_board.c