Clone this repo:

Branches

  1. fb04792 Drop prebuilt Trusty SDK (ab/10186238) by Weston Carvalho · 11 months ago main master
  2. 16f09fe Drop prebuilt Trusty SDK (ab/9952814) by Weston Carvalho · 1 year, 1 month ago
  3. b4d54ad Drop prebuilt Trusty SDK (ab/9617175) by Weston Carvalho · 1 year, 3 months ago
  4. 9f8d749 Drop prebuilt Trusty SDK by Weston Carvalho · 1 year, 4 months ago
  5. 665f94d Drop prebuilt Trusty SDK by Weston Carvalho · 1 year, 6 months ago

Trusty TEE Application SDK

This SDK provides the necessary libraries, headers, and toolchain for building Trusty applications for integration into the Trusty TEE.

The Trusty API reference is available on our website.

This SDK is currently in flux and no stability guarantees are currently provided. Future versions may add, remove, or change APIs.

SDK structure

  • make
    • $ARCH/trusty_sdk.mk Makefile suitable for including into an existing build system. Sets up the CC, CXX, LD, CFLAGS, CXXFLAGS, ASMFLAGS, and LDFLAGS variables with appropriate values for building Trusty apps. Includes the function add-trusty-library that adds the needed flags to compile and link against a particular SDK library. See header comments in this file for more details.
    • $ARCH/lib....mk Library-specific makefiles that append necessary compile and link flags to use that library. Should be used via add-trusty-library if using make.
  • sysroots
    • $ARCH Sysroot containing the userspace libraries and headers for the corresponding architecture.
  • clang Version information for the clang toolchain used to compile the SDK and corresponding version of the Trusty kernel. This toolchain must be used to build apps in order to be compatible with this SDK.