commit | 9b54724239b9c9d3d31279d0073fdd72755bb01c | [log] [tgz] |
---|---|---|
author | Andreas Korb <Andreas.D.Korb@gmail.com> | Sat Jun 17 11:05:13 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jun 19 14:53:23 2023 +0200 |
tree | 82155a702eb126e8dd2e56d67eee124dfd8ffdea | |
parent | a23d1ae34606241a6b346495535b96ab8fcc814e [diff] |
Fix build of fTPM by enabling build of 32-bit libraries The fTPM coded by Microsoft [1] targets 32-bit ARM. Hence, the build requires the 32-bit versions of the libraries it links against. However, at the moment, only the 64-bit versions are generated which makes the build fail. This commit enables the generation of 32-bit libraries only if the fTPM build is enabled, and disables it otherwise, just as the current behavior. Link: [1] https://github.com/microsoft/ms-tpm-20-ref/tree/main/Samples/ARM32-FirmwareTPM/optee_ta/fTPM Signed-off-by: Andreas Korb <andreas.d.korb@gmail.com> 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