commit | 5cc5cdf19edf6994316e4e7f8bc0c34343ab8fd5 | [log] [tgz] |
---|---|---|
author | Jes B. Klinke <jbk@chromium.org> | Tue May 31 16:05:20 2022 -0700 |
committer | cfrantz <frantzcj+github@gmail.com> | Thu Sep 08 13:29:25 2022 -0700 |
tree | e68c4c1d169177371e0e05635d45181a60fb3d32 | |
parent | 0646cccccb2482a73134f9097c93d43c4a8b1ecf [diff] |
[opentitantool]: Adapt heuristics for Ti50 images As part of the "rescue" protocol for Ti50 updates, OpenTitan tool needs to recognize the "RW" part of the given image file. This is done through heuristics that recognize the header of each section, and relying on the order in which sections appear. Recent images happen to have the header signature in more places in the image, causing mis-identification of the RW section. This CL improves the heuristics. Signed-off-by: Jes B. Klinke <jbk@chromium.org> Change-Id: I3f9e0003ecf71b3967d25af88db962b87d041b0f
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).