mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
![]() Even though the RC node has the correct size and the ID mappings
are written to the end of the node, the ID 'mapping offset' and
'mapping count' are not written in the IORT RC node header, thus it
looks like that the RC node has no ID mappings.
The Linux kernel doesn't complain about the invalid IORT RC node,
even though the spec says that each RC node must have an ID mapping.
The kernel will fail to use MSI IRQs and fall back to a legacy IRQ
mechanism that's not working either.
Finally it will show strange behaviour around PCI interrupts, making it
hard to trace back to an invalid IORT RC nodes.
Add the missing ID mapping count and mapping offset.
TEST: Fixes IRQ usage of PCI devices on qemu/sbsa-ref.
Fixes:
|
||
---|---|---|
.. | ||
acpi.c | ||
acpi_device.c | ||
acpi_dp.c | ||
acpi_table.c | ||
acpi_writer.c | ||
acpigen.c | ||
base.c | ||
csrt.c | ||
dsdt.c | ||
facs.c | ||
Makefile | ||
mcfg.c | ||
ssdt.c |