qemu_v8: specify the SPMC device memory range

The SPMC manifest must define system secure/non-secure memory ranges
that SPs are allowed to map in their S2 translation regime.
Add the corresponding device memory node in the SPMC manifest.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 382c7857a875d722d61e01620361da7f20d9700a
  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