From 471fccab6198e4ba4d445f7fd310a4dbf3853207 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 18 Apr 2011 21:29:40 +0200 Subject: libgles-omap3: fix 81xx initscript ES detection Even is the 125 core is marked ES5 im OMAP3 the 81xx SoCs use a different memorymap and init, so we tag it as ES6 Signed-off-by: Koen Kooi --- recipes/powervr-drivers/libgles-omap3.inc | 2 +- recipes/powervr-drivers/libgles-omap3/rc.pvr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc index 4a53d44c88..61d7f3dfc8 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 = "r11" +PR = "r12" COMPATIBLE_MACHINE = "(omap3|ti816x)" diff --git a/recipes/powervr-drivers/libgles-omap3/rc.pvr b/recipes/powervr-drivers/libgles-omap3/rc.pvr index 395d085d12..b854852074 100755 --- a/recipes/powervr-drivers/libgles-omap3/rc.pvr +++ b/recipes/powervr-drivers/libgles-omap3/rc.pvr @@ -90,7 +90,7 @@ case $CPUTYPE in devmem2 0x48180900 w 0x2 devmem2 0x48180920 w 0x2 - ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x00010205:5: -e s:0x00010201:3: -e s:0x00010003:2: | tail -n1 | awk -F': ' '{print $2}')" + ES_REVISION="$(devmem2 0x56000014 | sed -e s:0x00010205:6: -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" -- cgit 1.2.3-korg