commit | 7a67c0fffb22158154a277a0e2c74baa0b0a0d4a | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Thu Dec 23 10:45:46 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 12 08:50:12 2022 +0100 |
tree | 837a521fe6da035da3afa4ceba3daeab5aaf887b | |
parent | 187a245b0ce13555171e03b60aeb6f6a8ef638c7 [diff] |
qemu_v8: Use -cpu max to support additional AArch64 features -cpu max provides support of maximum feature set available with AArch64 architecture.This includes FEAT_PAuth and FEAT_BTI. Additionally sve is turned off as linux fails to boot with sve=on when -cpu max is enabled. Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.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