commit | ee459baf0e6528ba524323ec01593d9b1f66678d | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Fri Aug 27 00:41:44 2021 +0000 |
committer | moidx <migue48@gmail.com> | Thu Sep 02 10:33:25 2021 -0700 |
tree | cd08b2b1f0a6e8e9bb9a9fd6d1ab4a2863b45609 | |
parent | a97c02322eff75055761557de60104ecb40f6baa [diff] |
[sw/vendor] patched FreeRTOS for porting to OT - Removed stdlib.h includes since kernel does not actually use it. - Replaced string.h includes with sw/device/lib/base/memory.h since that where we implement the function FreeRTOS requires. - Removed CLINT macros since we will implement a custom OT port and these will just introduce compiler errors. 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).