commit | e82507ae5414b929884a777650f4e0a311283e0e | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Wed Jul 22 10:24:48 2020 -0400 |
committer | Miguel Young <mcyoung@google.com> | Wed Jul 22 12:32:22 2020 -0400 |
tree | 81f303e68e087b8532502a9011d270504cec0a73 | |
parent | 89308dc38729a8b55bf82d1f5ee327ca2d48d4ca [diff] |
[sw/crt] Fix CRT code clobbering the first word of .bss When this assembly was written, an incorrect assumption was made that the _*_end pointers pointed to the final word in a section, when in reality, they point one past. Due to how the linker laid out .data and .bss, .data initialization would clobber the first word of .bss. Signed-off-by: Miguel Young de la Sota <mcyoung@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 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).