commit | 88b4b132c20518ab11cbacc0fafebdd574cd1e84 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Fri May 14 16:34:40 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Mon May 17 14:22:27 2021 -0700 |
tree | 8acd5e19b9524314e1b7f8d7859789b43e9b8f9b | |
parent | 78d6d3f4bd8f0341e4881aaaa35e8cb653ec0794 [diff] |
[spi_device] Revise passthrough command parsing logic This commit re-designs the passthrough logic. The logic used 256 command info structure, which is the compile-time predefined parameter. Now, it defines SW configurable command info slots. By default the register has 16 command info slots. First 10 slots are also used in the flash mode. Following 6 slots are used in the passthrough logic only. 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 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).