commit | 240a208efd21734097536327511e1304f07d14df | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Mon Jul 27 21:34:34 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Fri Jul 31 16:47:44 2020 +0100 |
tree | fcd3fca7f694fbf96667c930beebd09e0d7aec0a | |
parent | f7cb5f4f234a7d5e61dcd77b024092db2a4fa21f [diff] |
[mask_rom] Mask ROM Initial Commit This is the initial framework which we will continue to develop the Mask ROM upon. The Mask ROM is the first stage of the Secure Boot process. The aim of the Mask ROM code is to have as few dependencies as possible, and for all the code to be as simple as possible, so we re-implement some structures in other parts of the `sw` tree, rather than pull them in entirely. This code is based on the implementations in `sw/device/boot_rom` and `sw/device/exts/common`. The Mask ROM currently does not do anything, and certainly cannot load a flash image to execute yet. These are future additions that will be made. Signed-off-by: Sam Elliott <selliott@lowrisc.org>
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).