summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGowtham Tammana2016-06-20 18:08:36 -0500
committerGowtham Tammana2016-06-21 10:08:34 -0500
commit34ed80f505fea5d81a895c554312f9918de82ec9 (patch)
tree373271c66a211e336bad3546ddd4042553bd3689 /jacinto6/README.SGX
parenta963c5d6bd49269a81d83ce1122a507f3768beaf (diff)
downloaddevice-ti-proprietary-open-34ed80f505fea5d81a895c554312f9918de82ec9.tar.gz
device-ti-proprietary-open-34ed80f505fea5d81a895c554312f9918de82ec9.tar.xz
device-ti-proprietary-open-34ed80f505fea5d81a895c554312f9918de82ec9.zip
jacinto6: sgx-bin: bins and src update for ddk1.14
Updating SGX binaries and KM source update for DDK1.14 on k4.4 Change-Id: Ie51645aa42e31c620f2e50cdb1efd570a1ef7227 Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Diffstat (limited to 'jacinto6/README.SGX')
-rw-r--r--jacinto6/README.SGX10
1 files changed, 5 insertions, 5 deletions
diff --git a/jacinto6/README.SGX b/jacinto6/README.SGX
index 5ec452a..639da2c 100644
--- a/jacinto6/README.SGX
+++ b/jacinto6/README.SGX
@@ -1,7 +1,7 @@
1/* 1/*
2 * TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE 2 * TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE
3 * 3 *
4 * Copyright (c) 2011, Texas Instruments Incorporated. 4 * Copyright (c) 2016, Texas Instruments Incorporated.
5 * 5 *
6 * All rights reserved. 6 * All rights reserved.
7 * 7 *
@@ -14,11 +14,11 @@
14sgx.tgz a set of binaries built for SGX544. 14sgx.tgz a set of binaries built for SGX544.
15 15
16[DDK Version] 16[DDK Version]
17 1.12/2917986 17 1.14/4001660
18[DDK commit ID] 18[DDK commit ID]
19 ab0b57a tmp: Disable DVFS and SYNC for kernel 4.4 19 036d7d2 (HACK) SGX-UM: Copy pvrsrvctl as pvrsrvinit
20[Branch] 20[Branch]
21 android/1.12/2917986_k4.4 21 android/1.14/4001660_k4.4_M
22[Kernel modules built against] 22[Kernel modules built against]
23 Kernel Version: 4.4.y with CONFIG_MODVERSIONS=y 23 Kernel Version: 4.4.y with CONFIG_MODVERSIONS=y
24[Build type] 24[Build type]
@@ -35,7 +35,7 @@ Make sure kernel is built before building modules
35# export KERNELDIR=path_to_kernel 35# export KERNELDIR=path_to_kernel
36# export PATH=<path to kernel toolchain>:$PATH 36# export PATH=<path to kernel toolchain>:$PATH
37 37
38To build for OMAP5 (SGX 544 multi core): 38To build for Jacinto6 (SGX 544 multi core):
39# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release 39# make ARCH=arm KERNEL_CROSS_COMPILE=arm-eabi- CROSS_COMPILE=arm-eabi- TARGET_PRODUCT="jacinto6evm" BUILD=release
40 40
41Once the .ko is built, install it onto device (/system/lib/modules) 41Once the .ko is built, install it onto device (/system/lib/modules)