commit | a47c82ceb8237b99f5c7fc2abc864bda8eee560b | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Tue Dec 07 23:18:49 2021 +0000 |
committer | Miguel Young <mcyoung@google.com> | Fri Dec 10 14:56:47 2021 -0500 |
tree | 0c01ad314a2d0acde02021de8f487d2a17bcaee7 | |
parent | d175e699f9195d78072f6a13eae6c95c204d6cdd [diff] |
[ottf,handler] Deprecate default ISRs and replace with OTTF ISRs. In #9335, OTTF ISRs were separated into their own build target so that only one set of default test ISRs would need to be maintained. Specifically, device code can make use of the OTTF ISRs even WITHOUT the OTTF being present. This commit migrates all remaining device SW from the old default IRQ handlers (i.e., ISRs) to the new default OTTF ISRs, and deprecates the old handlers. This partially addresses a task 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).