summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-xsrc/occ_405/main.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index 89cabb9..40de571 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -998,6 +998,22 @@ int main(int argc, char **argv)
//failure means we can't talk to FSP.
SSX_PANIC(0x01000002);
}
+
+ l_ssxrc = ppc405_mmu_map(
+ TRACE_BUFFERS_START_ADDR,
+ TRACE_BUFFERS_START_ADDR,
+ ALL_TRACE_BUFFERS_SZ,
+ 0,
+ TLBLO_WR | TLBLO_I,
+ NULL
+ );
+
+ if(l_ssxrc != SSX_OK)
+ {
+ //failure means there will be no trace data for debug
+ SSX_PANIC(0x01000003);
+ }
+
#endif /* PPC405_MMU_SUPPORT */
/* TEMP -- NO FIR SUPPORT IN PHASE1
OpenPOWER on IntegriCloud