• Soby Mathew's avatar
    GICv3: Allow probe for fewer GICR interfaces than exposed by the frame · 5dc2c3f9
    Soby Mathew authored
    
    
    Previously the GICv3 redistributor probe function
    (gicv3_rdistif_base_addrs_probe()) asserted that the number of
    per-CPU redistributor interfaces expected to be probed by the
    platform is equal to the number exported by the redistributor
    frame. This is a problem in case the number of CPUs in the
    platform is less than the number of redistributor interfaces
    in the frame. Hence this patch removes the assertion check
    and allows probe for fewer redistributor interfaces as required
    by the platform.
    
    Change-Id: I3449763a3ad70817224442cbe184d001030c9874
    Signed-off-by: default avatarSoby Mathew <soby.mathew@arm.com>
    5dc2c3f9
gicv3_helpers.c 15.2 KB