commit | 4a932b2b5110ad6265d777a48681bcbdf2a09656 | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Wed Oct 06 14:31:17 2021 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Thu Dec 16 16:00:41 2021 -0800 |
tree | d7ab8cdcf6f4966d19ff8c0aa1338b99a2e5b582 | |
parent | 571ca3ab32b0b1b45246699ec9493c6688c45661 [diff] |
[opentitantool] Add support for HyperDebug Add a Transport implementation for the HyperDebug board. The implementation uses the rusb (Rust libusb) for finding the HyperDebug USB device, and for bulk communication to do e.g. SPI communication. Additionally, the impementation open the Linux /dev/ttyUSBn files using a Rust serialport crate, which is used for serial communication with the OPenTitan chip, as well as for sending generic text commands to HyperDebug itself, to do e.g. GPIO-related operations. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: Id04c55d59da1f245da111c5a04f64f53cd2449a9
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).