commit | dc7e9f80a8d829fa2584f2fe7f2d439aaaa33cf4 | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Mon Nov 16 18:09:35 2020 +0000 |
committer | Sam Elliott <sam@lenary.co.uk> | Tue Nov 17 10:32:20 2020 +0000 |
tree | 55df7f9954a3b366b4f52b2fea5d67564cdbefbe | |
parent | b7b97e6dc76959af4f0bbfbae712ef342b913bde [diff] |
[sw/rom_ext] Add manifest.h to dependency sources `sw/device/lib/rom_exts.h` is used in both the header and the implementation of the ROM_EXT Manifest parser. In this case, we need to declare that the generated manifest.h is also a dependency of any libraries that depend on the parser, not just of the parser itself, as any dependencies will use the library's header, which uses manifest.h. This solves an intermitent build error we've been seeing with manifest.h. Signed-off-by: Sam Elliott <selliott@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 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).