commit | 6e3c0ed6b4360cee76fe6fb1b77d30214c3e17e7 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Mon Mar 21 15:39:10 2022 -0700 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Thu Mar 24 15:58:13 2022 -0700 |
tree | ed5d9ab1acad3e6bf759b5e3a07641335237b8e7 | |
parent | 0677219017e53b80296f3bbb926942d629905eb4 [diff] |
[bazel] Add rules to build spiflash utility The SPI Flash tool has multiple purposes. The primary is to interact with Verilator simulations or FGPA instances of OpenTitan to reset the chip and bootstrap SW into flash. The second is to split a device BIN into SPI flash frames that can be used in DV sims to bootstrap the chip. While the former is now handled by opentitantool, the latter is still required to build a bootstrap flash image that can be use in DV sim. This adds bazel rules to support building this utility, and its deps. Signed-off-by: Timothy Trippel <ttrippel@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).