commit | 297dec7a86db57c47d14aea18e42d9d63f22b5c0 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Fri Jun 18 12:55:00 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 24 12:44:09 2021 +0200 |
tree | 1a7d5c48090654fe209c52f98b73c9807e83d1a0 | |
parent | ff95d60e35f64761f09c547f03b427ebafd6aed6 [diff] |
qemu_v8.mk: Add option to compile with GICv3 QEMU supports the virtualization extensions only in emulated GICv3. So, add an option to build TF-A, OP-TEE with GICv3. To enable this, use GICV3=y with make. Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.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