commit | 6279764d8c554f930d917c19cc6d136395de03c9 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue May 20 09:12:27 2025 +0000 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jun 27 09:19:04 2025 +0200 |
tree | a6eb27f3d4221b5ade2ba3e9460d2222a4d14555 | |
parent | 82a84a88ae5cc840ad50ef088beaa416b1e86a2c [diff] |
mk: core: relax rules around CFG_TRANSFER_LIST `CFG_TRANSFER_LIST` forces DT-based console init, even though `CFG_DT` might not be explicitly enabled or needed on the platform otherwise. Relax the rules around `CFG_TRANSFER_LIST` to allow for a platform to receive boot arguments via Firmware Handoff without enabling `CFG_DT`. Signed-off-by: Harrison Mutai <harrison.mutai@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers