commit | 18f93dba829de0f6cc21516896b014713bdf37f3 | [log] [tgz] |
---|---|---|
author | Jade Philipoom <jadep@google.com> | Fri Apr 08 10:24:16 2022 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Apr 12 13:43:26 2022 +0100 |
tree | b3412001d19d0ffb4d1ca42bbe7754a3c96b9d75 | |
parent | 3dc8bdded961c577da61135ff38c45900f268c62 [diff] |
[sw,rom_ext] Replace exponent with address translation in manifest. We needed to make two changes to the manifest: * remove the exponent field (since only one exponent, 65537, is now supported), and * add a field to indicate whether the `ROM_EXT` expects address translation. Since the two fields are the same size, it causes minimum disruption in padding/offsets to simply replace one with the other. Signed-off-by: Jade Philipoom <jadep@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]({{< 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).