All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siddharth Heroor <heroor@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Siddharth Heroor <heroor@ti.com>
Subject: [PATCH 3/3] libgles-omap3: Remove SGX Fixup for TI816x.
Date: Sat,  9 Apr 2011 11:26:21 +0530	[thread overview]
Message-ID: <1302328581-30367-3-git-send-email-heroor@gmail.com> (raw)
In-Reply-To: <1302328581-30367-1-git-send-email-heroor@gmail.com>

From: Siddharth Heroor <heroor@ti.com>

* 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>
---
 recipes/powervr-drivers/libgles-omap3/rc.pvr |   10 +++-------
 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 395d085..1b141a0 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
 
 	;;
-- 
1.7.0.4




  parent reply	other threads:[~2011-04-09  5:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  5:56 [PATCH 1/3] omap3-sgx-modules: Update TI816x Module Location and Platform variables Siddharth Heroor
2011-04-09  5:56 ` [PATCH 2/3] libgles-omap3: Correct libraries for TI816x Siddharth Heroor
2011-04-09  5:56 ` Siddharth Heroor [this message]
2011-04-10  0:33   ` [PATCH 3/3] libgles-omap3: Remove SGX Fixup " Denys Dmytriyenko
2011-04-10 12:09     ` Siddharth Heroor
2011-04-17 18:35   ` Koen Kooi
2011-04-18  2:56     ` Siddharth Heroor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1302328581-30367-3-git-send-email-heroor@gmail.com \
    --to=heroor@gmail.com \
    --cc=heroor@ti.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.