commit | 12810ea9f4a1a9cc5b1d0c1b9fce7ef4d8df4bef | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Thu Nov 11 16:56:37 2021 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Sat Nov 13 08:49:23 2021 -0800 |
tree | 1124c9e68bdc2c560d09f9627b31c37a22fa6736 | |
parent | 1469f93bfd75eaeb35b87c734b2cdd01fa19ac21 [diff] |
[dv/alert] Fix alert init Before alert_init finish, there might be another reset happen. Previous code only handled the monitor part, this PR fixes the driver part as well. This PR also create a separate thread for alert_init from reset_thread. Signed-off-by: Cindy Chen <chencindy@opentitan.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).