aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/fsp/fsp-psi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/fsp/fsp-psi.c b/hw/fsp/fsp-psi.c
index aeaf47e..38f130d 100644
--- a/hw/fsp/fsp-psi.c
+++ b/hw/fsp/fsp-psi.c
@@ -37,6 +37,7 @@ void psi_init_for_fsp(struct psi *psi)
switch (proc_gen) {
case proc_gen_p8:
case proc_gen_p9:
+ case proc_gen_p10:
out_be64(psi->regs + PSIHB_TAR, PSI_TCE_TABLE_BASE |
PSIHB_TAR_256K_ENTRIES);
break;