[roll] Roll fuchsia [boot-shim][devicetree] fix redistributor-stride for 64-bit values

arm,gic-v3 redistributor-stride is represented sometimes as a single
cell property (32-bit) and sometimes as a two cell property (64-bit).
This change adds support to parse either and to export the maximal
mmio address range to the observer based on the region count, if used.

Original-Bug: 330209521
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1003694
Original-Revision: a7f5d844d6178ed7c8cdc3e1fd0194f23b73d355
GitOrigin-RevId: ab521a9768e214fb0f6593347a3950ab490d4cb8
Change-Id: I17302a3586402a98b1b610ab6fba8c6d8d737793
1 file changed
tree: 3a18e7073d00f9055a3d925a898baeb96057a220
  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.