(XU3) Update mali fbdev, huge performance improvement

This commit is contained in:
Jean-André Santoni 2015-09-21 16:17:05 +02:00
parent 314cbcb73e
commit 2229b34ebd
3 changed files with 7 additions and 7 deletions

View File

@ -19,19 +19,19 @@
################################################################################
PKG_NAME="odroidxu3-mali"
PKG_VERSION="r4p0-02rel0"
PKG_VERSION="r6p0-02rel0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.arm.com/products/multimedia/mali-graphics-hardware/mali-400-mp.php"
PKG_URL="http://malideveloper.arm.com/downloads/drivers/binary/r4p0-02rel0/mali-t62x_r4p0-02rel0_linux_1+fbdev.tar.gz"
PKG_SITE="http://malideveloper.arm.com/resources/drivers/arm-mali-midgard-gpu-user-space-drivers/"
PKG_URL="http://malideveloper.arm.com/downloads/drivers/binary/r6p0-02rel0/mali-t62x_r6p0-02rel0_linux_1+fbdev.tar.gz"
PKG_SOURCE_DIR="fbdev"
PKG_BUILD_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_TARGET="libump odroidxu3-mali-headers"
PKG_PRIORITY="optional"
PKG_SECTION="graphics"
PKG_SHORTDESC="Mali-t62x blobs for Odroid-XU3"
PKG_LONGDESC="Mali-t62x blobs for Odroid-XU3"
PKG_SHORTDESC="Mali-t62x blobs for Odroid-XU3/XU4"
PKG_LONGDESC="Mali-t62x blobs for Odroid-XU3/XU4"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"

View File

@ -19,7 +19,7 @@
PKG_NAME="linux"
case "$LINUX" in
linux-odroidxu3)
PKG_VERSION="6f62d34"
PKG_VERSION="94d8551"
PKG_URL="$LAKKA_MIRROR/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
linux-odroidc-3.10.y)

View File

@ -21,7 +21,7 @@
echo "getting sources..."
if [ ! -d linux-odroidxu3.git ]; then
git clone git://github.com/hardkernel/linux.git -b odroidxu3-3.10.y linux-odroidxu3.git
git clone https://github.com/mihailescu2m/linux.git -b odroidxu3-3.10.y-memeka linux-odroidxu3.git
fi
cd linux-odroidxu3.git