commit | 8eba01414678d3328d984ad8f11cad3df63e8a46 | [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:47:36 2025 +0000 |
tree | 9621fcd71537d11ef31b3bf3f3b600ad57acf71d | |
parent | 54bb51affdede418fbc30f4445bea674b7a9c2d6 [diff] |
refactor(qemu): 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 QEMU can build and run without the submodule. This is useful for builds not integrating the firmware handoff mechanism. Change-Id: I0be3773bf300b02cd3beccf738a021925e3c53c6 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>