* [Patch 0/2] Update Package DSC to use NetworkPkg's include fragment file
@ 2019-05-17 8:50 Liming Gao
2019-05-17 8:50 ` [Patch 1/2] ShellPkg: Update " Liming Gao
2019-05-17 8:50 ` [Patch 2/2] EmbeddedPkg: " Liming Gao
0 siblings, 2 replies; 5+ messages in thread
From: Liming Gao @ 2019-05-17 8:50 UTC (permalink / raw)
To: devel
Liming Gao (2):
ShellPkg: Update DSC to use NetworkPkg's include fragment file
EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file
EmbeddedPkg/EmbeddedPkg.dsc | 2 +-
ShellPkg/ShellPkg.dsc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.13.0.windows.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Patch 1/2] ShellPkg: Update DSC to use NetworkPkg's include fragment file
2019-05-17 8:50 [Patch 0/2] Update Package DSC to use NetworkPkg's include fragment file Liming Gao
@ 2019-05-17 8:50 ` Liming Gao
2019-05-20 0:28 ` [edk2-devel] " Gao, Zhichao
2019-05-17 8:50 ` [Patch 2/2] EmbeddedPkg: " Liming Gao
1 sibling, 1 reply; 5+ messages in thread
From: Liming Gao @ 2019-05-17 8:50 UTC (permalink / raw)
To: devel; +Cc: Zhichao Gao, Ray Ni, Jaben Carsey
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
---
ShellPkg/ShellPkg.dsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc
index 50d9bbb235..6a139b3b91 100644
--- a/ShellPkg/ShellPkg.dsc
+++ b/ShellPkg/ShellPkg.dsc
@@ -40,7 +40,7 @@ [LibraryClasses.common]
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
- NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
+ !include NetworkPkg/NetworkLibs.dsc.inc
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Patch 2/2] EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file
2019-05-17 8:50 [Patch 0/2] Update Package DSC to use NetworkPkg's include fragment file Liming Gao
2019-05-17 8:50 ` [Patch 1/2] ShellPkg: Update " Liming Gao
@ 2019-05-17 8:50 ` Liming Gao
2019-05-17 9:00 ` Leif Lindholm
1 sibling, 1 reply; 5+ messages in thread
From: Liming Gao @ 2019-05-17 8:50 UTC (permalink / raw)
To: devel; +Cc: Leif Lindholm, Ard Biesheuvel
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
EmbeddedPkg/EmbeddedPkg.dsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc
index b487337909..863bce3a19 100644
--- a/EmbeddedPkg/EmbeddedPkg.dsc
+++ b/EmbeddedPkg/EmbeddedPkg.dsc
@@ -96,7 +96,7 @@ [LibraryClasses.common]
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
# Networking Requirements
- NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
+ !include NetworkPkg/NetworkLibs.dsc.inc
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
--
2.13.0.windows.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Patch 2/2] EmbeddedPkg: Update DSC to use NetworkPkg's include fragment file
2019-05-17 8:50 ` [Patch 2/2] EmbeddedPkg: " Liming Gao
@ 2019-05-17 9:00 ` Leif Lindholm
0 siblings, 0 replies; 5+ messages in thread
From: Leif Lindholm @ 2019-05-17 9:00 UTC (permalink / raw)
To: Liming Gao; +Cc: devel, Ard Biesheuvel
On Fri, May 17, 2019 at 04:50:35PM +0800, Liming Gao wrote:
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> ---
> EmbeddedPkg/EmbeddedPkg.dsc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc
> index b487337909..863bce3a19 100644
> --- a/EmbeddedPkg/EmbeddedPkg.dsc
> +++ b/EmbeddedPkg/EmbeddedPkg.dsc
> @@ -96,7 +96,7 @@ [LibraryClasses.common]
> SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
>
> # Networking Requirements
> - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
> + !include NetworkPkg/NetworkLibs.dsc.inc
> HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
> UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
>
> --
> 2.13.0.windows.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch 1/2] ShellPkg: Update DSC to use NetworkPkg's include fragment file
2019-05-17 8:50 ` [Patch 1/2] ShellPkg: Update " Liming Gao
@ 2019-05-20 0:28 ` Gao, Zhichao
0 siblings, 0 replies; 5+ messages in thread
From: Gao, Zhichao @ 2019-05-20 0:28 UTC (permalink / raw)
To: devel@edk2.groups.io, Gao, Liming; +Cc: Ni, Ray, Carsey, Jaben
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Liming Gao
> Sent: Friday, May 17, 2019 4:51 PM
> To: devel@edk2.groups.io
> Cc: Gao, Zhichao <zhichao.gao@intel.com>; Ni, Ray <ray.ni@intel.com>;
> Carsey, Jaben <jaben.carsey@intel.com>
> Subject: [edk2-devel] [Patch 1/2] ShellPkg: Update DSC to use NetworkPkg's
> include fragment file
>
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> ---
> ShellPkg/ShellPkg.dsc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index
> 50d9bbb235..6a139b3b91 100644
> --- a/ShellPkg/ShellPkg.dsc
> +++ b/ShellPkg/ShellPkg.dsc
> @@ -40,7 +40,7 @@ [LibraryClasses.common]
>
> UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib
> /UefiRuntimeServicesTableLib.inf
>
> UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService
> sLib.inf
> HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
> - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
> + !include NetworkPkg/NetworkLibs.dsc.inc
>
> ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
>
> ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellComma
> ndLib.inf
> --
> 2.13.0.windows.1
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-05-20 0:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-17 8:50 [Patch 0/2] Update Package DSC to use NetworkPkg's include fragment file Liming Gao
2019-05-17 8:50 ` [Patch 1/2] ShellPkg: Update " Liming Gao
2019-05-20 0:28 ` [edk2-devel] " Gao, Zhichao
2019-05-17 8:50 ` [Patch 2/2] EmbeddedPkg: " Liming Gao
2019-05-17 9:00 ` Leif Lindholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox