commit | 4d5e00236d59c4d259d82d327ac8e2c61fb02f0d | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Mon Jul 08 14:16:37 2024 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Oct 10 14:51:30 2024 +0200 |
tree | 8b2ab870840edcc161c5b30dc2af149e49c9cc1e | |
parent | 1fd99f09f0dfc7cfcf22536d3fdc98f033cafa48 [diff] |
fvp: specify hafnium PLATFORM build option By default without command line options, Hafnium builds hypervisor and SPMC images, test framework and tests, for all supported targets which can be time consuming for integrations that only rely on running a single platform SPMC image. From Hafnium v2.11 tag, it is possible to specify a unique platform target that is intended to be built, by using the PLATFORM build option. For the purpose of improving the build time, use the PLATFORM option to only build the SPMC for FVP and omit building other platforms and tests. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@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