summaryrefslogtreecommitdiffstats
path: root/src/occ_405
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405')
-rw-r--r--src/occ_405/cmdh/ll_ffdc.S4
-rwxr-xr-xsrc/occ_405/linkocc.cmd2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/occ_405/cmdh/ll_ffdc.S b/src/occ_405/cmdh/ll_ffdc.S
index 1ad6730..dd81fca 100644
--- a/src/occ_405/cmdh/ll_ffdc.S
+++ b/src/occ_405/cmdh/ll_ffdc.S
@@ -187,8 +187,8 @@
# FFDC Constants
# --------------
- # The FFDC buffer is the response buffer
- .set FFDC_BUFFER_ADDR, 0xFFFB6800
+ # The FFDC buffer is the response buffer: verify equality to _LINEAR_RD_WINDOW_SECTION_BASE
+ .set FFDC_BUFFER_ADDR, 0xFFFBF000
.set FFDC_DBCR0, (DBCR0_EDM | DBCR0_TDE | DBCR0_FT)
.set FFDC_END_MARKER, 0xFFDCFFDC
.set FFDC_OCC_CHECKPOINT, 0x0F00
diff --git a/src/occ_405/linkocc.cmd b/src/occ_405/linkocc.cmd
index dcf8f47..a489187 100755
--- a/src/occ_405/linkocc.cmd
+++ b/src/occ_405/linkocc.cmd
@@ -622,7 +622,7 @@ SECTIONS
_LINEAR_WR_WINDOW_SECTION_BASE = 0xfffbe000;
_LINEAR_WR_WINDOW_SECTION_SIZE = 0x1000;
- _LINEAR_RD_WINDOW_SECTION_BASE = 0xfffbf000;
+ _LINEAR_RD_WINDOW_SECTION_BASE = 0xfffbf000; // Update FFDC_BUFFER_ADDR if changed
_LINEAR_RD_WINDOW_SECTION_SIZE = 0x1000;
. = _LINEAR_WR_WINDOW_SECTION_BASE;
.linear_wr . : {*(linear_wr) . = ALIGN(_LINEAR_WR_WINDOW_SECTION_SIZE);} > sram
OpenPOWER on IntegriCloud