commit | 206aa468295c82242c86490db3de9d3995c99867 | [log] [tgz] |
---|---|---|
author | Roland Nagy <rnagy@xmimx.tk> | Wed Jun 24 18:04:45 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Aug 14 18:59:25 2020 +0200 |
tree | 95d4c7ca1801e2aadea3d07f65eaa5e58b1ff72d | |
parent | 3585ee10379ec51ce931a7afa47e7fd97544a74a [diff] |
qemu: optionally preserve secure storage between reboots Usage: set QEMU_PSS_ENABLE=y and adjust QEMU_PSS_HOST_DIR. It also requires QEMU_VIRTFS_ENABLE to be set to "y". Also added a buildroot post-script which appends lines to /etc/fstab, so shared directories can be automatically mounted if QEMU_VIRTFS_AUTOMOUNT and QEMU_PSS_AUTOMOUNT are set to "y". Signed-off-by: Roland Nagy <rnagy@xmimx.tk> Reviewed-by: Jerome Forissier <jerome@forissier.org> Tested-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