[roll] Roll fuchsia [dfv2] Add Inspect to Composite Assembler

Add inspect data to the composite assembler to make it easier to
debug what state the various composite devices are in.

Example:

assembler-0x0:
 acpi = root.sys.platform.platform-passthrough.acpi.acpi-_SB_.acpi-_SB_-passthrough
 name = acpi-_SB_-composite
 sysmem = root.sys.platform.00_00_1b.sysmem
assembler-0x1:
 acpi = root.sys.platform.platform-passthrough.acpi.acpi-_SB_.acpi-PCI0.acpi-PCI0-passthrough
 name = acpi-PCI0-composite
 sysmem = root.sys.platform.00_00_1b.sysmem

TEST: fx test composite-assembler-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705106
Original-Revision: 5e936551c5c5e7b44227bca278df7f87cf26d6c1
GitOrigin-RevId: 564b3a241823a20de5e99a38497a201269b3cbfc
Change-Id: I22ad0833b09ad6672f3fd1347995a173cf859880
1 file changed
tree: d1140f069b2fc5e94c3ad16853aafbeaccc3b4cd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.