From 9f08b00882a07b45cccf8282d97f4bbdcb560307 Mon Sep 17 00:00:00 2001 From: Andres Lugo-Reyes Date: Fri, 12 May 2017 16:42:46 -0500 Subject: WOF: Bring up Change-Id: I1738f4261604f231d15ba4c7a54f84c8bf6f1f97 RTC: 131186 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40471 Tested-by: FSP CI Jenkins Reviewed-by: William A. Bryan --- src/occ_405/linkocc.cmd | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/occ_405/linkocc.cmd') 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; -- cgit v1.2.1