commit | 5492f7f80dc087ca1adcd6e189db04f8bf5abdcc | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Apr 22 11:07:25 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Apr 23 10:46:06 2021 -0700 |
tree | f52ea234e6ea6380a6a7cfc106e719f372aca5b0 | |
parent | c20cdcab7552c2fd5bbfc842398191dd710fa535 [diff] |
[kmac] Let AppIntf run out of reset This commit revises entropy module to run without SW out of reset. The newly introduced AppIntf may accept the request before SW image is loaded. Then SW may not be able to trigger kmac_entropy to prepare any entropy. By creating dummy entropies in StReset state, the AppIntf can initiates the request and get the digest result. Signed-off-by: Eunchan Kim <eunchan@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 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).