commit | 426665cb960a5b9741031c0f8e34f137abc21459 | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Fri Feb 18 12:01:26 2022 -0800 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Thu Feb 24 17:08:27 2022 -0800 |
tree | 8aacd2fa712cc7052f5bf58413a841a9d3a495f5 | |
parent | 60706c2b1f6b67da6dddbd2d6fb4e607f5ca0e2e [diff] |
[opentitantool] Proxy transport implementation Add a new implementation of the Transport trait, which forwards every method invocation via a network protocol to a separate session proxy process. This is to be used either with the session process being a software emulator of sorts, or with the session process managing a USB connection to a debugger device connected to hardware. This is one of the steps outlined in issue #10889. Implementation of the session process is in PR #11054. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: I6d4cd777a122e3017763704df6632f6f769991fd
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).