commit | 898321f4f21d5ed9efdfee99709af6c6208ff1e3 | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Thu May 28 15:26:24 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu May 28 18:39:59 2020 +0100 |
tree | ceff8ace8902378df400e6c1ba283eb58f990c6b | |
parent | 364c194df5415d5907d568b931eb72510c2606b7 [diff] |
[ci] Check Vendoring is up to Date This adds a step to the CI to check whether the vendored versions of repositories have been fully committed. If it hasn't, running `vendor.py` (without `--update`), will cause changes to the repo which `git diff` will show. The intention here is to catch when someone has not committed all the changes that an update to a vendor file may have caused. This CI step uses the `--check-patches` option to ensure any patches apply cleanly. Signed-off-by: Sam Elliott <selliott@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).