commit | 376cb124dd8d4f0a8737359211fa6883bdb4c77c | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Feb 16 13:26:28 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 16 18:26:29 2023 +0100 |
tree | faebf17aecb47755148db087ef9572b2d16f22c2 | |
parent | a263637dd3b30b528a867139a33aadac4c23cdc5 [diff] |
core: arm: link.mk: produce tee-raw.bin by default Adds tee-raw.bin as a dependency of all. This produces a tee-raw.bin for all platforms when building. tee-raw.bin is more useful than for instance tee-pager_v2.bin which often is used when a raw binary is needed. Platforms with a link.mk only to produce tee-raw.bin have their link.mk removed since the generic version suffices now. Acked-by: Clement Faure <clement.faure@nxp.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
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