commit | f50ed6d78e961705c3b0abe1f467701990ac84ca | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Oct 29 13:47:37 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Oct 30 13:04:55 2020 -0700 |
tree | af4d6798d88a97cf23a0e493c8da673d328eb629 | |
parent | 5793d75d32828a3bcc4a33b4cb5ebbbc1f914dd6 [diff] |
[kmac] Split the tl_adapter from msg_fifo In following commits, I will introduce KeyMgr interface module. It hijacks the data between the software MSG_FIFO interface and the prim_packer in MSG_FIFO. It switches to KeyMgr data interface when KeyMgr KDF request is received. To support it in a modular way, tl adapter module is moved outside of the kmac_msgfifo module. The MSG_FIFO module now accepts generic FIFO interface that has same 64bit Width as internal datapath. The software will still write in 32bit. Upper 32bit will be zero. Signed-off-by: Eunchan Kim <eunchan@opentitan.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).