1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 MY_PV
=$
(replace_all_version_separators
"-")
10 DESCRIPTION
="Microcode for AMD x10h and x11h gen processors"
11 HOMEPAGE
="http://www.amd64.org/support/microcode.html"
12 SRC_URI
="http://www.amd64.org/pub/microcode/${MY_P}.tar"
16 KEYWORDS
="~amd64 ~x86"
22 insinto
/lib
/firmware
/amd-ucode || die
"insinto failed"
23 doins microcode_amd.bin || die
"doins failed"
27 elog
"Remember to enable microcode support in your kernel or load its module."