fvp: Add support to disable the FVP visualisation

This adds support to run FVP without visualisation and disables starting
telnet automatically at the startup.

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 file changed
tree: 6b855dcdc7af7a29856086bb689d628eb90eaf44
  1. .github/
  2. br-ext/
  3. clang/
  4. fvp/
  5. imx/
  6. kconfigs/
  7. qemu_v8/
  8. rpi3/
  9. stm32mp/
  10. ti/
  11. versal/
  12. zynqmp/
  13. .gitignore
  14. am43xx.mk
  15. am57xx.mk
  16. common.mk
  17. dra7xx.mk
  18. fvp-psa-sp.mk
  19. fvp.mk
  20. get_clang.sh
  21. hikey.mk
  22. hikey960.mk
  23. imx.mk
  24. imx8mp-evk.inc.mk
  25. imx8mp-verdin.inc.mk
  26. juno.mk
  27. poplar.mk
  28. qemu-check.exp
  29. qemu.mk
  30. qemu_v8.mk
  31. README.md
  32. rockpi4.mk
  33. rpi3.mk
  34. rust.exp
  35. soc_term.py
  36. stm32mp1.mk
  37. synquacer.mk
  38. toolchain.mk
  39. trusted-keys.exp
  40. trusted-services.mk
  41. versal.mk
  42. 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