commit | 2e83bc0b1e0f57fe7f420a3f5a663a71a78630d5 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@google.com> | Thu Aug 18 14:34:26 2022 -0700 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Aug 19 12:33:38 2022 +0200 |
tree | 5e3545e37024355e0c4de58403af5e1c08836a03 | |
parent | 3b3072747f786ebfe20159ebc046ccb16837acc1 [diff] |
[rom_ctrl] Switch padding scheme to zeroes As elaborated in #5771, we decided to switch the padding scheme so that the ROM is padded out with zeroes as opposed to pseudo-random data. This has been deemed the better approach, since confidentiality is not required, and padding out with zero makes sure that there are no "gadget" instructions in invalid ROM regions, since zeroes are interpreted as invalid instructions in Ibex. Signed-off-by: Michael Schaffner <msf@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).