commit | 5d3476560eabd576e0518d3645785400edbf44df | [log] [tgz] |
---|---|---|
author | Alphan Ulusoy <alphan@google.com> | Mon Jun 14 14:43:02 2021 -0400 |
committer | Alphan Ulusoy <alphan@google.com> | Tue Jun 15 13:11:05 2021 -0400 |
tree | ecefac89326e71015214120295dfa02c90ea4524 | |
parent | b344ed76e32294c0d3121ca2d736e3411fc9c75a [diff] |
[sw/silicon_creator] Move struct definitions shared across boot stages to a new header We plan to move the bulk of the signature verification code to `sw/device/silicon_creator/lib` to be able to use it in multiple boot stages. Once this work is completed, the only difference between boot stages should be the public keys that they use to verify manifest signatures (`sigverify_keys.c`). To this end, this change: - Moves `sigverify_buffer_t` and `sigverify_rsa_key_t` to `sw/device/silicon_creator/lib/sigverify_rsa_key.h`, and - Moves `sigverify_rsa_key_get` to `sigverify_keys.c`. 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 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).