[roll] Roll fuchsia [boot-options] Switch serial type to uart::all::Config

Use a copyable representation of the uart configuration. This does not
represent or deal with driver state. The config object, provides a type
tagged configuration object, allowing proper instantiation of
uart::all::Driver and KernelDriver.

At this point, we should be able to switch to move only backend drivers.

Added helper method to turn uart::all::Driver into uart::all::Config,
uart::all::GetConfig which is the opposite of MakeDriver.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1125234
Original-Revision: 9f1e63496ef807f4a2e3b3d9bbc2f59842eb1f35
GitOrigin-RevId: 52307cb936c71341541ec058bdc610154a1287ed
Change-Id: I9ecedf67867967f685c00f71d24281e6627fe3db
1 file changed
tree: 63490775826b8c63973aaef8efb9b71664e2e16f
  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.