]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pa-lld.git/commitdiff
PRSDK-4733: Revert "SysMin: update example test config files to use ti.trace.SysMin"
authorAravind Batni <aravindbr@ti.com>
Thu, 8 Nov 2018 21:58:07 +0000 (16:58 -0500)
committerAravind Batni <aravindbr@ti.com>
Thu, 8 Nov 2018 22:07:29 +0000 (17:07 -0500)
- This reverts commit eb7bc6d4e8407e7a9cd3a3e6855d2117f4924fcf.
- The above commit was routing the system printf output to a trace buffer, which is preventing
  the system printfs output to ccs console.

example/emacExample/k2e/c66/bios/cpsw_example_k2e.cfg
example/emacExample/k2h/c66/bios/cpsw_example_k2h.cfg
example/emacExample/k2k/c66/bios/cpsw_example_k2k.cfg
example/emacExample/k2l/c66/bios/cpsw_example_k2l.cfg
example/multicoreExample/k2h/c66/bios/multicore_example_k2h.cfg
example/multicoreExample/k2k/c66/bios/multicore_example_k2k.cfg
example/multicoreExample/k2l/c66/bios/multicore_example_k2l.cfg
test/PAPktCapTest/k2e/c66/bios/pcap_test_k2e.cfg
test/PAPktCapTest/k2h/c66/bios/pcap_test_k2h.cfg
test/PAPktCapTest/k2k/c66/bios/pcap_test_k2k.cfg
test/PAPktCapTest/k2l/c66/bios/pcap_test_k2l.cfg

index ce4f949edf80e448bc223931e190bd1fff9dd1eb..a5c0077c00ee066fee4877435af968f48aca970a 100644 (file)
@@ -44,11 +44,10 @@ Task.defaultStackSize = 4096*2;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 676fdc2a311f4ea7ef923988a25bbe9d258e0bae..e9ea904703ebc3e4b4d944d9bde4810d37b7ef92 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 0c2e88674eb80ce29eca7e7ed5c849565f3245f6..13652bcbefa8723707fc4b6c7f1544083e41f0ff 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 6cebdb31a81b92d81a99f85cc3911d34a45135e0..d9b58c1f302f5793fcaa5aa182e87cd903a4291c 100755 (executable)
@@ -42,11 +42,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 5f6f5d2aaed0a718aef1957ba519975e309dbaa4..19057063e40c40db16fcf56289c236a948fa786b 100644 (file)
@@ -66,11 +66,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 16921f5f3d41465acab049246b3f14d986680b6f..5c5315570737579b0f5292d297168e15ed14daba 100644 (file)
@@ -66,11 +66,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 69b634a8d53d1b51f765299f0e761246dc2bb2e3..08ffc33014ee29c00a7188a80685d65a9b987895 100644 (file)
@@ -70,11 +70,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 4340f7fea41d3f1bde8e86b029f99789435b630a..61a130dbe270d6174bf03decee6d9e6413105b2b 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index e3e30ba6810349991297e4098c92bb6e1d276dea..974ed435ae82405d35001c8f8c610ea8b5f96382 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 57ba5af511e08ac85e1179af7311ae49171c52d2..89d490d7ec4fe1ec37223ed78f12fdd5ca4c3e50 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC
index 29d68c2cacf37bfc5ebc6fee18ff481954791ed1..f3e3c023d806bc2ca4d3ad4c81bd23cb3e5f33cf 100644 (file)
@@ -40,11 +40,10 @@ System.SupportProxy             =   SysStd;
  */
 Program.global.sysMinBufSize = 0x8000;
 var System = xdc.useModule('xdc.runtime.System');
-var SysMin = xdc.useModule('ti.trace.SysMin');
-Program.sectMap[".tracebuf"] = "L2SRAM";
+var SysMin = xdc.useModule('xdc.runtime.SysMin');
 System.SupportProxy = SysMin;
 SysMin.bufSize = Program.global.sysMinBufSize;
-
 /* Configure resource table for trace only.
    Note that, it traceOnly parameter should not
    be set if application is using MessageQ based IPC