commit | e7dd086f3c0ec3bdfc006064a18b6b25cfe5de15 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue May 27 10:39:02 2025 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Jun 16 12:48:27 2025 +0000 |
tree | ba34123012c32967dd85422f32a1890209a5ddf5 | |
parent | 7f9ef161c63020755384d130475d06b3ef78139f [diff] |
refactor(versal2): guard handoff logic w/ build flag Prepare for environments where the Firmware Handoff (LibTL) submodule may not be available. Wrap all Transfer List dependent logic in `#if TRANSFER_LIST` guards, ensuring the platform can build and run without the submodule. This is useful for builds not integrating the firmware handoff mechanism. Change-Id: Ia34bc0f4d352a3014c71eda6589c0f3e0a107ca0 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>