From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: chasel.chiu@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Mon, 10 Jun 2019 22:17:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 22:17:44 -0700 X-ExtLoop1: 1 Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga002.jf.intel.com with ESMTP; 10 Jun 2019 22:17:43 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.51]) by KMSMSX153.gar.corp.intel.com ([169.254.5.214]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 13:17:42 +0800 From: "Chiu, Chasel" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Desimone, Nathaniel L" Subject: Re: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule Thread-Topic: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to use the generic Microcode FFS rule Thread-Index: AQHVIBMt/X4G4R7xH0em/jx7EIxGWaaV6cww Date: Tue, 11 Jun 2019 05:17:42 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC50342BE9@PGSMSX111.gar.corp.intel.com> References: <1560229448-12052-1-git-send-email-liming.gao@intel.com> <1560229448-12052-4-git-send-email-liming.gao@intel.com> In-Reply-To: <1560229448-12052-4-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjkzNmJmOTUtZGNiNi00Y2FkLTkxNTYtMTdmNDNiNDkxZjg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTlc1emVwSjVzbmkyZU9nUVVlZWM3aXlST1wvTjlrZWNLQk5Yd2JOMU5wTW9lUnNQWEhyVnJuUDNlaG84VkhzNnQifQ== x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.205] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: Gao, Liming > Sent: Tuesday, June 11, 2019 1:04 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > > Subject: [edk2-platform patch 3/4] KabylakeOpenBoardPkg: Update FDF to us= e > the generic Microcode FFS rule >=20 > Signed-off-by: Liming Gao > Cc: Chasel Chiu > Cc: Nate DeSimone > --- > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 4 > +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >=20 > diff --git > a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf > index 0cff53e308..0f95ee7942 100644 > --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf > +++ > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf > @@ -203,9 +203,7 @@ READ_STATUS =3D FALSE > READ_LOCK_CAP =3D TRUE > READ_LOCK_STATUS =3D TRUE >=20 > -FILE RAW =3D 197DB236-F856-4924-90F8-CDF12FB875F3 { > - > $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/X64/MicrocodeUpd > ates.bin > -} > +INF RuleOverride =3D MICROCODE > $(PLATFORM_SI_BIN_PACKAGE)/Microcode/MicrocodeUpdates.inf >=20 > [FV.FvPreMemory] > BlockSize =3D $(FLASH_BLOCK_SIZE) > -- > 2.13.0.windows.1