From bda351f24f6b1ce9bd0bf600e2272da91b530d22 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Tue, 25 Oct 2011 17:38:03 -0400 Subject: [PATCH 1/1] Fixed MAD NULL LE configuration error. --- ...template_madnull_scbp6618x_windows_le.json | 44 ++----------------- 1 file changed, 4 insertions(+), 40 deletions(-) diff --git a/boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json b/boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json index 7450133..71dfca1 100644 --- a/boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json +++ b/boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json @@ -3,58 +3,22 @@ "partitions" : [ { - "name" : "DDR3-ROMFS", - "vaddr" : "0x80000000", - "paddr" : [ "0x800000000", "0x800000000", "0x800000000", "0x800000000"] , - "size" : "0x2000000", - "secNamePat" : ["text", "switch", "cinit", "const"], - "cores" : [0,1,2,3], - "permissions" : ["SR", "SX", "SW"], - "cacheEnable" : true, - "prefetch" : true, - "priority" : 0, - "shared" : true, + "name" : "load-partition", + "vaddr" : "0x9e000000", + "size" : "0x2000000", "loadPartition" : true - }, - { - "name" : "MSMCSRAM", - "vaddr" : "0xc000000", - "paddr" : [ "0xc000000"], - "size" : "0x100000", - "secNamePat" : ["NDK_PACKETMEM"], - "cores" : [0], - "permissions" : ["SR", "SW", "SX"], - "cacheEnable" : true, - "prefetch" : true, - "priority" : 0, - "shared" : false - }, - { - "name" : "L2SRAM", - "vaddr" : "0x800000", - "paddr" : [ "0x800000", "0x800000", "0x800000", "0x800000" ], - "size" : "0x100000", - "secNamePat" : [ "resmgr", "cio", "args", "cppi", "qmss", "far", "bss", "neardata", "rodata", "systemHeap", "stack", "vecs", "NDK_OBJMEM", "nimu_eth_ll2", "sysmem", "platform_lib"], - "cores" : [0,1,2,3], - "permissions" : ["UR", "UW", "UX", "SR", "SW", "SX"], - "cacheEnable" : false, - "prefetch" : false, - "priority" : 0, - "shared" : false } - ], + ], "applications" : [ { "name" : "master", "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out", - "libPath" : "../../mad_null/scbp6618x/Debug", "allowedCores" : [0] }, { "name" : "slave", "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out", - "libPath" : "../../mad_null/scbp6618x/Debug", "allowedCores" : [1,2,3] } ], -- 2.39.2