commit | 7db405b60271dfebdced5c99d302c8f84d424b8e | [log] [tgz] |
---|---|---|
author | Miguel Osorio <miguelosorio@google.com> | Tue Sep 24 08:53:27 2019 -0700 |
committer | Miguel Osorio <miguelaosoriol@gmail.com> | Thu Sep 26 12:45:31 2019 -0700 |
tree | 76897cc403fcb20cfd97d2262ab086f71d3f634e | |
parent | d68c98db13a34d29e0b5d467de7e622fb8102e2b [diff] |
[sw/boot_rom] Add SHA256 checks to each frame. Check integrity of each received frame payload against the hash stored in its header. Fail bootstrap if there is an invalid frame found. Retry logic will be added in a separate commit.
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.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).