commit | 72056eed67d4a2c86574a3a723201490fda0dd69 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Thu Sep 23 16:39:32 2021 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Fri Sep 24 11:39:27 2021 +0100 |
tree | 66668597eebf825c7cb14ff430d3033cc026396e | |
parent | 3a860179d9d7624837ae798366da87bf3fb33d77 [diff] |
[otbn,sw] Ensure entry points are at address zero In order to remove the START_ADDR functionality, we need to make sure that the software we want to run really does start at address zero! This patch adds a new input section to the linker script called ".text.start". The idea is that you should put the entry point there, which will force it to appear at address zero. The patch also ports each software code snippet that we load from Ibex so that it uses the .text.start section. Signed-off-by: Rupert Swarbrick <rswarbrick@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 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).