commit | d3404e9b3fd47ce245159e4c92912a9bfd4f34aa | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Fri Mar 04 11:30:56 2022 -0800 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Fri Mar 04 15:30:20 2022 -0800 |
tree | 2377704cd74d1a13002437007c513f545c0d1231 | |
parent | 84cc7496453e30790b5da4f4c5313c704a4f73c9 [diff] |
[opentitantool] Include context in conf errors Errors like "Permission denied" or "JSON parse error on line 5" ought to be shown in the context of which file path was attempted loaded or parsed, in order to help the operator figure out what is the issue. This CL introduces two new error Enum values, each of which carry a file path, and an underlying error, for the above purpose. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: I721bab68dbf511aa0397c84be5e8a213638ebdd7
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).