ppc/pnv: Add POWER10 ChipTOD quirk for big-core
authorNicholas Piggin <npiggin@gmail.com>
Tue, 18 Jun 2024 03:09:54 +0000 (13:09 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:21:06 +0000 (09:21 +1000)
commit78be3218940c0902d165f42ad0cdcd38e66c5df2
tree8ace6e795aa4ba67ae431b24defe0d94e1fdd5f6
parent16ffcb3401ddb991ec746de05595ba62eae45a1b
ppc/pnv: Add POWER10 ChipTOD quirk for big-core

POWER10 has a quirk in its ChipTOD addressing that requires the even
small-core to be selected even when programming the odd small-core.
This allows skiboot chiptod init to run in big-core mode.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/pnv.c
hw/ppc/pnv_core.c
include/hw/ppc/pnv.h
include/hw/ppc/pnv_core.h
target/ppc/timebase_helper.c