commit | e75de0263d67db59e8738ee1cebb8e8de9717edc | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Wed Aug 28 01:54:47 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 27 18:55:42 2024 -0700 |
tree | 8cb3bc506bf1bae5b29c924a3d9313c97b86c5a1 | |
parent | 0595eef0bc0cbeb400d76f20989195fcbb11fdea [diff] |
[roll] Roll fuchsia [geni][uart] Fix RX and RFR (ready-to-receive) watermark config. Previously RX and RFR registers were configured with values that were incorrect (RX watermark was written to the RFR register) and inconsistent with the bootloader configuration. This caused a failure where the serial engine hung up and lost the last 4 bytes received when the host wrote multiple bytes continuously to the UART pins (for example, when the host pastes texts to the tty). This change removes the RX and RFR config statements so that they will not conflict with the pre-existing configs. The bootloader is fully responsible for setting them prior to Fuchsia boot. Test: geni-tests Test: See bug. Original-Bug: 361345380 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1108146 Original-Revision: d15b027ec85f6c2834d1af7e12db4c7926075085 GitOrigin-RevId: 913389c964651bc072837d7597a0e5ea6a3e9b52 Change-Id: Ic5b40d6e0eb06b7d1b7bb4bf8ae12b25788bc8f3
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.