Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linux-firmware: Install microcode for AMD processors
> This package contains microcode patches for all AMD AMD64
> processors.  AMD releases microcode patches to correct
> processor behavior as documented in the respective processor
> revision guides.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amd-ucode
  • Loading branch information
pmenzel committed Jun 28, 2017
1 parent a125282 commit 32f74b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-firmware.be0
Expand Up @@ -70,6 +70,7 @@ SRCURL[0]="/src/mariux/beeroot/downloads/linux-firmware-0_${PKGEXTRAVERSION}.tar
mee_install() {
mkdir -p $D/lib/firmware
cp -ax ${S}/amdgpu $D/lib/firmware
cp -ax ${S}/amd-ucode $D/lib/firmware
cp -ax ${S}/bnx2 $D/lib/firmware
cp -ax ${S}/bnx2x $D/lib/firmware
cp -ax ${S}/i915 $D/lib/firmware
Expand Down

0 comments on commit 32f74b1

Please sign in to comment.