[roll] Roll fuchsia [tee] Runtime binary and TA loader

This adds a binary to host the runtime support and load Trusted
Applications from dynamic libraries. The runtime binary exports TEE_...
symbols to the global symbol table for the TA to resolve when it loads.
The runtime binary expects to be included in a package that includes a
ta_name file from which it can infer the name of the TA shared library.
In this change, the binary doesn't do anything with the TA once it is
loaded.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1015693
Original-Revision: 3ab8dc53b6c2c13204fd4752c989f4042a808683
GitOrigin-RevId: 291bbc231cef9c9dcd3c3bd04bd582ec468c6b8c
Change-Id: I0f417d971b2ee48013a8dfaf1fb8597be4d4ddba
1 file changed
tree: a70846661aa5d6312370da2d8532b3db6182d09f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.