[roll] Roll fuchsia [x64][interrupts] Configure available IRQs based on MADT tables

This adds a method `apic_io_get_gsi_range` to obtain the min
and max values for global system interrupts provided to us by
ACPI. Using this, we can properly initialize the ResourceDispatcher
corresponding to IRQs with the correct range of interrupts available
to the system. This fixes an issue where systems still in PIC mode
were using low IRQ #s that were outside the previously incorrect
IRQ range of [16, 255].

This is a re-land of fxr/569222 to return to patchset 14, rather than
the auto-submitted experimental (and wrong) patchset 15.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/575778
Original-Revision: 3df93341119dbc0a21e2369535c84fb93670c329
GitOrigin-RevId: 70b79ecdc15c3ec859106a6c62fc987b706f53c1
Change-Id: I19f1d804fba1493d346021c50f46a887bc90ca86
1 file changed
tree: b20ca44ff7559984b80af32d3efcb003c4711160
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.