summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2011-10-25 16:38:03 -0500
committerHao Zhang2011-10-25 16:38:03 -0500
commitbda351f24f6b1ce9bd0bf600e2272da91b530d22 (patch)
tree3f5931a4d7fef34b16191e883e0d69bd67301d37
parente96d68222696714e5cb919a6a83221499aa811a3 (diff)
downloadmcsdk-tools-DEV.SC-MCSDK-01.00.00.09.PATCH.01.tar.gz
mcsdk-tools-DEV.SC-MCSDK-01.00.00.09.PATCH.01.tar.xz
mcsdk-tools-DEV.SC-MCSDK-01.00.00.09.PATCH.01.zip
-rw-r--r--boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json44
1 files 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 @@
3 3
4 "partitions" : [ 4 "partitions" : [
5 { 5 {
6 "name" : "DDR3-ROMFS", 6 "name" : "load-partition",
7 "vaddr" : "0x80000000", 7 "vaddr" : "0x9e000000",
8 "paddr" : [ "0x800000000", "0x800000000", "0x800000000", "0x800000000"] , 8 "size" : "0x2000000",
9 "size" : "0x2000000",
10 "secNamePat" : ["text", "switch", "cinit", "const"],
11 "cores" : [0,1,2,3],
12 "permissions" : ["SR", "SX", "SW"],
13 "cacheEnable" : true,
14 "prefetch" : true,
15 "priority" : 0,
16 "shared" : true,
17 "loadPartition" : true 9 "loadPartition" : true
18 },
19 {
20 "name" : "MSMCSRAM",
21 "vaddr" : "0xc000000",
22 "paddr" : [ "0xc000000"],
23 "size" : "0x100000",
24 "secNamePat" : ["NDK_PACKETMEM"],
25 "cores" : [0],
26 "permissions" : ["SR", "SW", "SX"],
27 "cacheEnable" : true,
28 "prefetch" : true,
29 "priority" : 0,
30 "shared" : false
31 },
32 {
33 "name" : "L2SRAM",
34 "vaddr" : "0x800000",
35 "paddr" : [ "0x800000", "0x800000", "0x800000", "0x800000" ],
36 "size" : "0x100000",
37 "secNamePat" : [ "resmgr", "cio", "args", "cppi", "qmss", "far", "bss", "neardata", "rodata", "systemHeap", "stack", "vecs", "NDK_OBJMEM", "nimu_eth_ll2", "sysmem", "platform_lib"],
38 "cores" : [0,1,2,3],
39 "permissions" : ["UR", "UW", "UX", "SR", "SW", "SX"],
40 "cacheEnable" : false,
41 "prefetch" : false,
42 "priority" : 0,
43 "shared" : false
44 } 10 }
45 ], 11 ],
46 12
47 "applications" : [ 13 "applications" : [
48 { 14 {
49 "name" : "master", 15 "name" : "master",
50 "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out", 16 "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out",
51 "libPath" : "../../mad_null/scbp6618x/Debug",
52 "allowedCores" : [0] 17 "allowedCores" : [0]
53 }, 18 },
54 { 19 {
55 "name" : "slave", 20 "name" : "slave",
56 "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out", 21 "fileName" : "../../mad_null/scbp6618x/Debug/mad_null_scbp6618x.out",
57 "libPath" : "../../mad_null/scbp6618x/Debug",
58 "allowedCores" : [1,2,3] 22 "allowedCores" : [1,2,3]
59 } 23 }
60 ], 24 ],