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.65; helo=mga03.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 760E821B02822 for ; Sun, 21 Oct 2018 20:03:00 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Oct 2018 20:02:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,410,1534834800"; d="scan'208";a="101250066" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 21 Oct 2018 20:02:59 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 21 Oct 2018 20:02:59 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 21 Oct 2018 20:02:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.8]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.21]) with mapi id 14.03.0319.002; Mon, 22 Oct 2018 11:02:57 +0800 From: "Zhang, Shenglei" To: "Yao, Jiewen" , "'edk2-devel@lists.01.org'" Thread-Topic: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg Thread-Index: AQHUZotJmTCF5i3pLkCiC8WSHXhJ2KUjygqAgADjm5CABen8cA== Date: Mon, 22 Oct 2018 03:02:56 +0000 Message-ID: References: <20181018023517.25880-1-shenglei.zhang@intel.com> <74D8A39837DF1E4DA445A8C0B3885C503ADF3E8D@shsmsx102.ccr.corp.intel.com> In-Reply-To: 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: Mon, 22 Oct 2018 03:03:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Jiewen, After my test, the KabyLake Platform based on my changes can be booted to S= hell successfully. And a disk can be recognized correctly. Thanks, Shenglei > -----Original Message----- > From: Zhang, Shenglei > Sent: Thursday, October 18, 2018 4:38 PM > To: Yao, Jiewen ; edk2-devel@lists.01.org > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatP= kg >=20 >=20 >=20 > > -----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 > FatPkg > > > > Hi > > Would you please share what test has been done? >=20 > I build edk2-platfroms for MinKabylake according to "readme" in edk2- > platforms. > And the EDKII BIOS build has successfully completed. >=20 > Thanks, > Shenglei >=20 > > > > Thank you > > Yao Jiewen > > > > > > > -----Original Message----- > > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf O= f > > > shenglei > > > Sent: Thursday, October 18, 2018 10:35 AM > > > To: edk2-devel@lists.01.org > > > Subject: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatP= kg > > > > > > 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