commit | 977b4cc5020684e9c014faedacca44f064fb381e | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Jun 01 12:12:42 2021 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Jun 01 13:33:20 2021 +0100 |
tree | 1e201bf949128aa4e8235560e691aaca1cf4dc8d | |
parent | 54da889ea56ce4e23182e4c42561bbeb6b0cd26a [diff] |
Avoid premailer 3.9.0 due to API breakage https://github.com/peterbe/premailer/pull/255 introduced a new, for our use case mandatory, argument to the constructor. Since this argument wasn't part of the constructor in 3.8, we need to runtime-detect if we're running premailer 3.9+ and then set the option. Let's avoid this version for now and hope upstream sorts it out in a more backwards-compat way -- or we wait a bit longer and force our users to use premailer 3.9+. Fixes #6768 Signed-off-by: Philipp Wagner <phw@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 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).