commit | 4e64c48f8b0d91beff3e5dfceb251747f3f53d6d | [log] [tgz] |
---|---|---|
author | Michael Munday <mike.munday@lowrisc.org> | Wed Sep 01 21:28:51 2021 +0100 |
committer | Michael Munday <mike.munday@lowrisc.org> | Thu Sep 02 13:34:19 2021 +0100 |
tree | 1577dd103e8aa622bae52b1a8b2b36be2feecfc0 | |
parent | 72f20cbbe5a64d12c127898a5a762d9e67b2a337 [diff] |
[rom_ctrl] Use FileSiz to determine ELF segment size MemSiz includes memory that is allocated but not loaded. FileSiz is the actual size of the segment in the ELF file. For example, the mask ROM ELF file contains a segment with both .data and .bss packed into it. The FileSiz is 0xc bytes (the size of .data) while the MemSiz is larger at 0xa8 bytes because it includes the .bss section that is not loaded from ROM and takes up no space in the ELF file. Signed-off-by: Michael Munday <mike.munday@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).