commit | a3a75a18fdb09f106991e7fd09fd5bac573b2eca | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Mon Oct 12 20:23:29 2020 -0700 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Tue Oct 13 16:58:42 2020 -0700 |
tree | 22e1fce2a20d611ff256565f2ae7a4b993a960da | |
parent | 94b35e58240282627ad24789c946fc3b542f2957 [diff] |
[sw] Fix for RISCV compliance test. - A write to the `kDeviceTestStatusAddress` with the value returned from main() was removed from `flash_crt.S` in an earlier commit. - This adds an explicit `test_status_set()` call in the RISCV compliance `support.c` source to get it to exit gracefully. Signed-off-by: Srikrishna Iyer <sriyer@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 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).