fvp: add secure UART interrupt in device region

OP-TEE enables the use case of a secure interrupt triggered by the UART
driver. This interrupt is routed by FFA_INTERRUPT interface to OP-TEE.
Define the UART interrupt in the FF-A device region node.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: d52bbbed17de102f183dcf6755d4a0be17d47296
  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