[roll] Roll fuchsia [sdk][sdio] Add PerformTuning and remove RunDiagnostics

Add an async method to allow clients to request re-tuning in the
background. When run periodically, this could reduce the rate of CRC
errors due to changes in bus delay over time.

Also remove RunDiagnostics, which never ended up being used and will be
made mostly redundant by PerformTuning.

Original-Bug: 64166
Original-Bug: 129525
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/874347
Original-Revision: 95295a287cf1603f07df065f298a7484b78496de
GitOrigin-RevId: 610fd418365449b597e95b3f048c0cc395b5b1f3
Change-Id: I640f031cbbe180cae05376f6427c4fd9f3357465
1 file changed
tree: f9c46d3870eccc4d2ecf109af2b09abe472ea45b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.