commit | 04d9635c18bad33daa5fe99c8dc36cfd8e031021 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Nov 24 16:47:06 2020 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Mon Nov 30 12:35:55 2020 +0000 |
tree | 55ac1b3bea81e1be95dfc2281fb68b8573f8154e | |
parent | 8d54c6c660939fdd17a8a16ad533ad11eb783288 [diff] |
[otbn] Hush warning messages when skipping non-ELF files When I wrote this, I imagined that we'd have a directory that just contained ELF binaries, so you might want a warning message if you'd accidentally dropped in some "foo.alf" or similar. However, the current plan is to build everything in place, so we'll have a load of (random) source code and object files in the same directory. All very well, but we don't want to spam the console. Signed-off-by: Rupert Swarbrick <rswarbrick@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).