[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].

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/569222
Original-Revision: 1a2e54bb20e08c0d56334f208e82cc00a3d7d3fd
GitOrigin-RevId: e7ff7a7d3d9487171e685ebf14b973edba927afc
Change-Id: Iefdd6d26e4f9b1e0e9d4a3179f2441b5a15328cc
1 file changed
tree: e46f99c947095186b50c186c4e2d7f482380e172
  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.