commit | 9c83943799e6cbc73b3210a71f078b294d4662fe | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Oct 07 15:46:49 2020 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Oct 07 16:51:32 2020 +0200 |
tree | 7559295a57a17c86a95e882a852964c33f395386 | |
parent | a49d704bdc1d84da33282b177848d469ec2ee316 [diff] |
[sw/sca/aes_serial] Make sure to actually receive characters over UART In lowRISC/OpenTitan#3526, a function call to inside the aes_serial app to receive UART characters was accidentally replaced with a call to check for available characters only. The characters were never read from the UART Receive FIFO. As a result, the aes_serial application was not working at all. Signed-off-by: Pirmin Vogel <vogelpi@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).