commit | 7fa9e9cd3ecf72d55d74fb6cbcf827d314836867 | [log] [tgz] |
---|---|---|
author | Miguel Osorio <miguelosorio@google.com> | Tue Sep 24 14:47:39 2019 -0700 |
committer | Miguel Osorio <miguelaosoriol@gmail.com> | Thu Sep 26 12:45:31 2019 -0700 |
tree | afc6cdb7dd4192e23d651f83c1003cff8267ef6f | |
parent | 70c76d68495b53b0f147d8b2aa41fd40dca73b4b [diff] |
[sw/boot_rom] Add frame retry logic boot_rom sends an ack to spiflash with the hash of the entire previous frame. spiflash retries the previous fram if unable to verify the ack against previous frame hash.
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).