summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2015-09-17 17:18:37 -0500
committerVishal Mahaveer2015-09-17 17:18:37 -0500
commit445a220cfd5f8f55124d199ca957b1fa6cac5830 (patch)
treeb8870f7f0b3af1b3fd57e97756e8b1263950a2f5
parentdefa776a0acbfea94454a8f12bf2abc3bfa808de (diff)
downloaddevice-ti-proprietary-open-445a220cfd5f8f55124d199ca957b1fa6cac5830.tar.gz
device-ti-proprietary-open-445a220cfd5f8f55124d199ca957b1fa6cac5830.tar.xz
device-ti-proprietary-open-445a220cfd5f8f55124d199ca957b1fa6cac5830.zip
jacinto6: sgx-bin: sgx binaries and KM source update
Updating SGX binaries and Kernel module source of the latest DDK source. This includes fences support. Change-Id: I7874b948fa3978f09a57cefe8e7ef4653c6205bd Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--jacinto6/README.SGX2
-rw-r--r--jacinto6/sgx.tgzbin2706542 -> 2783074 bytes
-rw-r--r--jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/common/android/features.mk4
3 files changed, 3 insertions, 3 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index e850111..e148720 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -16,7 +16,7 @@ sgx.tgz a set of binaries built for SGX544.
16[DDK Version] 16[DDK Version]
17 1.12/2917986 17 1.12/2917986
18[DDK commit ID] 18[DDK commit ID]
19 78cec7b sgx-km: check for dma_buf errors while importing them. 19 60cbf54 Enabling android native fence sync support.
20[Branch] 20[Branch]
21 android/1.12/2917986_k3.14_L_gem 21 android/1.12/2917986_k3.14_L_gem
22[Kernel modules built against] 22[Kernel modules built against]
diff --git a/jacinto6/sgx.tgz b/jacinto6/sgx.tgz
index 29e29af..c750ba9 100644
--- a/jacinto6/sgx.tgz
+++ b/jacinto6/sgx.tgz
Binary files differ
diff --git a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/common/android/features.mk b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/common/android/features.mk
index 7697f13..e8976c9 100644
--- a/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/common/android/features.mk
+++ b/jacinto6/sgx_src/eurasia_km/eurasiacon/build/linux2/common/android/features.mk
@@ -198,8 +198,8 @@ endif
198# This requires a new enough kernel version to have the base/sync driver. 198# This requires a new enough kernel version to have the base/sync driver.
199# 199#
200ifeq ($(is_at_least_jellybean_mr1),1) 200ifeq ($(is_at_least_jellybean_mr1),1)
201EGL_EXTENSION_ANDROID_NATIVE_FENCE_SYNC := 0 201EGL_EXTENSION_ANDROID_NATIVE_FENCE_SYNC := 1
202PVR_ANDROID_NATIVE_WINDOW_HAS_SYNC := 0 202PVR_ANDROID_NATIVE_WINDOW_HAS_SYNC := 1
203endif 203endif
204 204
205############################################################################## 205##############################################################################