Add support for Xilinx zcu102, zcu104 and zcu106 ZynqMP boards

This commit adds support for Xilinx ZynqMP boards to the OPTEE/build repository.
The provided makefile relies on Xilinx Petalinux 2018.2 itself based on Yocto.
The makefile helps to create, patch and build a customized Petalinux project
with OPTEE support. Boards can be emulated using Petalinux's QEMU.

Signed-off-by: Michael Grand <michael.grand.mg@gmail.com>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Tested-by: Michael Grand <michael.grand.mg@gmail.com>
8 files changed
tree: 04e52b0e229ef6fab53346d9550e8c366d153fae
  1. br-ext/
  2. fvp/
  3. kconfigs/
  4. rpi3/
  5. ti/
  6. zynqmp/
  7. .gitignore
  8. .travis.yml
  9. am43xx.mk
  10. am57xx.mk
  11. common.mk
  12. dra7xx.mk
  13. fvp.mk
  14. hikey.mk
  15. hikey960.mk
  16. juno.mk
  17. poplar.mk
  18. qemu-check.exp
  19. qemu.mk
  20. qemu_v8.mk
  21. README.md
  22. rpi3.mk
  23. toolchain.mk
  24. zynqmp.mk
README.md

OP-TEE build.git

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