mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 01:50:47 +00:00
(XU3) Update mali fbdev, huge performance improvement
This commit is contained in:
parent
314cbcb73e
commit
2229b34ebd
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user