commit | 53d24f1f1825f66ff1ed59bb2216b65ce40ffdc5 | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Mon Feb 22 14:41:34 2021 +0000 |
committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Mon Feb 22 16:05:23 2021 +0000 |
tree | 2de63b37779c3829af48256c9eb625cc88f26918 | |
parent | 254cf26b9f1b782fe58addb9084a638fc09d9bb2 [diff] |
[sw, mask_rom] Initialise Pinmux UART pins used to be dedicated, however with recent changes these became multiplexible. This means that in order to get any uart output in Mask ROM or ROM_EXT - the corresponding pins must be configured. This change adds call to pinmux_init at the beginning of mask_rom_boot. This ensures that the UART pins are configured in both Mask ROM and ROM_EXT. NOTE: DIF Pinmux is work in progress, however it is expected that Mask ROM will use the DIF directly to configure the pins. This also means that sw_lib_pinmux will cease to exist. Signed-off-by: Silvestrs Timofejevs <silvestrst@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).