summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-05-04 12:38:30 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-05-04 12:38:30 +0000
commit1d82f0d966dbd55ac6519a76e89e1da13497d916 (patch)
tree78af0735cc272632ac4584480218f9f4115333c5 /x11-drivers
parentAdd ruby20, ruby21 support for slot 0. (diff)
downloadgentoo-2-1d82f0d966dbd55ac6519a76e89e1da13497d916.tar.gz
gentoo-2-1d82f0d966dbd55ac6519a76e89e1da13497d916.tar.bz2
gentoo-2-1d82f0d966dbd55ac6519a76e89e1da13497d916.zip
Add more ucode for recent hardware and bug fixes, bug #508670.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/radeon-ucode/ChangeLog9
-rw-r--r--x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild41
-rw-r--r--x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild (renamed from x11-drivers/radeon-ucode/radeon-ucode-20131111.ebuild)4
3 files changed, 10 insertions, 44 deletions
diff --git a/x11-drivers/radeon-ucode/ChangeLog b/x11-drivers/radeon-ucode/ChangeLog
index bff2b52b4d58..424ebc50f221 100644
--- a/x11-drivers/radeon-ucode/ChangeLog
+++ b/x11-drivers/radeon-ucode/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/radeon-ucode
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.38 2014/04/06 10:11:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.39 2014/05/04 12:38:30 chithanh Exp $
+
+*radeon-ucode-20140430 (04 May 2014)
+
+ 04 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +radeon-ucode-20140430.ebuild, -radeon-ucode-20130826.ebuild,
+ -radeon-ucode-20131111.ebuild:
+ Add more ucode for recent hardware and bug fixes, bug #508670.
06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> radeon-ucode-20140204.ebuild:
Stable for x86, wrt bug #500368
diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild
deleted file mode 100644
index f5c0cbf9c6e0..000000000000
--- a/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild,v 1.3 2013/10/08 05:05:12 ago Exp $
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="IRQ microcode for r6xx/r7xx/Evergreen/N.Islands/S.Islands Radeon GPUs and APUs"
-HOMEPAGE="http://people.freedesktop.org/~agd5f/radeon_ucode/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="radeon-ucode"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
-
-S=${WORKDIR}/${PN/-/_}
-
-src_install() {
- insinto /lib/firmware/radeon
- FILES=( *.bin )
- doins ${FILES[@]} || die "doins failed"
-}
-
-pkg_postinst() {
- if linux_config_exists && linux_chkconfig_builtin DRM_RADEON; then
- if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \
- ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == *_rlc.bin* ]]; then
- ewarn "Your kernel has radeon DRM built-in but not the IRQ microcode."
- ewarn "For kernel modesetting to work, please set in kernel config"
- ewarn "CONFIG_FIRMWARE_IN_KERNEL=y"
- ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\""
- ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\""
- ewarn "You may skip microcode files for which no hardware is installed."
- ewarn "More information at http://wiki.gentoo.org/wiki/Radeon#Firmware"
- fi
- fi
-}
diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20131111.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild
index 04ee2b9e654a..7a6c070bdaef 100644
--- a/x11-drivers/radeon-ucode/radeon-ucode-20131111.ebuild
+++ b/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20131111.ebuild,v 1.1 2013/11/22 18:46:35 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild,v 1.1 2014/05/04 12:38:30 chithanh Exp $
EAPI=5