summaryrefslogtreecommitdiffstats
path: root/src/occ_405/linkocc.cmd
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-03-13 13:00:54 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-04-27 13:32:40 -0400
commitc36fa46c1e2ab003f0b12c0e52ad7301b826ea38 (patch)
tree9214d75dacb0807e1ddcaf0651a201fbaa9b6837 /src/occ_405/linkocc.cmd
parentf19200513b5c918bf9405616811280c4c8ae2c09 (diff)
downloadtalos-occ-c36fa46c1e2ab003f0b12c0e52ad7301b826ea38.tar.gz
talos-occ-c36fa46c1e2ab003f0b12c0e52ad7301b826ea38.zip
WOF: WOF header and OPPB updates
Change-Id: Ib7cdc81fef49707e9f78acc40ecb7218407b44ff RTC: 169955 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37859 Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/occ_405/linkocc.cmd')
-rwxr-xr-xsrc/occ_405/linkocc.cmd14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/occ_405/linkocc.cmd b/src/occ_405/linkocc.cmd
index 898fa1a..03f509b 100755
--- a/src/occ_405/linkocc.cmd
+++ b/src/occ_405/linkocc.cmd
@@ -551,7 +551,7 @@ SECTIONS
// needs to be changed in gpe0_main.c and gpe1_main.c.
////////////////////////////////
__CUR_COUNTER__ = .;
- _GPE_SHARED_DATA_BASE = 0xfffb3c00;
+ _GPE_SHARED_DATA_BASE = 0xfffb3d00;
_GPE_SHARED_DATA_SIZE = 0x100;
. = _GPE_SHARED_DATA_BASE;
#if !PPC405_MMU_SUPPORT
@@ -569,15 +569,15 @@ SECTIONS
////////////////////////////////
// Ping/Pong Buffer Section
//
- // Contains two 256-byte buffers used to tell the PGPE which vfrt to use
+ // Contains two 128-byte buffers used to tell the PGPE which vfrt to use
//
////////////////////////////////
__CUR_COUNTER__ = .;
- _PING_PONG_BUFFER_BASE = 0xfffb3d00;
- _PING_BUFFER_BASE = 0xfffb3d00;
- _PING_BUFFER_SIZE = 0x100;
- _PONG_BUFFER_BASE = 0xfffb3e00;
- _PONG_BUFFER_SIZE = 0x100;
+ _PING_PONG_BUFFER_BASE = 0xfffb3e00;
+ _PING_BUFFER_BASE = 0xfffb3e00;
+ _PING_BUFFER_SIZE = 0x80;
+ _PONG_BUFFER_BASE = 0xfffb3e80;
+ _PONG_BUFFER_SIZE = 0x80;
. = _PING_BUFFER_BASE;
#if !PPC405_MMU_SUPPORT
. = . - writethrough_offset;
OpenPOWER on IntegriCloud