From 9a017d7e435a6c3aa98b26f9f3b5f1995c8e056c Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Sep 14 2016 07:29:54 +0000 Subject: Release. AMD CPU microcode update. 20131107 Signed-off-by: Anton Arapov --- diff --git a/Changelog b/Changelog index f5eaadb..08acf45 100644 --- a/Changelog +++ b/Changelog @@ -88,4 +88,6 @@ updated the 1.29 tarball with newer microcode from Intel 1.31 21 July 2016, Anton Arapov updated the 1.30 tarball with newer microcode from Intel +1.32 14 September 2016, Anton Arapov + updated the 1.31 tarball with newer microcode from AMD diff --git a/Makefile b/Makefile index 449f1df..7709d3d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ PROGRAM = microcode_ctl MANPAGE = microcode_ctl.8 MICROCODE_INTEL = microcode-20160714.tgz -MICROCODE_AMD = amd-ucode-2012-09-10.tar +MICROCODE_AMD = amd-ucode-2013-11-07.tar INS = install CC = gcc @@ -57,13 +57,8 @@ install: $(INS) -m 644 intel-ucode/microcode.dat $(DESTDIR)$(MICDIR) $(INS) -m 644 amd-ucode/microcode_amd.bin $(DESTDIR)$(MICDIR)/amd-ucode/ $(INS) -m 644 amd-ucode/microcode_amd_fam15h.bin $(DESTDIR)$(MICDIR)/amd-ucode/ - $(INS) -m 644 amd-ucode/microcode_amd.bin.README \ - $(DESTDIR)$(DOCDIR)/README.microcode_amd.bin - $(INS) -m 644 amd-ucode/microcode_amd_fam15h.bin.README \ - $(DESTDIR)$(DOCDIR)/README.microcode_amd_fam15h.bin + $(INS) -m 644 amd-ucode/microcode_amd_fam16h.bin $(DESTDIR)$(MICDIR)/amd-ucode/ $(INS) -m 644 amd-ucode/LICENSE $(DESTDIR)$(DOCDIR)/LICENSE.microcode_amd - $(INS) -m 644 amd-ucode/README $(DESTDIR)$(DOCDIR)/README.microcode_amd - $(INS) -m 644 amd-ucode/INSTALL $(DESTDIR)$(DOCDIR)/INSTALL.microcode_amd ifndef DESTDIR chkconfig --add $(RCFILEFINAL) diff --git a/amd-ucode-2012-09-10.tar b/amd-ucode-2012-09-10.tar deleted file mode 100644 index f30f845..0000000 Binary files a/amd-ucode-2012-09-10.tar and /dev/null differ diff --git a/amd-ucode-2013-11-07.tar b/amd-ucode-2013-11-07.tar new file mode 100644 index 0000000..5548401 Binary files /dev/null and b/amd-ucode-2013-11-07.tar differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 097a0a0..6ccd4b8 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,6 +1,6 @@ Summary: Tool to update x86/x86-64 CPU microcode. Name: microcode_ctl -Version: 1.31 +Version: 1.32 Release: 1 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted