arch: aarch64: Add GICv3-ITS on AArch64

GICv3-ITS is needed for MSI handling.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao
2020-06-02 16:57:55 +08:00
committed by Rob Bradford
parent 17057a0dd9
commit 598bcf1459
7 changed files with 182 additions and 21 deletions
+1
View File
@@ -8,6 +8,7 @@ pub mod fdt;
pub mod gic;
mod gicv2;
mod gicv3;
mod gicv3_its;
/// Layout for this aarch64 system.
pub mod layout;
/// Logic for configuring aarch64 registers.