commit | df4db47b7aa1df35fcf40f73fb0df467e42aaff2 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Aug 27 10:55:10 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 27 17:32:14 2020 +0200 |
tree | 9886bb8df8dab2a23acc13d8249049564be07033 | |
parent | ce0674275afc9837e593cca45980a7644b0bcc39 [diff] |
qemu_v8: do not force COMPILE_S_KERNEL := 64 The 32-bit TEE core works fine on the QEMUv8 platform so set COMPILE_S_KERNEL to 64 by default but let the user change this value to 32 if needed ('make COMPILE_S_KERNEL=32 COMPILE_S_USER=32'). This also implies removing 'CFG_ARM64_core=y' which is currently added unconditionally to OPTEE_OS_COMMON_FLAGS by qemu_v8.mk. It is already taken care of by common.mk. Signed-off-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