commit | 9b6a7a2a4782a914991791b7ee9900f6cf5c70a1 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri May 06 16:31:05 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 12 09:36:28 2022 +0200 |
tree | fd4993660bd968579d34d140086d81cca0c4b5db | |
parent | 9f6dbc8e9ebb9fa110481b28e806b653adf8fadd [diff] |
qemu_v8: build Xen with Buildroot Commit 8b808915f856 ("qemu_v8: xen: apply patch to fix issue with RPC buffer release") really did only one part of the job. Only the Xen tools are built with Buildroot; the hypervisor itself (which needs the patch mentioned in the commit) is actually built from the top-level xen/ directory. As a result the issue is stil present. This commit changes the QEMUv8 makefiles as well as the Buildroot configuration for Xen so that both the hypervisor and the tools are built. As for the Xen configuration (enabling OP-TEE support), it is introduced via a patch to the defconfig file. 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