summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: e96d682)
raw | patch | inline | side by side (from parent 1: e96d682)
Fixed MAD NULL LE configuration error. DEV.SC-MCSDK-01.00.00.07 DEV.SC-MCSDK-01.00.00.08 DEV.SC-MCSDK-01.00.00.09.PATCH.01
author | Hao Zhang <hzhang@ti.com> | |
Tue, 25 Oct 2011 21:38:03 +0000 (17:38 -0400) | ||
committer | Hao Zhang <hzhang@ti.com> | |
Tue, 25 Oct 2011 21:38:03 +0000 (17:38 -0400) |
boot_loader/examples/mad/utils/scbp6618x/config-files/deployment_template_madnull_scbp6618x_windows_le.json | patch | blob | history |
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 7450133394ff921c4ef4fd50dee0acc6f8bbdefe..71dfca1cb1058a58bda770fedb0f9a2d0633d28f 100644 (file)
"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]
}
],