* [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg @ 2018-10-18 2:35 shenglei 2018-10-18 2:59 ` Yao, Jiewen 0 siblings, 1 reply; 5+ messages in thread From: shenglei @ 2018-10-18 2:35 UTC (permalink / raw) To: edk2-devel 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 <shenglei.zhang@intel.com> --- 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/GraphicsOutputDxe.inf MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.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/GraphicsOutputDxe.inf INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf -- 2.18.0.windows.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg 2018-10-18 2:35 [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg shenglei @ 2018-10-18 2:59 ` Yao, Jiewen 2018-10-18 8:38 ` Zhang, Shenglei 0 siblings, 1 reply; 5+ messages in thread From: Yao, Jiewen @ 2018-10-18 2:59 UTC (permalink / raw) To: Zhang, Shenglei, edk2-devel@lists.01.org; +Cc: Yao, Jiewen Hi Would you please share what test has been done? Thank you Yao Jiewen > -----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 <shenglei.zhang@intel.com> > --- > 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/GraphicsOutputDx > 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/GraphicsOutputDxe. > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg 2018-10-18 2:59 ` Yao, Jiewen @ 2018-10-18 8:38 ` Zhang, Shenglei 2018-10-22 3:02 ` Zhang, Shenglei 0 siblings, 1 reply; 5+ messages in thread From: Zhang, Shenglei @ 2018-10-18 8:38 UTC (permalink / raw) To: Yao, Jiewen, edk2-devel@lists.01.org > -----Original Message----- > From: Yao, Jiewen > Sent: Thursday, October 18, 2018 11:00 AM > To: Zhang, Shenglei <shenglei.zhang@intel.com>; edk2-devel@lists.01.org > Cc: Yao, Jiewen <jiewen.yao@intel.com> > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg > > Hi > Would you please share what test has been done? I build edk2-platfroms for MinKabylake according to "readme" in edk2-platforms. And the EDKII BIOS build has successfully completed. Thanks, Shenglei > > Thank you > Yao Jiewen > > > > -----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 <shenglei.zhang@intel.com> > > --- > > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg 2018-10-18 8:38 ` Zhang, Shenglei @ 2018-10-22 3:02 ` Zhang, Shenglei 2018-10-22 3:05 ` Yao, Jiewen 0 siblings, 1 reply; 5+ messages in thread From: Zhang, Shenglei @ 2018-10-22 3:02 UTC (permalink / raw) To: Yao, Jiewen, 'edk2-devel@lists.01.org' Hi Jiewen, After my test, the KabyLake Platform based on my changes can be booted to Shell 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 <jiewen.yao@intel.com>; edk2-devel@lists.01.org > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg > > > > > -----Original Message----- > > From: Yao, Jiewen > > Sent: Thursday, October 18, 2018 11:00 AM > > To: Zhang, Shenglei <shenglei.zhang@intel.com>; edk2-devel@lists.01.org > > Cc: Yao, Jiewen <jiewen.yao@intel.com> > > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with > FatPkg > > > > Hi > > Would you please share what test has been done? > > I build edk2-platfroms for MinKabylake according to "readme" in edk2- > platforms. > And the EDKII BIOS build has successfully completed. > > Thanks, > Shenglei > > > > > Thank you > > Yao Jiewen > > > > > > > -----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 <shenglei.zhang@intel.com> > > > --- > > > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg 2018-10-22 3:02 ` Zhang, Shenglei @ 2018-10-22 3:05 ` Yao, Jiewen 0 siblings, 0 replies; 5+ messages in thread From: Yao, Jiewen @ 2018-10-22 3:05 UTC (permalink / raw) To: Zhang, Shenglei, 'edk2-devel@lists.01.org' Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zhang, Shenglei > Sent: Monday, October 22, 2018 11:03 AM > To: Yao, Jiewen <jiewen.yao@intel.com>; 'edk2-devel@lists.01.org' > <edk2-devel@lists.01.org> > Cc: Zhang, Shenglei <shenglei.zhang@intel.com> > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with > FatPkg > > Hi Jiewen, > > After my test, the KabyLake Platform based on my changes can be booted to > Shell 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 <jiewen.yao@intel.com>; edk2-devel@lists.01.org > > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with > FatPkg > > > > > > > > > -----Original Message----- > > > From: Yao, Jiewen > > > Sent: Thursday, October 18, 2018 11:00 AM > > > To: Zhang, Shenglei <shenglei.zhang@intel.com>; > edk2-devel@lists.01.org > > > Cc: Yao, Jiewen <jiewen.yao@intel.com> > > > Subject: RE: [edk2] [PATCH v2] Edk2Platforms: Replace FatBinPkg with > > FatPkg > > > > > > Hi > > > Would you please share what test has been done? > > > > I build edk2-platfroms for MinKabylake according to "readme" in edk2- > > platforms. > > And the EDKII BIOS build has successfully completed. > > > > Thanks, > > Shenglei > > > > > > > > Thank you > > > Yao Jiewen > > > > > > > > > > -----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 <shenglei.zhang@intel.com> > > > > --- > > > > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-10-22 3:05 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-10-18 2:35 [PATCH v2] Edk2Platforms: Replace FatBinPkg with FatPkg shenglei 2018-10-18 2:59 ` Yao, Jiewen 2018-10-18 8:38 ` Zhang, Shenglei 2018-10-22 3:02 ` Zhang, Shenglei 2018-10-22 3:05 ` Yao, Jiewen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox