arch: AArch64: move GIC implementations to a separate module

This commit moves the GIC-related code to a separate module.
Therefore the implementation of GIC registers can be introduced
to the new module.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang
2020-08-31 11:41:59 +08:00
committed by Rob Bradford
parent 9dd188a8e8
commit b1285cf528
5 changed files with 8 additions and 7 deletions

View File

@@ -6,9 +6,6 @@
pub mod fdt;
/// Module for the global interrupt controller configuration.
pub mod gic;
mod gicv2;
mod gicv3;
mod gicv3_its;
/// Layout for this aarch64 system.
pub mod layout;
/// Logic for configuring aarch64 registers.