commit | 4dc7512998dcc36299b97b90b2519610d2c53bbc | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Fri Jun 18 12:57:52 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 24 12:44:09 2021 +0200 |
tree | 36bc0bccfcd7094d9b7074147ec74af3e5099e77 | |
parent | 297dec7a86db57c47d14aea18e42d9d63f22b5c0 [diff] |
qemu_v8.mk: Add option to add Xen in boot flow Introduce option XEN_BOOT to add xen in the bootflow. When built with XEN_BOOT=y, boot flow currently supported is : BL1 -> BL2 -> BL31 -> OP-TEE -> uboot -> Xen -> Dom0 xtests can be run over Dom0 Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Reviewed-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