commit | 525891d9225071c90709ff5830635d5b0b9d9c3f | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Fri Oct 30 19:01:04 2020 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Nov 05 08:08:01 2020 +0000 |
tree | 9a17e459c3927c5f7d12498ec720b7f60e305269 | |
parent | 2ffa7c619601ce11fee0c9c84e52714c4476457c [diff] |
[sw] Refactor exporting to only use BIN_DIR We build code in the object directory (build-out, $OBJ_DIR), and then export it into the bin directory (build-bin, $BIN_DIR). Within BIN_DIR, we conventionally follow/mirror the directory structure in the source tree. Before this patch we constructed the sub-directories $BIN_DIR/sw/host and $BIN_DIR/sw/device in build_consts.sh, and passed them individually to meson. After this patch, we only pass $BIN_DIR to meson, and let its build logic figure out the rest. This allows for a simplification in the meson logic without changing the directory structure we produce. The motivation for this change is the pending addition of the sw/otbn directory, which would duplicate the same functionality for a third time. 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).