commit | fcea9e38174aafd6e77f95403e220a761a942ca0 | [log] [tgz] |
---|---|---|
author | Alphan Ulusoy <alphan@google.com> | Fri Aug 14 15:33:15 2020 -0400 |
committer | Alphan Ulusoy <alphan@google.com> | Thu Aug 20 14:41:52 2020 -0400 |
tree | a4931acad6ab665f0047c32d6082a0987a7d7646 | |
parent | 8fd6d5526f4cfb433e25f544db62d09c69788747 [diff] |
[sw] Modify flash_crt.S for llvm coverage When code is compiled with coverage enabled, the compiler emits pointers to functions (in `.init_array`) that must be called in order to initialize the LLVM profile buffer. This change modifies `flash_crt.S` to call these functions before the main program is executed. Signed-off-by: Alphan Ulusoy <alphan@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).