commit | 7f9a5bb4a11c354189be83c0615a52cc5f7dfc7b | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Thu Nov 19 22:59:59 2020 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Nov 23 11:47:45 2020 +0000 |
tree | 47358d5bce534ebed722a552026615e716620333 | |
parent | 2d1498423847dacb8fbabbe7e5c3e1cc13980014 [diff] |
[build] Write environment configuration file As part of Meson's configuration process initiated by `meson_init.sh` write a file `.env` into the object directory ($BUILD_BIN/build-bin) containing environment information as it is detected and used by Meson to build software. This file can be used by other tools which build software to ensure that they use the same tools as used by software built through Meson. The `.env` file is a simple KEY=VALUE format, following Docker's dotenv format, which can be easily parsed. Signed-off-by: Philipp Wagner <phw@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).