[roll] Roll fuchsia [qemu-arm64] Remove fake-display device from board driver.

qemu-arm64 has PCI and virtio support, and it can bring up a
virtio-gpu display device. So the fake display device created
by board driver is not needed, and we can safely delete it from
the board driver.

All the tests below cherry-picks tqr/675110 so that QEMU GUI
works.

Test: (core.arm64 and core.qemu-arm64) fx qemu (without GUI)
      Verified no display drivers in "driver dump".
Test: (core.arm64 and core.qemu-arm64) fx qemu -g (with GUI)
      Verified only virtio-gpu is availalbe in "driver dump".
      virtcon works.
Original-Bug: 123816
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/820833
Original-Revision: b9f0575974a28d4913d669213101246c6e21955d
GitOrigin-RevId: 982bb358c965ca26c1d0efb5486fda4760778a34
Change-Id: I83f86c490980ad530864b0206f464797bc0ceb83
1 file changed
tree: 7e27eb6549773dfa9ce37ff234df28822e322c4f
  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.