commit | 352872d555d21e971739d8821c5e6b94fe442c79 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Tue Jul 27 14:40:56 2021 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Fri Jul 30 15:20:46 2021 +0000 |
tree | 1c1d9a005748edc9b56ef9e04200c71be9bae2ec | |
parent | 6caf7766e22b908de751d7de9d998bee6d5870a8 [diff] |
[mask_rom] Integrate sec_mmio with shutdown 1. Change the signature of the `sec_mmio_shutdown_handler` to accept a single parameter of `rom_error_t`. 2. Define error module codes with ASCII code-points. Correct wrong error numbers in `shutdown_unittest.cc`. 3. Create error codes for the various sec_mmio error states. 4. Invoke the shutdown callback with the appropriate error codes. 5. Initialize sec_mmio at the start of the mask_rom. 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).