commit | 81f0c1281932ae01e708349039510230bd74c18f | [log] [tgz] |
---|---|---|
author | Andreas Kurth <adk@lowrisc.org> | Fri Apr 01 19:19:47 2022 +0200 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Apr 05 10:21:26 2022 +0100 |
tree | eb9db9cb961647c43ffe26e353701f368cd76b41 | |
parent | 4d80330c6d13e4c8490bf5f8e4f0a9727ac5759d [diff] |
[otbn] Pass lc_escalate as lc_tx_t to otbn_controller Instead of flattening the lifecycle escalate input at the top-level `otbn` module to a single bit and passing this bit down, this commit passes the multi-bit lifecycle escalate input to the FSM in `otbn_controller`, where it is then processed. This should be more difficult to attack. Signed-off-by: Andreas Kurth <adk@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]({{< 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).