commit | 64c897398bd3e2ee0651c5e5f3bd5e7ef88bfecc | [log] [tgz] |
---|---|---|
author | Luís Marques <luismarques@lowrisc.org> | Fri Aug 07 12:56:50 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Fri Aug 07 17:13:32 2020 +0100 |
tree | 042cddaf903b3bbd6fefcb4aa220a8f17cd42027 | |
parent | d4651a29579985ac8c2ae90bbabcf7af5fb573b9 [diff] |
[sw] Fix flash_header section attributes Moving the flash_header section from the linker script to an assembly file allows us to specify that section's attributes and ensure it's not writeable. This prevents the segment containing the code and other read-only data to also be flagged as writeable. Signed-off-by: Luís Marques <luismarques@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).