commit | e9290f81f9a4088ff800c5d7f936334f90b289d0 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Jul 11 10:07:54 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Jul 18 14:44:57 2023 +0200 |
tree | 19939c1523a5985f1ffe6cf69b4a8c1b3247af81 | |
parent | 39b70c0349428f2037f42a96c31d5436b55887b6 [diff] |
qemu_v8: add support for Hafnium as S-EL2 Adds support for SPMC_AT_EL=2 where Hafnium is loaded at S-EL2 and OP-TEE runs as an SP at S-EL1. Hafnium requires both MTE and PAUTH support so make enable those features in QEMU and TF-A as needed. The values $(MEMTAG) and $(PAUTH) are not affected by the to allow independent configuration of OP-TEE core. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-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