commit | 30d2a03ace4f3db3eb86a84d73e8a08bd26e6ea8 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Mon Aug 09 15:56:34 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Aug 13 12:50:36 2021 -0700 |
tree | a556080a241c3464d3e06a42c9f20b37b8bebc70 | |
parent | 8cf799ba85e6f1700b26bd9f06a6170d9fc0d26a [diff] |
[spi_device] Add `upload` `busy` fields into cmd_info This commit adds two fields, `upload` and `busy`, into the command information data structure. Those two fields will be used in the upload submodule. Also, the cmdparse module extends its lookup of the command info slot from up-to ReadCmdEnd to the entire command information slot `NumCmdInfo`. The extension is to check opcode and check if the logic uploads the on-going transaction. To support the upload function, the number of the command information entries is increased by 8, from 16 to 24. 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).