[roll] Roll fuchsia Reland "[aml-thermal] Use SDK pdev library"

This is a reland of commit aba7239bc56c0d304a6d0f8bcfcddaf7e07fd4ea

The original CL caused the aml-thermal driver to crash in smart display
devices. The driver crashed when trying to use its trim mmio field which
was accidentally moved into its hiu mmio field thus invalidating the
trim mmio.

This reland fixes this issue and has been tested by running the smart
display buildbots.

Original change's description:
> [aml-thermal] Use SDK pdev library
>
> Make the aml-thermal driver use the //sdk/lib/driver/platform-device/cpp
> SDK library in order to interact with the platform device.
>
> Create a common GN target shared by the aml-thermal driver and its tests
> in order to avoid writing duplicate dependencies.
>
> Original-Bug: 366517646
> Change-Id: I441c8b657e4c4b0eff9bc1c8ea96a473ab77ddfd
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238348
> Commit-Queue: Nick Eaton <nickeaton@google.com>
> Reviewed-by: Sam Hansen <hansens@google.com>

Original-Bug: 366517646
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238351
Original-Revision: 8f2dc9180dcf7257e405422838c7bbb19ff971cb
GitOrigin-RevId: 3c1d8c106b6ffb5ae1a03669b34e3c05ffd07620
Change-Id: I4ae810cdccfdc1783a576215cc7d4f06ffafb493
1 file changed
tree: edf2cf947c827b204a0b338ec4a185e544fa0f8b
  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.