qemu_v8: OP-TEE SP fix uart interrupt config

The UART interrupt was configured as level-triggered prior to this
patch, but it should be edge-triggered. So fix the level configuration.

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