commit | 6c1c17a98960eb7c78906fdb64408ec1b1b89bac | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Jul 12 12:19:01 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Jul 13 14:06:01 2021 +0100 |
tree | 9c4ac830c53352acfea6a2598fb51ecae26d25f4 | |
parent | 7987b54515516673ad0bab217a9e8f2f843139e9 [diff] |
[otbn] Add a "clear" input to otbn_stack This doesn't do anything except zero the write pointer. We're eventually going to add some sort of secure wipe, which will splat the stack contents. It might also do a 2-stage wipe of the write pointer, in which case this will take a bit more cleverness. For now, this change is just to allow functional correctness (clear the x1 stack on start) for testing. Signed-off-by: Rupert Swarbrick <rswarbrick@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 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).