From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] intel-microcode: update to 20191112 Date: Thu, 14 Nov 2019 12:24:18 +0000 Message-ID: In-Reply-To: <1885d862-fea5-3c8c-c0d7-aefca373280e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7063164530329896906==" List-Id: --===============7063164530329896906== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you for working on this so quickly. > On 13 Nov 2019, at 19:18, Peter M=C3=BCller wr= ote: >=20 > For release notes, refer to: > - https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platf= orm-update-ipu/ > - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/relea= ses/tag/microcode-20191112 >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/rootfiles/core/138/filelists/i586/intel-microcode | 1 + > config/rootfiles/core/138/filelists/x86_64/intel-microcode | 1 + > lfs/intel-microcode | 6 +++--- > 3 files changed, 5 insertions(+), 3 deletions(-) > create mode 120000 config/rootfiles/core/138/filelists/i586/intel-microcode > create mode 120000 config/rootfiles/core/138/filelists/x86_64/intel-microco= de >=20 > diff --git a/config/rootfiles/core/138/filelists/i586/intel-microcode b/con= fig/rootfiles/core/138/filelists/i586/intel-microcode > new file mode 120000 > index 000000000..12bdac8bd > --- /dev/null > +++ b/config/rootfiles/core/138/filelists/i586/intel-microcode > @@ -0,0 +1 @@ > +../../../../config/rootfiles/common/i586/intel-microcode > \ No newline at end of file > diff --git a/config/rootfiles/core/138/filelists/x86_64/intel-microcode b/c= onfig/rootfiles/core/138/filelists/x86_64/intel-microcode > new file mode 120000 > index 000000000..0c7158465 > --- /dev/null > +++ b/config/rootfiles/core/138/filelists/x86_64/intel-microcode > @@ -0,0 +1 @@ > +../../../../config/rootfiles/common/x86_64/intel-microcode > \ No newline at end of file > diff --git a/lfs/intel-microcode b/lfs/intel-microcode > index e01ea9934..c50e73d11 100644 > --- a/lfs/intel-microcode > +++ b/lfs/intel-microcode > @@ -24,10 +24,10 @@ >=20 > include Config >=20 > -VER =3D 20190618 > +VER =3D 20191112 >=20 > THISAPP =3D Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) > -DL_FILE =3D $(THISAPP).tar.xz > +DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 18af9bd8b6c7164f0cd917080a387244 > +$(DL_FILE)_MD5 =3D b215c5a8fd438afd867d8a42d01e27f6 >=20 > install : $(TARGET) >=20 > --=20 > 2.16.4 >=20 --===============7063164530329896906==--