From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A5BAE21173C65 for ; Thu, 18 Oct 2018 01:39:27 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2018 01:39:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,395,1534834800"; d="scan'208";a="100471443" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 18 Oct 2018 01:39:26 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Oct 2018 01:39:26 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 18 Oct 2018 01:39:26 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.217]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Thu, 18 Oct 2018 16:38:12 +0800 From: "Zhang, Shenglei" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg Thread-Index: AQHUZotJmTCF5i3pLkCiC8WSHXhJ2KUjygqAgADjm5A= Date: Thu, 18 Oct 2018 08:38:11 +0000 Message-ID: References: <20181018023517.25880-1-shenglei.zhang@intel.com> <74D8A39837DF1E4DA445A8C0B3885C503ADF3E8D@shsmsx102.ccr.corp.intel.com> In-Reply-To: <74D8A39837DF1E4DA445A8C0B3885C503ADF3E8D@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 08:39:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Yao, Jiewen > Sent: Thursday, October 18, 2018 11:00 AM > To: Zhang, Shenglei ; edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatP= kg >=20 > Hi > Would you please share what test has been done? I build edk2-platfroms for MinKabylake according to "readme" in edk2-platfo= rms. And the EDKII BIOS build has successfully completed. Thanks, Shenglei >=20 > Thank you > Yao Jiewen >=20 >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > > shenglei > > Sent: Thursday, October 18, 2018 10:35 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg > > > > In order to remove FatBinPkg, relationships depend on > > FatBinPkg need to be replaced by FatPkg. > > > > v2: > > 1.Replace FatBinPkg with FatPkg in CoreUefiBootInclude.fdf. > > 2.Update the subject. > > > > Change-Id: I8949ad1c7d18abc56deac2d4b4381e00f030dcb2 > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Shenglei Zhang > > --- > > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 2 +- > > .../Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git > a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > index 73aafce141..9b033f43a6 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > > @@ -84,7 +84,7 @@ > > MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf > > MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf > > > > > MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf > > - FatBinPkg/EnhancedFatDxe/Fat.inf > > + FatPkg/EnhancedFatDxe/Fat.inf > > > > > > > #MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputD > x > > e.inf > > > > > MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleD > > xe.inf > > diff --git > > a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf > > b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf > > index 6406192443..da5ca76197 100644 > > --- a/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf > > +++ > b/Platform/Intel/MinPlatformPkg/Include/Fdf/CoreUefiBootInclude.fdf > > @@ -58,7 +58,7 @@ INF > > MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf > > INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf > > INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf > > INF > > > MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf > > -INF FatBinPkg/EnhancedFatDxe/Fat.inf > > +INF FatPkg/EnhancedFatDxe/Fat.inf > > > > #INF > > > MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDx > e. > > inf > > INF > > > MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleD > > xe.inf > > -- > > 2.18.0.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel