[roll] Roll fuchsia [assembly] Add dtbo support

dtbo = device tree binary overlay

Boards can supply a devicetree_overlay file, which is plumbed through
assembly and spit into the product bundle.

Partitions configs declare which partitions / slots are dedicated to the
devicetree overlays.

When `ffx target flash` is run, we flash the dtbos to the correct
partition.

When we construct an update package, we map the dtbo to `type=dtbo`, and
the paver must know how to map that to the right partition for the right
slot.

Original-Bug: 383751674
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1173555
Original-Revision: 8b4baa57c00b906fda103a7accd4aa9da7edae2d
GitOrigin-RevId: 3f65c526e68b2e63094cd774567863a0c2cf127c
Change-Id: Ib927192004eba389a5d386f434fb4a6d8849f7ba
1 file changed
tree: 85099da3e7a60129bdfbcf05fd7910c3d7c1f9bd
  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.