aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Wei2018-09-25 11:03:46 -0500
committerMing Wei2018-09-25 11:03:46 -0500
commit2184274d1ebe45fbfbfb7f2010e3b23a96436468 (patch)
tree058a17606d8d3e6356ea87d5c76207436f003e20
parent56ec5fcd4067d77c8965e8d1397af5ce90e0e7bd (diff)
downloadposix-smp-2184274d1ebe45fbfbfb7f2010e3b23a96436468.tar.gz
posix-smp-2184274d1ebe45fbfbfb7f2010e3b23a96436468.tar.xz
posix-smp-2184274d1ebe45fbfbfb7f2010e3b23a96436468.zip
Increase the BIOS.heapsize to resolve the failure on c66 and M4 caused by DEFAULT_STACK_SIZE increasing
Signed-off-by: Ming Wei <mwei@ti.com>
-rw-r--r--AM572x/c66/bios/dhry.cfg2
-rw-r--r--AM572x/m4/bios/dhry.cfg2
-rw-r--r--AM574x/c66/bios/dhry.cfg2
-rw-r--r--AM574x/m4/bios/dhry.cfg2
-rw-r--r--C6657/c66/bios/dhry.cfg2
-rw-r--r--C6678/c66/bios/dhry.cfg2
-rw-r--r--k2e/c66/bios/dhry.cfg2
-rw-r--r--k2g/c66/bios/dhry.cfg2
-rw-r--r--k2h/c66/bios/dhry.cfg2
-rw-r--r--k2l/c66/bios/dhry.cfg2
10 files changed, 10 insertions, 10 deletions
diff --git a/AM572x/c66/bios/dhry.cfg b/AM572x/c66/bios/dhry.cfg
index 072ca97..9614922 100644
--- a/AM572x/c66/bios/dhry.cfg
+++ b/AM572x/c66/bios/dhry.cfg
@@ -58,7 +58,7 @@ System.SupportProxy = SysStd;
58 58
59/* BIOS/XDC modules */ 59/* BIOS/XDC modules */
60var BIOS = xdc.useModule('ti.sysbios.BIOS'); 60var BIOS = xdc.useModule('ti.sysbios.BIOS');
61BIOS.heapSize = 0x60000; 61BIOS.heapSize = 0xc0000;
62var Task = xdc.useModule('ti.sysbios.knl.Task'); 62var Task = xdc.useModule('ti.sysbios.knl.Task');
63Posix = xdc.useModule('ti.sysbios.posix.Settings'); 63Posix = xdc.useModule('ti.sysbios.posix.Settings');
64Posix.supportsMutexPriority = true; 64Posix.supportsMutexPriority = true;
diff --git a/AM572x/m4/bios/dhry.cfg b/AM572x/m4/bios/dhry.cfg
index 45945f3..b0d3700 100644
--- a/AM572x/m4/bios/dhry.cfg
+++ b/AM572x/m4/bios/dhry.cfg
@@ -25,7 +25,7 @@ Posix.supportsMutexPriority = true;
25 * The BIOS module will create the default heap for the system. 25 * The BIOS module will create the default heap for the system.
26 * Specify the size of this default heap. 26 * Specify the size of this default heap.
27 */ 27 */
28BIOS.heapSize = 0xA0000; 28BIOS.heapSize = 0xc0000;
29 29
30/* IntXbar.connectIRQMeta(38, 196); */ /* PRUSS2-2, RX */ 30/* IntXbar.connectIRQMeta(38, 196); */ /* PRUSS2-2, RX */
31/* IntXbar.connectIRQMeta(50, 200); */ /* PRUSS2-2, TX */ 31/* IntXbar.connectIRQMeta(50, 200); */ /* PRUSS2-2, TX */
diff --git a/AM574x/c66/bios/dhry.cfg b/AM574x/c66/bios/dhry.cfg
index fdc4f8d..ce8a493 100644
--- a/AM574x/c66/bios/dhry.cfg
+++ b/AM574x/c66/bios/dhry.cfg
@@ -58,7 +58,7 @@ System.SupportProxy = SysStd;
58 58
59/* BIOS/XDC modules */ 59/* BIOS/XDC modules */
60var BIOS = xdc.useModule('ti.sysbios.BIOS'); 60var BIOS = xdc.useModule('ti.sysbios.BIOS');
61BIOS.heapSize = 0x60000; 61BIOS.heapSize = 0xc0000;
62var Task = xdc.useModule('ti.sysbios.knl.Task'); 62var Task = xdc.useModule('ti.sysbios.knl.Task');
63Posix = xdc.useModule('ti.sysbios.posix.Settings'); 63Posix = xdc.useModule('ti.sysbios.posix.Settings');
64Posix.supportsMutexPriority = true; 64Posix.supportsMutexPriority = true;
diff --git a/AM574x/m4/bios/dhry.cfg b/AM574x/m4/bios/dhry.cfg
index 7701f98..7f2bc82 100644
--- a/AM574x/m4/bios/dhry.cfg
+++ b/AM574x/m4/bios/dhry.cfg
@@ -24,7 +24,7 @@ Posix.supportsMutexPriority = true;
24 * The BIOS module will create the default heap for the system. 24 * The BIOS module will create the default heap for the system.
25 * Specify the size of this default heap. 25 * Specify the size of this default heap.
26 */ 26 */
27BIOS.heapSize = 0xA0000; 27BIOS.heapSize = 0xc0000;
28 28
29/* IntXbar.connectIRQMeta(38, 196); */ /* PRUSS2-2, RX */ 29/* IntXbar.connectIRQMeta(38, 196); */ /* PRUSS2-2, RX */
30/* IntXbar.connectIRQMeta(50, 200); */ /* PRUSS2-2, TX */ 30/* IntXbar.connectIRQMeta(50, 200); */ /* PRUSS2-2, TX */
diff --git a/C6657/c66/bios/dhry.cfg b/C6657/c66/bios/dhry.cfg
index 5db5a9e..5f21ff1 100644
--- a/C6657/c66/bios/dhry.cfg
+++ b/C6657/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;
diff --git a/C6678/c66/bios/dhry.cfg b/C6678/c66/bios/dhry.cfg
index b4cb4c9..020397d 100644
--- a/C6678/c66/bios/dhry.cfg
+++ b/C6678/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;
diff --git a/k2e/c66/bios/dhry.cfg b/k2e/c66/bios/dhry.cfg
index bf54749..d5c6277 100644
--- a/k2e/c66/bios/dhry.cfg
+++ b/k2e/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;
diff --git a/k2g/c66/bios/dhry.cfg b/k2g/c66/bios/dhry.cfg
index af4b589..57296da 100644
--- a/k2g/c66/bios/dhry.cfg
+++ b/k2g/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;
diff --git a/k2h/c66/bios/dhry.cfg b/k2h/c66/bios/dhry.cfg
index fee9723..705d57e 100644
--- a/k2h/c66/bios/dhry.cfg
+++ b/k2h/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;
diff --git a/k2l/c66/bios/dhry.cfg b/k2l/c66/bios/dhry.cfg
index 35a8749..c51d43a 100644
--- a/k2l/c66/bios/dhry.cfg
+++ b/k2l/c66/bios/dhry.cfg
@@ -61,7 +61,7 @@ System.SupportProxy = SysStd;
61 61
62/* BIOS/XDC modules */ 62/* BIOS/XDC modules */
63var BIOS = xdc.useModule('ti.sysbios.BIOS'); 63var BIOS = xdc.useModule('ti.sysbios.BIOS');
64BIOS.heapSize = 0x60000; 64BIOS.heapSize = 0xc0000;
65var Task = xdc.useModule('ti.sysbios.knl.Task'); 65var Task = xdc.useModule('ti.sysbios.knl.Task');
66Posix = xdc.useModule('ti.sysbios.posix.Settings'); 66Posix = xdc.useModule('ti.sysbios.posix.Settings');
67Posix.supportsMutexPriority = true; 67Posix.supportsMutexPriority = true;