commit | 84291ebf7c2a740ffdd4954de05431facbd63369 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Sat Nov 13 00:53:30 2021 +0000 |
committer | Miguel Young <mcyoung@google.com> | Tue Nov 16 15:39:59 2021 -0500 |
tree | a790be225a435ab515a229c5ec45ed5c900060ad | |
parent | 8354735c3e8c6f0d63b14a86f9b2cc4da447a7b6 [diff] |
[sw/ottf] Restructure meson build targets for OTTF. For testing the OTTF, a single meson build target was constructed with an example test built in. This refactors the build targets to build the OTTF as a library that is linked with tests that are also defined as libraries. This makes building test binaries that use the OTTF similar to those that use the existing test_main.c test framework. Additionally, two example OTTF tests (one bare-metal and one concurrency) are added to provided examples of how to write on-device tests using the OTTF. This partially addresses a larger effort of refactoring the on-device test framework, as described in #8015. Signed-off-by: Timothy Trippel <ttrippel@google.com>
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 and our documentation on project organization and processes 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).