commit | f310389b4dff26c8ce638ba16b6a7d1aab4e327d | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Thu Nov 11 02:12:52 2021 +0000 |
committer | Alphan Ulusoy <alphan@google.com> | Thu Nov 18 17:03:00 2021 -0500 |
tree | 430aec0519242689eabca3b1e7f08aaa841dd979 | |
parent | fa484ab1a2ab9a7e9818c96cf01b9929e64cc5fd [diff] |
[sw/ottf] Reduce the size of the FreeRTOS heap. The FreeRTOS heap is allocated as a static array. Currently, our flash C runtime (that we use for testing) zeros out the .bss section of memory before transferring control flow to`main()`. This results in a performance hit for tests that do not make use of the FreeRTOS OS layer, i.e., non-concurrency tests. This commit reduces the size of the FreeRTOS stack to 0x800u bytes for the time being. Signed-off-by: Timothy Trippel <ttrippel@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 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).