summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 76cc088)
raw | patch | inline | side by side (from parent 1: 76cc088)
author | Eric Ruei <e-ruei1@ti.com> | |
Tue, 24 Nov 2015 23:14:58 +0000 (18:14 -0500) | ||
committer | Eric Ruei <e-ruei1@ti.com> | |
Tue, 24 Nov 2015 23:14:58 +0000 (18:14 -0500) |
test/c6657/c66/bios/rm_shared_test.cfg | patch | blob | history |
index c35421afb9e4f739f876b840b9b4643af15d2c2d..2910b06b5a9ee9f115268dbb79582c68033b01ab 100644 (file)
BIOS.heapSize = 0x10000;
var Task = xdc.useModule('ti.sysbios.knl.Task');
BIOS.heapSize = 0x10000;
var Task = xdc.useModule('ti.sysbios.knl.Task');
+Program.sectMap[".text"] = "MSMCSRAM";
+Program.sectMap[".const"] = "MSMCSRAM";
+Program.sectMap[".cinit"] = "MSMCSRAM";
+Program.sectMap[".switch"] = "MSMCSRAM";
+
Program.sectMap[".rmSharedHandleTest"] = new Program.SectionSpec();
Program.sectMap[".rmSharedHandleTest"] = "MSMCSRAM";
Program.sectMap[".rmSharedHandleTest"] = new Program.SectionSpec();
Program.sectMap[".rmSharedHandleTest"] = "MSMCSRAM";
SharedRegion.translate = false;
SharedRegion.setEntryMeta(0,
{ base: 0x0C000000,
SharedRegion.translate = false;
SharedRegion.setEntryMeta(0,
{ base: 0x0C000000,
- len: 0x00100000,
+ len: 0x00040000,
ownerProcId: 0,
isValid: true,
name: "sharemem",
ownerProcId: 0,
isValid: true,
name: "sharemem",