commit | 23b134f6937ba98b0435abf48b930c0e3c738514 | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Thu Jul 21 12:50:22 2022 -0700 |
committer | tjaychen <timothytim@google.com> | Fri Jul 22 10:46:49 2022 -0700 |
tree | 9ccdc8b205d795dc77dd79c7d11d21895a0406e5 | |
parent | 1239cf154a35d95bda19c4ed4e1e9c5e13e4a01d [diff] |
[flash_ctrl] Fix info access overflow - When an out-of-bound info partition address is supplied, the previous memory protection would compare against unknown values even though an invalid address was already registered. - Move the invalid address indication into the datapath to fix this issue. - fixes issue identified in #13751 Signed-off-by: Timothy Chen <timothytim@google.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 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).