commit | c80abb3cf96587f9d8fe2ab27f260fe03fdeda56 | [log] [tgz] |
---|---|---|
author | Michael Munday <mike.munday@lowrisc.org> | Tue Aug 10 13:43:12 2021 +0100 |
committer | Michael Munday <mike.munday@lowrisc.org> | Thu Aug 19 10:35:25 2021 +0100 |
tree | 81ee9e1a56a6ca6039e64a3cb280689f28cd8163 | |
parent | 650282417f1ea31c954b494831200d92b0d8542b [diff] |
[sw/silicon_creator] Add reset reason enum to rstmgr driver This attempts to both centralize the definitions of the reset reason bitfields and also make them slightly more robust. In particular this change should catch modifications to the layout of the HW_REQ field at compilation time. This change also adds the `rstmgr_reason_clear` function that can be used to clear reset reasons that have already been processed. Signed-off-by: Michael Munday <mike.munday@lowrisc.org>
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).