[roll] Roll fuchsia [fuchsia-tpm] Implements fuchsia.tpm namespace.

This library intends to implement the fuchsia.tpm namespace
so that it can be shared between the cr50_agent and the tpm_agent.
This allows variation by board type where the cr50_agent is a superset
of the functionality in the tpm_agent. By placing this code in a shared
location it prevents code duplication / drift between the two components.
This initial implementation implements just transmit. Both deprovision
and provision first require our TSS implementation to be ported to Rust.

Original-Bug: 10528

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712387
Original-Revision: 682454b7b170b7b6fea4d2b8161c8da25120cfb6
GitOrigin-RevId: e9bd06755a891eaeb3841631a7511c2bcd6320d9
Change-Id: I2b6a87a3fc281ed2dfe248a017cf61986e3cd849
1 file changed
tree: 29bab03cb8cd2bf5ec5a407438853bb5fe71fdf3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.