Skip to content

Why GIC Group1 Secure interrupt enabling is different between TF-A and non-TF-A builds ? #7563

@himz-os

Description

@himz-os

Hi All,

I noticed something interesting while looking at the GICv3 initialization code in gic driver. When TF-A (CFG_WITH_ARM_TRUSTED_FW) is defined we don't enable Group 1 Secure interrupts below code.

io_setbits32(gd->gicd_base + GICD_CTLR, GICD_CTLR_ENABLEGRP1S);

While I understand that TF-A handles the GIC initialization (as the code comments mention), I'm curious why this specific Group 1 Secure interrupt configuration is treated differently ?

Would appreciate to know some insight into the reasoning behind this implementation.

Thanks

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