Skip to content

Panic on unsupported interrupt controller #259

@bjorn3

Description

@bjorn3

AcpiPlatform::new() panics on arm64 when a GIC is present:

MadtEntry::Gicc(_)
| MadtEntry::Gicd(_)
| MadtEntry::GicMsiFrame(_)
| MadtEntry::GicRedistributor(_)
| MadtEntry::GicInterruptTranslationService(_) => {
unimplemented!();
}
but merely returns InterruptModel::Unknown if the interrupt controller that is present is entirely unknown by the acpi crate. Please either implement GIC support or also use InterruptModel::Unknown when a GIC is present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions