commit | d6da6f9c8170af2d0152ef8f58f543b64f5a3b83 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Wed May 19 14:27:18 2021 -0700 |
committer | moidx <migue48@gmail.com> | Thu May 20 17:26:05 2021 -0700 |
tree | a1b071aeede7cba674c3ae711d7d577476ec6cbd | |
parent | 30c5f9e73837e2f65abe7985d92a93f5165c8a3e [diff] |
[mask_rom] Refactor the UART to use the abs_mmio module 1. Refactor the uart driver to use the abs_mmio module. 2. Refactor the uart unittest to use the appropriate mock. 3. Pre-compute the desired UART NCO values in the device implementations so we can avoid a uint64_t divide in the UART driver. Signed-off-by: Chris Frantz <cfrantz@google.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 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).