commit | df0596a177a1c5c6f249db7858a054ff343cf7f2 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@opentitan.org> | Thu Feb 17 16:45:16 2022 -0800 |
committer | Michael Schaffner <msf@google.com> | Wed Feb 23 17:16:27 2022 -0800 |
tree | dcf9ac86ba1ad518f0e7995a389af11e5be17f3b | |
parent | 94e233c9b627d26d763f4511e1354333ae0d6883 [diff] |
[sram_ctrl] Align behavior of global and local escalation Before, global escalation caused the sram_ctrl to block transactions on top of other defenses (like scrapping the key, blanking return data). Local escalation on the other hand did not cause the sram_ctrl to block transactions. This patch aligns the behavior of both escalations (block transactions), since both are fatal conditions. See #10909 for context. Signed-off-by: Michael Schaffner <msf@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).