commit | a409d1069b9664bc0a3811cd2c26cf366bd5c0e2 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Fri Sep 10 17:33:05 2021 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Wed Sep 22 08:55:12 2021 -0700 |
tree | cfcd52411675007fca8f368972913daa1c638976 | |
parent | 797380683f08bb6003ca292dadd1377f78504cb6 [diff] |
[opentitantool] Minor refactors for transport interfaces 1. Define SPI Errors next to the SPI trait definition. 2. Define GPIO Erros next to the GPIO trait definition. 3. Express GPIO pins as strings. Add the backend's default naming scheme for its pins. A future PR will allow change this a bit more to permit user-defined pin-mappings. 4. Add some convenience methods to the GPIO trait to support bootstrap in a generic way. 5. Change the `gpio` command to use positional arguments where appropriate. Signed-off-by: Chris Frantz <cfrantz@google.com>
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).