commit | ee0e68a8c09ff7c7c7e36c2460cce3e885a327a3 | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Mon May 04 15:03:21 2020 +0100 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Tue May 19 11:06:03 2020 -0400 |
tree | 46001bbdcbb308781242b5d4c163ab578b9228d5 | |
parent | e6e175551ec741ee9037dcfaddc6d25e0b41f225 [diff] |
[sw, tock] Use device specific configuration Earlgrey can be run on different devices that may require different initialisation parameters. This change: * Adds device specific configurations. * Adds infrastructure to choose a configuration. For the available options, see boards/opentitan/Cargo.toml. The option to build for a specific device can be passed through the TOCK_FEATURES environment variable. For example, "TOCK_FEATURES=device_verilator". If TOCK_FEATURES is not specified, tock will be built for fpga by default. NOTE: there might be a better way to request specific device than an environment variable, however it is good enough as a first step and can be improved in follow-up PRs. Signed-off-by: Silvestrs Timofejevs <silvestrst@lowrisc.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 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).