commit | 371c79f1b8d81510bf1dcc26f96007cd9c8981eb | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Tue Jun 23 20:06:19 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Fri Jun 26 01:03:00 2020 +0100 |
tree | fca007a5234d5a832f7adc305b8b36aea125ab95 | |
parent | 24752c8abcd0bd5637fe27870cac5f1f6d54afdb [diff] |
[sw] Cleanup Meson Configuration This change deduplicates most of our compiler argument processing that is done in meson.build, so that our compiler instances agree more. It also makes some native: true vs native: false options explicit. This change also moves the include purging into a "postconf" script, as supported by meson for this exact purpose. This means if ninja needs to re-run meson, includes will (correctly) remain purged. This change also removes some default build options that were causing warnings when reconfiguring meson. Unfortunately we cannot remove them all as the following warning is misleading, and those build options do cause effects: `WARNING: Unknown options: "build.c_std, build.cpp_std"`. 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).