commit | 46339bb01f4dea5dcc3ec0b0be5384c61cc3ade3 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Mar 17 09:36:02 2021 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Mar 18 10:14:55 2021 +0100 |
tree | dfcdffeeaf2ba81d1b2c2fed6eee51364824d181 | |
parent | 76e35160386278edee3b4bcc5b5a20656a1f6722 [diff] |
[aes] Doc clearing sequence upon reset and align STATUS reg reset value Upon reset, the AES module first performs a PRNG reseed and then clears key, IV and data registers with pseudo-random data. Only after that, the module becomes ready for software initialization. This commit explicitly documents this behavior and changes the reset value of the IDLE and INPUT_READY fields in the STATUS register. Both should be low (not idle, not ready to receive inputs) when coming out of reset. At the end of the clearing sequence, both bits will be high. This is related to lowRISC/OpenTitan#5646. Signed-off-by: Pirmin Vogel <vogelpi@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 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).