commit | af0b1bfe3376a80d0bffeb8746fab0417e141803 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Fri Oct 01 06:41:28 2021 +0000 |
committer | moidx <migue48@gmail.com> | Mon Oct 04 14:00:50 2021 -0700 |
tree | 4ead2bd7b6e7010cbfbd39f4e8dabdf5cbc7cbfb | |
parent | 4d65aca4cd14f7a0f06721bfedccb8295789c447 [diff] |
[dif/clkmgr] Integrate autogen'd DIF artifacts into src tree. This commit partially addresses #8142. Specifically it: 1. deprecates existing (manually implemented) **Clock Manager** specific DIF return codes and toggle types, 2. integrates the auto-generated **Clock Manager** DIFs into meson build targets, 3. refactors all existing source code to make use of the new shared DIF types and error codes, and 4. separates the MMIO base address for the IP from the `dif_clkmgr_params_t` struct and updates DIF prototypes to take in and extra params struct arg to stay consistent with the Alert Handler DIFs, as described in #8409. This continues the long-term goal of auto-generating several DIF components across all IPs, as described in #8142. Signed-off-by: Timothy Trippel <ttrippel@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).