commit | 0e82545e1166a1404960a7afa73826c9a678f8b1 | [log] [tgz] |
---|---|---|
author | Alphan Ulusoy <alphan@google.com> | Fri Apr 24 09:47:21 2020 -0400 |
committer | sriyerg <46467186+sriyerg@users.noreply.github.com> | Fri Jun 05 14:40:34 2020 -0700 |
tree | 0aaed03354c00900b8226809ffb431a8a55a7ad5 | |
parent | 0441f325944f130ba98c1ce43aff26f9443ad802 [diff] |
[sw] Introduce mmio_region_memcpy_from/to_mmio32 This change introduces the `mmio_region_memcpy_from_mmio32` and `mmio_region_memcpy_to_mmio32` functions by refactoring some code from the `spi_memcpy` function in `dif_spi_device.c`. These functions can be used copy blocks of memory between MMIO and main memory while ensuring that MMIO accesses are both word-sized and word-aligned. Signed-off-by: Alphan Ulusoy <alphan@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 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).