aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-11-11 15:44:45 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-11-11 18:35:00 +1100
commit40558797f16270d2727be0596a36a6fca56b0a44 (patch)
treed5ca2ed95c7f08e3ee16899e949e3e10af26eab5 /platforms
parent192d5865f0bbd3ea1ccf3bc2ee0fd2ebfbea06d1 (diff)
downloadskiboot-40558797f16270d2727be0596a36a6fca56b0a44.zip
skiboot-40558797f16270d2727be0596a36a6fca56b0a44.tar.gz
skiboot-40558797f16270d2727be0596a36a6fca56b0a44.tar.bz2
fsp: map trace areas on P9
P7 did not have enough PSI TCEs to map trace buffers, and so it was P8 only, and not updated for P9 despite P9 having 256KB Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/ibm-fsp/common.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index a0339ec..1ad2210 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -30,12 +30,6 @@ static void map_debug_areas(void)
t = memcons.ibuf_phys - INMEM_CON_START + PSI_DMA_LOG_BUF;
debug_descriptor.memcons_ibuf_tce = t;
- /* We only have space in the TCE table for the trace
- * areas on P8
- */
- if (proc_gen != proc_gen_p8)
- return;
-
t = PSI_DMA_TRACE_BASE;
for (i = 0; i < debug_descriptor.num_traces; i++) {
/*