summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Jadav2019-05-28 17:19:36 -0500
committerBrijesh Jadav2019-05-28 17:19:36 -0500
commitbf8bd9cf88ca5f434147fcfa42dbb8b1bdda570a (patch)
tree89b9c093077d51b9105da35f39d0772ad9afd067
parent9483539bd54158e1bddb74fe03443de2def9b15e (diff)
downloadosal-bf8bd9cf88ca5f434147fcfa42dbb8b1bdda570a.tar.gz
osal-bf8bd9cf88ca5f434147fcfa42dbb8b1bdda570a.tar.xz
osal-bf8bd9cf88ca5f434147fcfa42dbb8b1bdda570a.zip
Increased Semaphore cnt to 150 for J721e
Signed-off-by: Brijesh Jadav <brijesh.jadav@ti.com>
-rw-r--r--soc/j721e/osal_soc.h2
-rw-r--r--soc/osal_soc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/soc/j721e/osal_soc.h b/soc/j721e/osal_soc.h
index f2b4c9f..88a3e1b 100644
--- a/soc/j721e/osal_soc.h
+++ b/soc/j721e/osal_soc.h
@@ -80,7 +80,7 @@ extern "C" {
80#define OSAL_NONOS_MAX_HWIP_PER_SOC ((uint32_t) 40U) 80#define OSAL_NONOS_MAX_HWIP_PER_SOC ((uint32_t) 40U)
81#define OSAL_NONOS_MAX_TIMERP_PER_SOC (TimerP_numTimerDevices) 81#define OSAL_NONOS_MAX_TIMERP_PER_SOC (TimerP_numTimerDevices)
82 82
83#define OSAL_TIRTOS_MAX_SEMAPHOREP_PER_SOC ((uint32_t) 80U) 83#define OSAL_TIRTOS_MAX_SEMAPHOREP_PER_SOC ((uint32_t) 150U)
84#define OSAL_TIRTOS_MAX_HWIP_PER_SOC ((uint32_t) 40U) 84#define OSAL_TIRTOS_MAX_HWIP_PER_SOC ((uint32_t) 40U)
85#define OSAL_TIRTOS_MAX_TIMERP_PER_SOC (TimerP_numTimerDevices) 85#define OSAL_TIRTOS_MAX_TIMERP_PER_SOC (TimerP_numTimerDevices)
86 86
diff --git a/soc/osal_soc.h b/soc/osal_soc.h
index bd25583..31ac5cf 100644
--- a/soc/osal_soc.h
+++ b/soc/osal_soc.h
@@ -90,7 +90,7 @@
90#define OSAL_NONOS_MAX_TIMERP_PER_SOC ((uint32_t) 20U) 90#define OSAL_NONOS_MAX_TIMERP_PER_SOC ((uint32_t) 20U)
91 91
92/* Max number of semaphore for TIRTOS */ 92/* Max number of semaphore for TIRTOS */
93#define OSAL_TIRTOS_MAX_SEMAPHOREP_PER_SOC ((uint32_t) 100U) 93#define OSAL_TIRTOS_MAX_SEMAPHOREP_PER_SOC ((uint32_t) 80U)
94#define OSAL_TIRTOS_MAX_HWIP_PER_SOC ((uint32_t) 40U) 94#define OSAL_TIRTOS_MAX_HWIP_PER_SOC ((uint32_t) 40U)
95#define OSAL_TIRTOS_MAX_TIMERP_PER_SOC ((uint32_t) 20U) 95#define OSAL_TIRTOS_MAX_TIMERP_PER_SOC ((uint32_t) 20U)
96 96