[roll] Roll fuchsia [uart] ChosenMatcher store configuration not a driver

As a last step, we introduce Select/TrySelect for obtaining an empty
configuration object tied to a specific driver type.

Then the ChosenMatcher can store a uart::all::Config, to later use the
entry set active by `Select` to fill the right driver data.

Removed code from uart::all::Driver to matching. All that remains is
change any usage of uart::all::Driver::Match to
uart::all::Config::Match.

Original-Bug: 409114044
Original-Fixed: 397523685
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249105
Original-Revision: 629bb7a7abf8fec36440387e23f4b7a799a37455
GitOrigin-RevId: 31a129574502cc432f8fb03a264f4245319ea2d5
Change-Id: I6c5bc25bb51210448f4918e59be31f13e776e92b
1 file changed
tree: c150bd8629be393d3b2f43b90cbc5f007351e7d7
  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 in one of the communication channels documented at get involved.

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.