commit | 6940d94cd03b5f75aec543086182c4b8151e49fe | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Thu Feb 04 16:29:33 2021 +0000 |
committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Thu Mar 04 08:47:18 2021 +0000 |
tree | 1938f592931d6bc479f5f5f12b3753aecc118415 | |
parent | 1f4b258077e16ed8126c24e091b1fefc834a5402 [diff] |
[sw, rom_ext_signer] Add signing and remaining image update API - Retrieving exponent is work-in-progress, and at the moment dummy hardcoded vector of `0xA5` is used. - Retrieving modulus is work-in-progress, and at the moment dummy hardcoded vector of `0xA5` is used. - Peripheral Lockdown Info encodingis work in progress, and at the moment dummy hardcoded vector of `0xA5` is used. - It is not clear yet how the device_usage_value is encoded in the 256-bit usage_constraints blob, and at the moment dummy hardcoded vector of `0xA5` is used. This change adds image signing functionality through Mundane. * There was some refactoring done, missing fields `extension{0,1,2,3}_offset` have been added. * `image_length` is no longer passed in the config, as it is set automatically in the manifest assembly file. * `image_timestamp` is no longer passed in the config, and is calculated at runtime. Signed-off-by: Silvestrs Timofejevs <silvestrst@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).