• C
    ppc/pnv: POWER9 XSCOM quad support · 5dad902c
    Cédric Le Goater 提交于
    The POWER9 processor does not support per-core frequency control. The
    cores are arranged in groups of four, along with their respective L2
    and L3 caches, into a structure known as a Quad. The frequency must be
    managed at the Quad level.
    
    Provide a basic Quad model to fake the settings done by the firmware
    on the Non-Cacheable Unit (NCU). Each core pair (EX) needs a special
    BAR setting for the TIMA area of XIVE because it resides on the same
    address on all chips.
    Signed-off-by: NCédric Le Goater <clg@kaod.org>
    Message-Id: <20190307223548.20516-12-clg@kaod.org>
    Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
    5dad902c
pnv_core.c 11.4 KB