[roll] Roll fuchsia [phys] Change SetUartConsole to take a uart::all::Config

The passed driver is always re-initialized, so it has been used as a
configuration object, since this was the only option before
uart::all::Config.

Once the uart::all::Config has a Match operation, we can drop throw-away
driver objects, and obtain configuration and instantiate the driver only
once.

This moves us closer to move-only backend UART drivers.

Original-Bug: 409114044
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247126
Original-Revision: b3a5183f69f9e3f3d2adbc4976e68c21d76f3c93
GitOrigin-RevId: 1a60b6ed9a69a1b8c57a192537d6be43a693429b
Change-Id: I1d29da211b82398a9bd13a31aaf6364ae0714750
1 file changed
tree: b043393a37d39d9e47bd32e215249e0a43f2731b
  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.