summaryrefslogtreecommitdiffstats
path: root/src/occ_405/linkocc.cmd
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-05-12 16:42:46 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-05-30 14:25:52 -0400
commit9f08b00882a07b45cccf8282d97f4bbdcb560307 (patch)
treee8e805513061d8e8af80d67a7d5b176930ee7893 /src/occ_405/linkocc.cmd
parentdc2bca3d0a6bfef8d0fe442ce76bb989741ff4ea (diff)
downloadtalos-occ-9f08b00882a07b45cccf8282d97f4bbdcb560307.tar.gz
talos-occ-9f08b00882a07b45cccf8282d97f4bbdcb560307.zip
WOF: Bring up
Change-Id: I1738f4261604f231d15ba4c7a54f84c8bf6f1f97 RTC: 131186 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40471 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/linkocc.cmd')
-rwxr-xr-xsrc/occ_405/linkocc.cmd22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/occ_405/linkocc.cmd b/src/occ_405/linkocc.cmd
index 03f509b..ab9fe0f 100755
--- a/src/occ_405/linkocc.cmd
+++ b/src/occ_405/linkocc.cmd
@@ -533,14 +533,14 @@ SECTIONS
#if EXECUTABLE_FREE_SPACE
_DATA_SECTION_SIZE = . - _DATA_SECTION_BASE;
__WRITEABLE_DATA_LEN__ = . - __WRITEABLE_DATA_ADDR__ ;
- _EX_FREE_SECTION_SIZE = _PING_PONG_BUFFER_BASE - _EX_FREE_SECTION_BASE;
+ _EX_FREE_SECTION_SIZE = _GPE_SHARED_DATA_BASE - _EX_FREE_SECTION_BASE;
#else
- _DATA_SECTION_SIZE = _PING_PONG_BUFFER_BASE - _DATA_SECTION_BASE;
- __WRITEABLE_DATA_LEN__ = _PING_PONG_BUFFER_BASE - __WRITEABLE_DATA_ADDR__ ;
+ _DATA_SECTION_SIZE = _GPE_SHARED_DATA_BASE - _DATA_SECTION_BASE;
+ __WRITEABLE_DATA_LEN__ = _GPE_SHARED_DATA_BASE - __WRITEABLE_DATA_ADDR__ ;
_EX_FREE_SECTION_SIZE = 0;
#endif
- _SSX_FREE_END = _PING_PONG_BUFFER_BASE - 1;
+ _SSX_FREE_END = _GPE_SHARED_DATA_BASE - 1;
////////////////////////////////
@@ -551,7 +551,7 @@ SECTIONS
// needs to be changed in gpe0_main.c and gpe1_main.c.
////////////////////////////////
__CUR_COUNTER__ = .;
- _GPE_SHARED_DATA_BASE = 0xfffb3d00;
+ _GPE_SHARED_DATA_BASE = 0xfffb3c00;
_GPE_SHARED_DATA_SIZE = 0x100;
. = _GPE_SHARED_DATA_BASE;
#if !PPC405_MMU_SUPPORT
@@ -569,15 +569,15 @@ SECTIONS
////////////////////////////////
// Ping/Pong Buffer Section
//
- // Contains two 128-byte buffers used to tell the PGPE which vfrt to use
+ // Contains two 256-byte buffers used to tell the PGPE which vfrt to use
//
////////////////////////////////
__CUR_COUNTER__ = .;
- _PING_PONG_BUFFER_BASE = 0xfffb3e00;
- _PING_BUFFER_BASE = 0xfffb3e00;
- _PING_BUFFER_SIZE = 0x80;
- _PONG_BUFFER_BASE = 0xfffb3e80;
- _PONG_BUFFER_SIZE = 0x80;
+ _PING_PONG_BUFFER_BASE = 0xfffb3d00;
+ _PING_BUFFER_BASE = 0xfffb3d00;
+ _PING_BUFFER_SIZE = 0x100;
+ _PONG_BUFFER_BASE = 0xfffb3e00;
+ _PONG_BUFFER_SIZE = 0x100;
. = _PING_BUFFER_BASE;
#if !PPC405_MMU_SUPPORT
. = . - writethrough_offset;
OpenPOWER on IntegriCloud