commit | 8d83613c4cd516e0e619384984d0d62072ebadf8 | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Fri Apr 08 12:59:04 2022 -0700 |
committer | Martin Lueker-Boden <47870387+martin-lueker@users.noreply.github.com> | Sat Apr 09 15:16:21 2022 -0700 |
tree | 6b77db8c487b89e6744869804c789c318cd481b2 | |
parent | 493fbbdf68d895b8a736236aa791e0e3bced6044 [diff] |
[entropy_src/rtl] Suppress re-assertion of interrupts The entropy_data and observe FIFOs are cleared with the entropy_src is disabled, but any interrupts saying they have data must be cleared by FW. As noted in issue #11951, there is also a delay between when the IP is disabled and the FIFO is cleared. This means that even when FIFO interrupts are cleared after disabling, the interrupt can reassert itself in this brief delay period. This PR therefore suppresses these interrupt events from retriggering when the IP is disabled. Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.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]({{< relref “CONTRIBUTING.md” >}}) 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).