summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHemant Hariyani2013-12-03 16:43:52 -0600
committerHemant Hariyani2013-12-03 16:43:52 -0600
commit08824733e3cd43297350eee4e9febce2c9d07f2e (patch)
treed65356f88aab390ad463fb894b2a88e40ba5897f /jacinto6/sgx_src
parentc5c47c18db2c8b38b0d16d2a27791edaa23285c2 (diff)
downloaddevice-ti-proprietary-open-08824733e3cd43297350eee4e9febce2c9d07f2e.tar.gz
device-ti-proprietary-open-08824733e3cd43297350eee4e9febce2c9d07f2e.tar.xz
device-ti-proprietary-open-08824733e3cd43297350eee4e9febce2c9d07f2e.zip
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>
Diffstat (limited to 'jacinto6/sgx_src')
-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
2 files changed, 2 insertions, 2 deletions
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
67export SGXCORE 67export SGXCORE
68export SGX_CORE_REV 68export SGX_CORE_REV
69 69
70SUPPORT_ACTIVE_POWER_MANAGEMENT := 0 70SUPPORT_ACTIVE_POWER_MANAGEMENT := 1
71 71
72SGX_DYNAMIC_TIMING_INFO := 1 72SGX_DYNAMIC_TIMING_INFO := 1
73 73
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.
56 56
57/* Allow the AP latency to be overridden in the build config */ 57/* Allow the AP latency to be overridden in the build config */
58#if !defined(SYS_SGX_ACTIVE_POWER_LATENCY_MS) 58#if !defined(SYS_SGX_ACTIVE_POWER_LATENCY_MS)
59#define SYS_SGX_ACTIVE_POWER_LATENCY_MS (2) 59#define SYS_SGX_ACTIVE_POWER_LATENCY_MS (100)
60#endif 60#endif
61 61
62 62