commit | 88e17589060c786fb1253182669d9252d01cd24a | [log] [tgz] |
---|---|---|
author | Martin Lueker-Boden <martin.lueker-boden@wdc.com> | Sun Apr 11 07:39:00 2021 -0700 |
committer | moidx <migue48@gmail.com> | Mon Apr 12 09:55:11 2021 -0700 |
tree | 4611fb48ebcfe8ffb178fd3baaf361e6828ab774 | |
parent | 8317b037bc142ac95e4bf3ecfdfafffb7f64ef8c [diff] |
[ spiflash, build ] Explicitly add libftdi1 to dependencies The application spiflash requires libftdi1 to compile, and to link. Libftdi1 is a dependency of libmpsse, and thus it is always included as a link time flag. However on systems where libftdi1 is not maintained in the usual system include path, the path to the libftdi1 include files need to be given at compile time as well. This commit adds libftdi1 as an explicit dependency so that the proper include paths get added at the compile stage. Signed-off-by: Martin Lueker-Boden <martin.lueker-boden@wdc.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).