commit | 58087d774e4c73a5d856c0458cc61530ba186078 | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Wed Feb 03 16:10:11 2021 -0800 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Wed Feb 03 18:33:23 2021 -0800 |
tree | 1e9be425c54d1e06baecb46bf17e48e7cefd9c29 | |
parent | bea7b6ab0b9699423f7eb38fb0f80e68570997c7 [diff] |
[keymgr] remove one cycle drop at op_accept after keymgr_en is off op_accept is low for one cycle when LC turns off KM When it's low, kmac key is switched to sideload key. And this cycle may expose the good sideload key. It's probably not a security issue but scb checks any good key shouldn't be expose at this point. It may be easy to update design so that we don't need to hack scb to skip checking this cycle. Signed-off-by: Weicai Yang <weicai@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).