* [gentoo-commits] gentoo-x86 commit in x11-drivers/radeon-ucode: radeon-ucode-20130826.ebuild ChangeLog
@ 2013-09-08 12:25 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-09-08 12:25 UTC (permalink / raw
To: gentoo-commits
chithanh 13/09/08 12:25:28
Modified: ChangeLog
Added: radeon-ucode-20130826.ebuild
Log:
Update for new KAVERI firmware, bug #484056.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.32 x11-drivers/radeon-ucode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 30 Jun 2013 19:58:04 -0000 1.31
+++ ChangeLog 8 Sep 2013 12:25:28 -0000 1.32
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/radeon-ucode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.31 2013/06/30 19:58:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.32 2013/09/08 12:25:28 chithanh Exp $
+
+*radeon-ucode-20130826 (08 Sep 2013)
+
+ 08 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +radeon-ucode-20130826.ebuild:
+ Update for new KAVERI firmware, bug #484056.
30 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-radeon-ucode-20130204.ebuild, -radeon-ucode-20130402.ebuild,
1.1 x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.1&content-type=text/plain
Index: radeon-ucode-20130826.ebuild
===================================================================
# 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.1 2013/09/08 12:25:28 chithanh 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
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/radeon-ucode: radeon-ucode-20130826.ebuild ChangeLog
@ 2013-09-29 11:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-29 11:11 UTC (permalink / raw
To: gentoo-commits
ago 13/09/29 11:11:28
Modified: radeon-ucode-20130826.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?r1=1.1&r2=1.2
Index: radeon-ucode-20130826.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- radeon-ucode-20130826.ebuild 8 Sep 2013 12:25:28 -0000 1.1
+++ radeon-ucode-20130826.ebuild 29 Sep 2013 11:11:28 -0000 1.2
@@ -1,6 +1,6 @@
# 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.1 2013/09/08 12:25:28 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild,v 1.2 2013/09/29 11:11:28 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
LICENSE="radeon-ucode"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
1.33 x11-drivers/radeon-ucode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 8 Sep 2013 12:25:28 -0000 1.32
+++ ChangeLog 29 Sep 2013 11:11:28 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/radeon-ucode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.32 2013/09/08 12:25:28 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.33 2013/09/29 11:11:28 ago Exp $
+
+ 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> radeon-ucode-20130826.ebuild:
+ Stable for amd64, wrt bug #475480
*radeon-ucode-20130826 (08 Sep 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/radeon-ucode: radeon-ucode-20130826.ebuild ChangeLog
@ 2013-10-08 5:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-08 5:05 UTC (permalink / raw
To: gentoo-commits
ago 13/10/08 05:05:12
Modified: radeon-ucode-20130826.ebuild ChangeLog
Log:
Stable for x86, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild?r1=1.2&r2=1.3
Index: radeon-ucode-20130826.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20130826.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- radeon-ucode-20130826.ebuild 29 Sep 2013 11:11:28 -0000 1.2
+++ radeon-ucode-20130826.ebuild 8 Oct 2013 05:05:12 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2013/09/29 11:11:28 ago Exp $
+# $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
@@ -12,7 +12,7 @@
LICENSE="radeon-ucode"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="!sys-kernel/linux-firmware[-savedconfig]"
1.34 x11-drivers/radeon-ucode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 29 Sep 2013 11:11:28 -0000 1.33
+++ ChangeLog 8 Oct 2013 05:05:12 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/radeon-ucode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.33 2013/09/29 11:11:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.34 2013/10/08 05:05:12 ago Exp $
+
+ 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> radeon-ucode-20130826.ebuild:
+ Stable for x86, wrt bug #475480
29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> radeon-ucode-20130826.ebuild:
Stable for amd64, wrt bug #475480
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-08 5:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-29 11:11 [gentoo-commits] gentoo-x86 commit in x11-drivers/radeon-ucode: radeon-ucode-20130826.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-10-08 5:05 Agostino Sarubbo (ago)
2013-09-08 12:25 Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox