commit | 54bb51affdede418fbc30f4445bea674b7a9c2d6 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue May 27 10:34:05 2025 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Thu Jun 05 18:49:36 2025 +0000 |
tree | 33be9ccaf332d8e8401c8f6bca161aaa51c056b0 | |
parent | 7074f06e86da6d3eee140c66b65aae506abbe370 [diff] |
refactor(optee): guard handoff logic w/ build flag Prepare OP-TEE for environments where the Firmware Handoff (LibTL) submodule may not be available. Wrap all Transfer List dependent logic in `#if TRANSFER_LIST` guards, ensuring OP-TEE can build and run without the submodule. This is useful for platforms or builds not integrating the firmware handoff mechanism. Change-Id: I701e357a8ee29d37b370c98c907d3e2795a921dd Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>