commit | 02779a4b91c9c3b2c46e0a32dbbeccaec9e80d0e | [log] [tgz] |
---|---|---|
author | Fathi Boudra <fathi.boudra@linaro.org> | Thu Mar 28 13:02:39 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 10 10:45:12 2024 +0200 |
tree | 4a27a23181cecd2e9da8dbc4f3ea5559add66906 | |
parent | 75a6896be30a7cfc700b3c51e5cab0bb1bfd852e [diff] |
imx.mk: don't assume TF-A release build The path to bl31.bin differs between TF-A release and debug builds. Introduce TF_A_BUILD variable to cover both use-cases and prevent a build failure in TF-A debug build case. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers