commit | 6347ed94717edad0cfb81cc7fe5cd3076a5dbee8 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Aug 27 14:45:11 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 27 17:32:14 2020 +0200 |
tree | f4ba8936aa3023b6fce77113ada0756db01033d4 | |
parent | df4db47b7aa1df35fcf40f73fb0df467e42aaff2 [diff] |
common.mk: set CFG_ARM64_core=n when COMPILE_S_KERNEL != 64 common.mk currently assumes that optee_os defaults to a 32-bit build for the TEE core, in other words that CFG_ARM64_core is not set by default and that only a 64-bit build requires setting CFG_ARM64_core=y. Let's set CFG_ARM64_core=n explicitly when a 32-bit build is desired. This will let platforms such as QEMUv8 (PLATFORM=vexpress-qemu_armv8a) to select a 64-bit core by default in optee_os which makes more sense since (1) build.git would not support 32-bit until parent commit ("qemu_v8: do not force COMPILE_S_KERNEL := 64"), and (2) 32-bit is usually tested with QEMU (PLATFORM=vexpress-qemu_virt). 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