core: Handle S-EL1 SP on separate thread

S-EL1 SPs need to be run on a separate thread context.
This is needed so the context can be saved and restored when a FF-A
message is received or send.

Signed-off-by: Jelle Sels <jelle.sels@arm.com>
Change-Id: I2730ab6b7abfe723e284747717cacb6227a408cd
7 files changed
tree: 63e58951fc093b999ffb77bc5b902c5c913df0e2
  1. .github/
  2. core/
  3. keys/
  4. ldelf/
  5. lib/
  6. mk/
  7. scripts/
  8. sp/
  9. ta/
  10. .checkpatch.conf
  11. .gitattributes
  12. .gitignore
  13. .shippable.yml
  14. .travis.yml
  15. CHANGELOG.md
  16. LICENSE
  17. MAINTAINERS
  18. Makefile
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Trusted OS

This git contains source code for the secure side implementation of OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io.

// OP-TEE core maintainers