summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2014-12-04 15:46:33 -0600
committerHemant Hariyani <hemanthariyani@ti.com>2014-12-04 15:46:33 -0600
commitdf9ef0ecb0416666ffd0178354380286ade8226c (patch)
tree402be8cf559c49757872c30ed1ac5767752e5ca1
parent5b58926b211e53f07d6fff27f3a6a676e3989846 (diff)
downloadproprietary-open-jacinto-df9ef0ecb0416666ffd0178354380286ade8226c.tar.gz
jacinto6: sgx-bin: update sgx binaries/src with drm render node
Use drm render node for memory management. This will only work with kernels with render nodes enabled. In kernel 3.14, add drm.rnodes=1 to kernel boot args. Change-Id: If6075987aabc3491f5a49b1a64fdc0a5f59f5eb4 Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--jacinto6/README.SGX8
-rw-r--r--jacinto6/sgx.tgzbin7752067 -> 2713721 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index a4cd087..0c84de5 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -16,13 +16,13 @@ sgx.tgz a set of binaries built for SGX544.
[DDK Version]
1.12/2917986
[DDK commit ID]
- beb4722 [HACK] sgx-um: Allow map to go through despite mmap failure
+ ea397cf sgx-um: Remove drmSetMaster and drmDropMaster calls
[Branch]
android/1.12/2917986_k3.14_L_gem
[Kernel modules built against]
Kernel Version: 3.14.y with CONFIG_MODVERSIONS=y
[Build type]
- debug (export BUILD=debug)
+ release (export BUILD=release)
#===========================================================================
# Building SGX Kernel Modules
@@ -36,11 +36,11 @@ Make sure kernel is built before building modules
# export PATH=<path to kernel toolchain>:$PATH
To build for OMAP5 (SGX 544 multi core):
-# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=debug
+# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release
Once the .ko is built, install it onto device (/system/lib/modules)
-# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_debug/target/
+# cd ANDROID_ROOT/device/ti/proprietary-open/jacinto6/sgx_src/eurasia_km/eurasiacon/binary2_omap_android_release/target/
# adb push pvrsrvkm.ko /system/lib/modules/
If you build the kernel module, it is highly advisable to replace the binaries
diff --git a/jacinto6/sgx.tgz b/jacinto6/sgx.tgz
index 066eb81..83b1781 100644
--- a/jacinto6/sgx.tgz
+++ b/jacinto6/sgx.tgz
Binary files differ