summaryrefslogtreecommitdiffstats
path: root/pvr-source/eurasiacon
diff options
context:
space:
mode:
authorHemant Hariyani <hemanthariyani@ti.com>2013-07-03 15:14:18 -0700
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-07-04 07:33:40 -0400
commit363c0c259416c7e9d93ddf6ffcb655153bff9158 (patch)
treebf7fda0dfb7a4cbc33656c8b2b37000c13ad1cd0 /pvr-source/eurasiacon
parent08130d7fa7748feefb437ffb8f626dab7d75679e (diff)
downloaddevice_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.zip
device_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.tar.gz
device_samsung_omap4-common-363c0c259416c7e9d93ddf6ffcb655153bff9158.tar.bz2
SGX-BIN: DDK binaries and KM source 1.9@2291151
Includes new pixel formats. Change-Id: I4a56e6bff9c477610f2ce30706831f66dcc9c651
Diffstat (limited to 'pvr-source/eurasiacon')
-rw-r--r--pvr-source/eurasiacon/build/linux2/common/android/arch_common.mk4
-rw-r--r--pvr-source/eurasiacon/build/linux2/common/android/features.mk7
-rw-r--r--pvr-source/eurasiacon/build/linux2/omap4430_android/Makefile7
3 files changed, 17 insertions, 1 deletions
diff --git a/pvr-source/eurasiacon/build/linux2/common/android/arch_common.mk b/pvr-source/eurasiacon/build/linux2/common/android/arch_common.mk
index 6e16b14..23f9175 100644
--- a/pvr-source/eurasiacon/build/linux2/common/android/arch_common.mk
+++ b/pvr-source/eurasiacon/build/linux2/common/android/arch_common.mk
@@ -39,7 +39,9 @@
### ###########################################################################
SYS_CFLAGS := \
- -fno-short-enums -D__linux__ \
+ -fno-short-enums \
+ -funwind-tables \
+ -D__linux__ \
-I$(ANDROID_ROOT)/bionic/libc/arch-$(ANDROID_ARCH)/include \
-I$(ANDROID_ROOT)/bionic/libc/include \
-I$(ANDROID_ROOT)/bionic/libc/kernel/common \
diff --git a/pvr-source/eurasiacon/build/linux2/common/android/features.mk b/pvr-source/eurasiacon/build/linux2/common/android/features.mk
index 18bc370..8a60fb7 100644
--- a/pvr-source/eurasiacon/build/linux2/common/android/features.mk
+++ b/pvr-source/eurasiacon/build/linux2/common/android/features.mk
@@ -312,6 +312,13 @@ ifeq ($(is_at_least_jellybean),0)
PVR_ANDROID_COMPOSITOR_WAIT_FOR_RENDER := 1
endif
+##############################################################################
+# JB added a new corkscrew API for userland backtracing.
+#
+ifeq ($(is_at_least_jellybean),1)
+PVR_ANDROID_HAS_CORKSCREW_API := 1
+endif
+
# Placeholder for future version handling
#
ifeq ($(is_future_version),1)
diff --git a/pvr-source/eurasiacon/build/linux2/omap4430_android/Makefile b/pvr-source/eurasiacon/build/linux2/omap4430_android/Makefile
index b034ea0..2b37cb3 100644
--- a/pvr-source/eurasiacon/build/linux2/omap4430_android/Makefile
+++ b/pvr-source/eurasiacon/build/linux2/omap4430_android/Makefile
@@ -52,6 +52,13 @@ else ifeq ($(TARGET_SGX),544)
SGX_FEATURE_MP := 1
SGX_FEATURE_SYSTEM_CACHE := 1
SGX_FEATURE_MP_CORE_COUNT := 2
+else ifeq ($(TARGET_SGX),544es2)
+ SGXCORE := 544
+ SGX_CORE_REV := 116
+ HAL_VARIANT := omap5
+ SGX_FEATURE_MP := 1
+ SGX_FEATURE_SYSTEM_CACHE := 1
+ SGX_FEATURE_MP_CORE_COUNT := 2
else
#default config
SGXCORE := 540