commit | 02eaba7da352b94ef92953522020f08bce6e8625 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@linaro.org> | Mon Jun 14 20:54:40 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jun 21 15:56:21 2021 +0200 |
tree | 5db5b6ea349918c4d274f64074b6e9583c8df7f1 | |
parent | cd65271634a94b93c826ccdd92b973624f31c327 [diff] |
qemu_v8.mk: Add option to use U-Boot instead of edk2 Add an option to build and use U-Boot instead of edk2 as BL33 in the bootflow. To use this option: make UBOOT=y Signed-off-by: Ruchika Gupta <ruchika.gupta@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org> Tested-by: Jerome Forissier <jerome@forissier.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-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