[roll] Roll fuchsia [boot-shim] MSI base address for GIC v2 should be 0 when not present

Wrongfully set to -1(std::numeric_max<uint32_t>), kernel expects it to
be zero.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/936457
Original-Revision: c8dd2bf688c5b1cd0409fc0f68f672e84880ad56
GitOrigin-RevId: 28e7c01b32e97cba1aa93c3688f57230567a97bd
Change-Id: Ibdfcccf6daf718c51a77e1970579ac322fb8b6e1
1 file changed
tree: 17e9c5407b0489765bee9849a6da3a8575a9cd69
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.