Commit b43b314f authored by C A Subramaniam's avatar C A Subramaniam Committed by Hari Kanigeri

SYSLINK: sysmgr - changes to update to new memory map

This patch modifies the memory addresses in sysmgr to be in
line with the new memory map changes required to use the
TLB entries for Ducati.
Signed-off-by: default avatarC A Subramaniam <subramaniam.ca@ti.com>
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent efd18446
...@@ -113,40 +113,40 @@ ...@@ -113,40 +113,40 @@
/*! @brief Start of shared memory */ /*! @brief Start of shared memory */
#define SHAREDMEMORY_PHY_BASEADDR 0x87B00000 #define SHAREDMEMORY_PHY_BASEADDR 0x8B000000
#define SHAREDMEMORY_PHY_BASESIZE 0x00100000 #define SHAREDMEMORY_PHY_BASESIZE 0x00100000
/*! @brief Start of shared memory for SysM3 */ /*! @brief Start of shared memory for SysM3 */
#define SHAREDMEMORY_PHY_BASEADDR_SYSM3 0x87B00000 #define SHAREDMEMORY_PHY_BASEADDR_SYSM3 0x8B000000
#define SHAREDMEMORY_PHY_BASESIZE_SYSM3 0x0007F000 #define SHAREDMEMORY_PHY_BASESIZE_SYSM3 0x00054000
/*! @brief Start of shared memory AppM3 */ /*! @brief Start of shared memory AppM3 */
#define SHAREDMEMORY_PHY_BASEADDR_APPM3 0x87B80000 #define SHAREDMEMORY_PHY_BASEADDR_APPM3 0x8B055000
#define SHAREDMEMORY_PHY_BASESIZE_APPM3 0x0007F000 #define SHAREDMEMORY_PHY_BASESIZE_APPM3 0x00054000
/*! @brief Start of SHM for SysM3 */ /*! @brief Start of SHM for SysM3 */
#define SHAREDMEMORY_SLV_VRT_BASEADDR_SYSM3 0x98000000 #define SHAREDMEMORY_SLV_VRT_BASEADDR_SYSM3 0xA0000000
#define SHAREDMEMORY_SLV_VRT_BASESIZE_SYSM3 0x00080000 #define SHAREDMEMORY_SLV_VRT_BASESIZE_SYSM3 0x00055000
/*! @brief Start of SHM for AppM3 */ /*! @brief Start of SHM for AppM3 */
#define SHAREDMEMORY_SLV_VRT_BASEADDR_APPM3 0x98080000 #define SHAREDMEMORY_SLV_VRT_BASEADDR_APPM3 0xA0055000
#define SHAREDMEMORY_SLV_VRT_BASESIZE_APPM3 0x00080000 #define SHAREDMEMORY_SLV_VRT_BASESIZE_APPM3 0x00055000
/*! @brief Start of Boot load page for SysM3 */ /*! @brief Start of Boot load page for SysM3 */
#define BOOTLOADPAGE_SLV_VRT_BASEADDR_SYSM3 0x9807F000 #define BOOTLOADPAGE_SLV_VRT_BASEADDR_SYSM3 0xA0054000
#define BOOTLOADPAGE_SLV_VRT_BASESIZE_SYSM3 0x00001000 #define BOOTLOADPAGE_SLV_VRT_BASESIZE_SYSM3 0x00001000
/*! @brief Start of Boot load page for AppM3 */ /*! @brief Start of Boot load page for AppM3 */
#define BOOTLOADPAGE_SLV_VRT_BASEADDR_APPM3 0x980FF000 #define BOOTLOADPAGE_SLV_VRT_BASEADDR_APPM3 0xA00A9000
#define BOOTLOADPAGE_SLV_VRT_BASESIZE_APPM3 0x00001000 #define BOOTLOADPAGE_SLV_VRT_BASESIZE_APPM3 0x00001000
/*! @brief Start of shared memory */ /*! @brief Start of shared memory */
#define SHAREDMEMORY_SWDMM_PHY_BASEADDR 0x87C00000 #define SHAREDMEMORY_SWDMM_PHY_BASEADDR 0x8A300000
#define SHAREDMEMORY_SWDMM_PHY_BASESIZE 0x00400000 #define SHAREDMEMORY_SWDMM_PHY_BASESIZE 0x00C00000
/*! @brief Start of SHM SW DMMfor Ducati */ /*! @brief Start of SHM SW DMMfor Ducati */
#define SHAREDMEMORY_SWDMM_SLV_VRT_BASEADDR 0x80000000 #define SHAREDMEMORY_SWDMM_SLV_VRT_BASEADDR 0x81300000
#define SHAREDMEMORY_SWDMM_SLV_VRT_BASESIZE 0x00400000 #define SHAREDMEMORY_SWDMM_SLV_VRT_BASESIZE 0x00C00000
/*! /*!
* @brief Size of the shared memory heap, this heap is used for providing * @brief Size of the shared memory heap, this heap is used for providing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment