[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
1 file changed
tree: 8cb3bc506bf1bae5b29c924a3d9313c97b86c5a1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.