commit | beb8f22709a83077df7766e36589f445031afd2f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Oct 05 12:11:39 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 05 18:04:06 2023 +0200 |
tree | a66265500a3ed5754db5ff451f1526fbb27ebe73 | |
parent | c551017495b74bebc7056a81499f9ca0373e1003 [diff] |
qemu_v8: xen: re-use Dom0 root FS for DomU Do not build a specific root FS for DomU. Instead, re-use the one that is built for Dom0. While this is certainly not a typical real-world configuration, it helps reduce both build time and disk space which is beneficial in many ways, especially for CI. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.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