summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2013-12-03 16:43:52 -0600
committerHemant Hariyani <hemanthariyani@ti.com>2013-12-03 16:43:52 -0600
commit08824733e3cd43297350eee4e9febce2c9d07f2e (patch)
treed65356f88aab390ad463fb894b2a88e40ba5897f
parentc5c47c18db2c8b38b0d16d2a27791edaa23285c2 (diff)
downloadproprietary-open-jacinto-08824733e3cd43297350eee4e9febce2c9d07f2e.tar.gz
SGX-BIN: SGX binaries and KM source with APM enabled
Binaries and source with Active Power Management Enabled. Change-Id: I74b1fa1f2394515fd809eccb1967865af6d40a6f Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--jacinto6/sgx.tgzbin2656190 -> 2638310 bytes
-rw-r--r--jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile2
-rw-r--r--jacinto6/sgx_src/eurasia_km/services4/system/omap4/sysconfig.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/jacinto6/sgx.tgz b/jacinto6/sgx.tgz
index 593a8c4..7aaa048 100644
--- a/jacinto6/sgx.tgz
+++ b/jacinto6/sgx.tgz
Binary files differ
diff --git a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile
index 0d9ba11..45cdb6f 100644
--- a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile
+++ b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/omap4430_android/Makefile
@@ -67,7 +67,7 @@ endif
export SGXCORE
export SGX_CORE_REV
-SUPPORT_ACTIVE_POWER_MANAGEMENT := 0
+SUPPORT_ACTIVE_POWER_MANAGEMENT := 1
SGX_DYNAMIC_TIMING_INFO := 1
diff --git a/jacinto6/sgx_src/eurasia_km/services4/system/omap4/sysconfig.h b/jacinto6/sgx_src/eurasia_km/services4/system/omap4/sysconfig.h
index 64f3187..b2eac60 100644
--- a/jacinto6/sgx_src/eurasia_km/services4/system/omap4/sysconfig.h
+++ b/jacinto6/sgx_src/eurasia_km/services4/system/omap4/sysconfig.h
@@ -56,7 +56,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/* Allow the AP latency to be overridden in the build config */
#if !defined(SYS_SGX_ACTIVE_POWER_LATENCY_MS)
-#define SYS_SGX_ACTIVE_POWER_LATENCY_MS (2)
+#define SYS_SGX_ACTIVE_POWER_LATENCY_MS (100)
#endif