aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers
diff options
context:
space:
mode:
authorSiddharth Heroor <heroor@ti.com>2011-04-09 13:56:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2011-04-14 14:56:55 -0400
commitb326d2d7ffd8b286394c51ddbc8b5a033799db4f (patch)
tree972952f24b550d9b38cecf2f97d1c0ae584ce2c3 /recipes/powervr-drivers
parent1ef00c5be572d91c67f8a38ce5a1d6b84b53c62a (diff)
downloadopenembedded-b326d2d7ffd8b286394c51ddbc8b5a033799db4f.tar.gz
libgles-omap3: Remove SGX Fixup for TI816x.
* Unlike OMAP3, the SGX core has not undergone revisions in TI816x. The libraries for TI816x are also fixed and do not need fixup based on revision of the SGX core. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/powervr-drivers')
-rwxr-xr-xrecipes/powervr-drivers/libgles-omap3/rc.pvr10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3/rc.pvr b/recipes/powervr-drivers/libgles-omap3/rc.pvr
index 395d085d12..1b141a03eb 100755
--- a/recipes/powervr-drivers/libgles-omap3/rc.pvr
+++ b/recipes/powervr-drivers/libgles-omap3/rc.pvr
@@ -90,15 +90,11 @@ case $CPUTYPE in
devmem2 0x48180900 w 0x2
devmem2 0x48180920 w 0x2
+ sleep 2
+
ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x00010205:5: -e s:0x00010201:3: -e s:0x00010003:2: | tail -n1 | awk -F': ' '{print $2}')"
- if [ "${ES_REVISION}" != "${SAVED_ESREVISION}" ] ; then
- echo -n "Starting SGX fixup for"
- echo " ES${ES_REVISION}.x"
- cp -a /usr/lib/ES${ES_REVISION}.0/* /usr/lib
- cp -a /usr/bin/ES${ES_REVISION}.0/* /usr/bin
- echo "${ES_REVISION}" > /etc/powervr-esrev
- fi
+ echo "${ES_REVISION}" > /etc/powervr-esrev
/usr/bin/pvrsrvinit
;;