commit | ce0674275afc9837e593cca45980a7644b0bcc39 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Thu Aug 27 10:35:49 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 27 17:32:14 2020 +0200 |
tree | 58831255fc958ca9e065c621710b7596b2151a54 | |
parent | 416dd1c939eeb3ef6cc969c27d9a4ae86deb05ff [diff] |
qemu_v8: do not force COMPILE_NS_USER := 64 32-bit non-secure user space works fine with the QEMUv8 build so set COMPILE_NS_USER to 64 by default but let the user change this value to 32 if needed ('make COMPILE_NS_USER=32'). 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