commit | 2f11710ed27371762bf118e634d13d81caf729c5 | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Fri Feb 18 11:49:51 2022 -0800 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Fri Feb 18 22:06:21 2022 -0800 |
tree | 1ac9da9b227d95bff499f60e6689a96517060e80 | |
parent | 143ebe944b7b67117d339f83146229dc52b3efb2 [diff] |
[opentitantool] Use Result<> on all Transport methods As we plan to introduce a Transport implementation backed by a network protocol, I/O errors could occur even for the simplest methods (such as "get baud rate"). This change ensures that every single method in the Transport trait and its delegates return their value through a transport::Result<...> to accomodate this future. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: I88b3a48a1910cb3a5211c3dc6e84a8553300c53b
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).