[roll] Roll fuchsia [aml-canvas] Extract and document the board driver interface.

The implementation is similar to the Change
Ib4a74c2ff7226b2bc02bd52491d142ea4778b1ac.

We use the FIDL ClientEnd type instead of the ddk::PDevFidl on purpose.
This makes it easier to migrate the driver to DFv2 where we cannot use
ddk::PDevFidl anymore.

Test: added board-resources-test
Test: Booted core.vim3
Original-Bug: 323060335
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004687
Original-Revision: 03df11eb213b343b1d16482dc1405c115384d3b2
GitOrigin-RevId: 6ea98df0a71372f21e12dcb024f77d0dbbd6e1ad
Change-Id: I0ee2e943ac3b4f04f6a8beaf1619018307554678
1 file changed
tree: d8ce208baeaf6319126703cc849f4d3e2077462a
  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 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.