commit | c9b661d3c03bb41ad7d6fc649e81fb4cd7fbe8e0 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Dec 15 18:58:09 2022 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jan 05 18:05:37 2023 +0100 |
tree | 7923b6bd6b2ec9fe956e35ec51ac6996053fd8ca | |
parent | 47ba007d15374b10e5331a26c41caf2726dca982 [diff] |
qemu_v8: build TF-A with SVE support and get rid of sve=off in -cpu max Remove the sve=off exception from the -cpu max setting. This requires a couple of flags when building TF-A: ENABLE_SVE_FOR_{NS,SWD}=1. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-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