commit | c7a6b83f2ad4ff52c71e41c16413448b0663c890 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Wed Aug 18 01:34:35 2021 +0000 |
committer | moidx <migue48@gmail.com> | Mon Sep 27 10:14:49 2021 -0700 |
tree | 2f192e909aa4681f13d195eca3446679b381ec86 | |
parent | c0e02864c3c46d6841b1bdec3c5b8e5d3abbf09f [diff] |
[sw/ottf] Initial prototype of OpenTitan Test Framework This prototype of the OpenTitan Test Framework (OTTF) contains: -Code to port FreeRTOS to run on OpenTitan hardware. -Test setup and teardown code (similar to the prior test_main.c). -An example Earlgrey chip-level test. 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).