commit | 32655b71b78659f94d07b2f06575cb23f58c89c0 | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Thu Apr 01 21:38:30 2021 -0700 |
committer | Martin Lueker-Boden <47870387+martin-lueker@users.noreply.github.com> | Wed Apr 14 17:38:02 2021 -0700 |
tree | 01672609b8a7bb1e1834d68fa77f09dfd54fb107 | |
parent | 587b7a3cb073cb47cb85f953e1981f1767affdd9 [diff] |
[ spi_host ] SPI_HOST Implementation Register Changes: - Simplified Command structure to speed, direction, length, and CSAAT - CSAAT moved out of CONFIGOPTS - COMMAND register no longer a multi-reg - Added a separate CSID register - Added two new types of errors for command checking - Removed Manual CS feature - Made RX and TX FIFO come through the same register - Simplified all reset registers into one SW_RST - Renamed "BUSYERR" field to CMDBUSY, and homogenized dashes of similar registers - Harmonized all FIFO related sizes and quantities to word-units and 8 bit sizes - ByteOrder now defaults to 1 (Little-Endian) - Clarified operation of ByteOrder in description of !!DATA register Inital implementation included Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.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).