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

Gp 1.1 annotation #446

Merged
merged 2 commits into from
Sep 25, 2020
Merged

Gp 1.1 annotation #446

merged 2 commits into from
Sep 25, 2020

Commits on Sep 11, 2020

  1. ta/crypt: use private buffers where needed

    The GP specification [1] requires buffer for certain functions to reside
    in TA private memory. Fix this by allocating a temporary buffer where
    needed.
    
    [1] GlobalPlatform TEE Internal Core API Specification v1.1
    Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
    Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
    Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
    jenswi-linaro committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b8bf541 View commit details
    Browse the repository at this point in the history
  2. ta/storage: use private buffers where needed

    The GP specification [1] requires buffer for certain functions to reside
    in TA private memory. Fix this by allocating a temporary buffer where
    needed. Some buffers are rather large so increase the size of heap too.
    
    [1] GlobalPlatform TEE Internal Core API Specification v1.1
    Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
    Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
    Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
    jenswi-linaro committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a3545c0 View commit details
    Browse the repository at this point in the history