Skip to content
Commit dac891da authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

Platform/RaspberryPi/AcpiTables: add a IORT ACPI table to limit XHCI DMA



Add an IORT table that will limit XHCI DMA to 2 GB, by setting the
DMA width to 31 bits. This is needed for Linux/arm64, which can
only reliably deal with devices that are unable to perform DMA to
the entire 32-bit address range if it can discover their existence
early during boot, and this is before the ACPI interpreter is up
and running (which rules out calling the _DMA method of the XHC0
object)

Signed-off-by: default avatarArd Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: default avatarAndrei Warkentin <awarkentin@vmware.com>
parent 4a53dbd2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment