Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] core: implement OCALLs #3673

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2021

  1. core: fix flag formatting

    checkpatch suggests using the BIT macro instead of a left shift.
    
    Signed-off-by: Hernan Gatta <hegatta@microsoft.com>
    Reviewed-by: Jerome Forissier <jerome@forissier.org>
    HernanGatta committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    438d9ab View commit details
    Browse the repository at this point in the history
  2. core: OCALL support

    Adds the ability for TAs to perform "Out Calls", or OCALLs. OCALLs allow
    TAs to invoke commands on their corresponding CA in the same way that CAs
    can invoke commands on TAs. Also, adds a new capability that reports
    whether OP-TEE was built with OCALL support.
    
    Signed-off-by: Hernan Gatta <hegatta@microsoft.com>
    Reviewed-by: Jerome Forissier <jerome@forissier.org>
    HernanGatta committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    01ba28a View commit details
    Browse the repository at this point in the history