commit | 0d45ba9902ea065dc9c41bc87e051600ec5bb8dc | [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 | 06f3c7058c42a9f1a9f7df75ea2de71a000855e8 [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>