[roll] Roll fuchsia [assembly] Move serial core driver to base from bootfs

The serial driver is now a boot driver which is not the ideal case. The
reason is that it should act as the fallback driver for uart child node,
which means it will bind to uart child node when no other driver binds
to the node, as a boot driver it'll seize the node from all the base
drivers because starts earlier during device boot. This CL moves serial
driver to base driver.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177132
Size-Review: James Sullivan <jfsulliv@google.com>
Original-Revision: 20718b91c2526c520d7798d1fd38df85ee8d12dd
GitOrigin-RevId: 09f8a30f2f15116d3ac346a86b8961518baa5316
Change-Id: I49e1f7a71f3823bae10ca771c537c748371a53a9
1 file changed
tree: 913630301402384dca172babcd6b1cb1f9aca406
  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.