mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-06 20:21:22 +00:00
In Versal Gen 2, handoff passing mechanism is via transfer list. Transfer list is packaged with handoff addresses of BL32, BL33 along with DT blob as part of it. Once TF-A process the hand off details, rest of the components (primarily U-Boot) should not parse these details at non-secure world. Post retrieval of handoff information, remove entry point structures catering to OP-TEE and U-Boot. Change-Id: Ia5ace44de68721dc73f29a07b1e79a9c97e4122a Signed-off-by: Saivardhan Thatikonda <saivardhan.thatikonda@amd.com>