aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-04-17 15:05:02 -0400
committerDenys Dmytriyenko <denys@ti.com>2011-04-17 15:05:02 -0400
commitdb031074192115d3e0c7664eb052b78686d5cf9d (patch)
treefdb974cceb0a8fc8dbc5d596509d74ce2fafef2c /recipes/powervr-drivers
parentee1105e332e4545ec6c407e6775f935ff967c7f7 (diff)
downloadopenembedded-db031074192115d3e0c7664eb052b78686d5cf9d.tar.gz
Revert "libgles-omap3: Remove SGX Fixup for TI816x."
This reverts commit b326d2d7ffd8b286394c51ddbc8b5a033799db4f. For more details please see: http://thread.gmane.org/gmane.comp.handhelds.openembedded/44582/focus=44639 http://thread.gmane.org/gmane.comp.handhelds.openembedded/44471/focus=44658
Diffstat (limited to 'recipes/powervr-drivers')
-rwxr-xr-xrecipes/powervr-drivers/libgles-omap3/rc.pvr10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/powervr-drivers/libgles-omap3/rc.pvr b/recipes/powervr-drivers/libgles-omap3/rc.pvr
index 1b141a03eb..395d085d12 100755
--- a/recipes/powervr-drivers/libgles-omap3/rc.pvr
+++ b/recipes/powervr-drivers/libgles-omap3/rc.pvr
@@ -90,11 +90,15 @@ 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}')"
- echo "${ES_REVISION}" > /etc/powervr-esrev
+ 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
/usr/bin/pvrsrvinit
;;