commit | 8872015a077af8abc279852f40e0a4f2c1b84c06 | [log] [tgz] |
---|---|---|
author | Luís Marques <luismarques@lowrisc.org> | Sun Nov 14 22:28:36 2021 +0000 |
committer | Michael Munday <mike.munday@lowrisc.org> | Mon Nov 15 13:09:26 2021 +0000 |
tree | 16df54d1ee77fc17505f0a76988b6a5449a1b624 | |
parent | 4c0e61fd2ee6cbca3fb59e0c542409b53aeac606 [diff] |
[sw] Fix inline functions without linking location When creating builds with optimizations disabled (`-O0`) or with just inlining disabled (e.g. `-fno-inline`) there would be linking errors due to inline functions missing the corresponding extern declaration and thus not having linking locations. This fixes such errors, by adding the missing declarations and library dependencies. It also improves the consistency of those declarations, e.g. by adding the usual explanatory comment where it was missing. 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 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).