[oe-commits] Koen Kooi : libgles-omap3: fix other devmem2 references and remove stale comment about non-TSPA releases

git version control git at git.openembedded.org
Mon Feb 7 11:43:35 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aabea6ba22d3cef6635989f7617e478bfc5133cf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aabea6ba22d3cef6635989f7617e478bfc5133cf

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  7 12:41:08 2011 +0100

libgles-omap3: fix other devmem2 references and remove stale comment about non-TSPA releases

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/powervr-drivers/libgles-omap3.inc    |   17 +----------------
 recipes/powervr-drivers/libgles-omap3/rc.pvr |    4 ++--
 2 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index 64c55e9..4a53d44 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENSE = "proprietary-binary"
 
-PR = "r10"
+PR = "r11"
 
 COMPATIBLE_MACHINE = "(omap3|ti816x)"
 
@@ -9,21 +9,6 @@ DEPENDS = "virtual/libx11 libxau libxdmcp"
 
 PROVIDES += "virtual/egl"
 
-# some hints to get you going. as this isnt a totally "open" library, you need
-# to do some work. follow the steps below.
-#
-# 1. if you don't already have a ti account get one here. it's free:
-#  http://www.ti.com/hdr_my_ti
-# 2. fetch the gl-es bin (full OMAP Graphics SDK) from here:
-#  http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html
-# 3. put the OMAP35x_*.bin file in $DL_DIR, i.e. downloads/
-#  mv OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin ./downloads/
-# 4. make the checksum file in ./downloads/ directory:
-#  cd ./downloads/
-#  md5sum OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin > OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin.md5
-# 
-# voila!
-
 SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
 		   file://cputype \
 		   file://rc.pvr \
diff --git a/recipes/powervr-drivers/libgles-omap3/rc.pvr b/recipes/powervr-drivers/libgles-omap3/rc.pvr
index ba84cc1..395d085 100755
--- a/recipes/powervr-drivers/libgles-omap3/rc.pvr
+++ b/recipes/powervr-drivers/libgles-omap3/rc.pvr
@@ -55,7 +55,7 @@ case $CPUTYPE in
 	devmem2 0x48004B10 w 0x1 > /dev/null
 	devmem2 0x48004B00 w 0x2 > /dev/null
 
-	ES_REVISION="$(devmem2 0x50000014 | sed -e s:0x10205:5: -e s:0x10201:3: -e s:0x10003:2: | tail -n1 | awk -F': ' '{print $2}')"
+	ES_REVISION="$(devmem2 0x50000014 | 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"
@@ -90,7 +90,7 @@ case $CPUTYPE in
 	devmem2 0x48180900 w 0x2
 	devmem2 0x48180920 w 0x2
 
-	ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x10205:5: -e s:0x10201:3: -e s:0x10003:2: | tail -n1 | awk -F': ' '{print $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"





More information about the Openembedded-commits mailing list