summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b58926)
raw | patch | inline | side by side (parent: 5b58926)
author | Hemant Hariyani <hemanthariyani@ti.com> | |
Thu, 4 Dec 2014 21:46:33 +0000 (15:46 -0600) | ||
committer | Hemant Hariyani <hemanthariyani@ti.com> | |
Thu, 4 Dec 2014 21:46:33 +0000 (15:46 -0600) |
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>
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>
jacinto6/README.SGX | patch | blob | history | |
jacinto6/sgx.tgz | patch | blob | history |
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index a4cd08740c510711c2f018a2629487880f23ae3d..0c84de532abc43e8b9d7b549a40f7dbf79b03434 100644 (file)
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
[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
# 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 066eb81dbcadbbbb9d04b2eb74e614f6c506a8c4..83b1781de3264cde0a7304b63cd5910dfe25368b 100644 (file)
Binary files a/jacinto6/sgx.tgz and b/jacinto6/sgx.tgz differ
Binary files a/jacinto6/sgx.tgz and b/jacinto6/sgx.tgz differ