commit | 05bc1810c2279a11461ed661d081eb843b81c163 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Tue Feb 15 15:59:39 2022 -0800 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Wed Feb 16 16:47:36 2022 -0800 |
tree | 7ad81490298819d4cae3e5fcac4202603e9af752 | |
parent | e653bfa67ef0a9ff4e7c5ce32e39c3e260134236 [diff] |
[bazel] Integrate rom_ext_image_tools into `sw/host` cargo workspace To facilitate mask ROM E2E testing, test binaries must be signed in order to be runnable via the mask ROM. To add signing support to bazel for test images, the `rom_ext_signer` tool must be brought under bazel control. To enable the above, this commit integrates the `rom_ext_image_tools` into the `sw/host` cargo workspace, and re-runs `cargo raze` to generate the appropriate bazel BUILD files for the `rom_ext_image_tools` Rust dependencies. This addresses a task in #10864. 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).