commit | d9881e47c0acd1195b184d55e010be27e086ab20 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Tue Nov 23 17:30:20 2021 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Wed Dec 01 09:04:40 2021 -0800 |
tree | 45edce2d77422001ff011451a757b700750e7d47 | |
parent | 101c314472ad79a9cfc00b335dc9c122eb01964c [diff] |
[chip, dv] Move OTP image generation to DVSim There are a few updates in this commit. 1. The initial OTP image generation was handled by meson build. Unfortulately, that prevents us from modifying the OTP image generation in the extended closed source env which has a different OTP memory layout than our generic model. The OTP generation step for DV is done via DVSim (added to chip_sim_cfg.hjson as a `pre_run_cmd`) 2. All available OTP image flavors (for LC state RAW, DEV and RMA) are constructed by default. 3. The chip_env_cfg now has supprt for choosing which of these flavors to pick via a plusarg. Signed-off-by: Srikrishna Iyer <sriyer@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).