public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Liming Gao" <liming.gao@intel.com>
To: devel@edk2.groups.io
Cc: Siyuan Fu <siyuan.fu@intel.com>, Jiaxin Wu <jiaxin.wu@intel.com>,
	Jian J Wang <jian.j.wang@intel.com>,
	Hao A Wu <hao.a.wu@intel.com>
Subject: [Patch 0/6] Clean up NetworkPkg
Date: Tue, 17 Sep 2019 10:58:53 +0800	[thread overview]
Message-ID: <1568689139-10548-1-git-send-email-liming.gao@intel.com> (raw)

Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>

Liming Gao (6):
  NetworkPkg: Move network related header files from MdeModulePkg to
    NetworkPkg
  MdeModulePkg: Remove network related guid definitions from
    MdeModulePkg.dec
  NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.dec
  NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined in
    NetworkPkg.dec
  MdeModulePkg: Remove PCD
    gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize
  NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec
    dependency in INF

 MdeModulePkg/MdeModulePkg.dec                                 | 16 ----------------
 MdeModulePkg/MdeModulePkg.uni                                 |  6 ------
 NetworkPkg/ArpDxe/ArpDxe.inf                                  |  1 -
 NetworkPkg/Dhcp4Dxe/Dhcp4Dxe.inf                              |  1 -
 NetworkPkg/DnsDxe/DnsDxe.inf                                  |  1 -
 NetworkPkg/HttpDxe/HttpDxe.inf                                |  1 -
 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf              |  1 -
 {MdeModulePkg => NetworkPkg}/Include/Guid/Ip4Config2Hii.h     |  0
 {MdeModulePkg => NetworkPkg}/Include/Guid/Ip4IScsiConfigHii.h |  0
 {MdeModulePkg => NetworkPkg}/Include/Guid/VlanConfigHii.h     |  0
 NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf                  |  1 -
 NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf                  |  1 -
 NetworkPkg/Library/DxeNetLib/DxeNetLib.inf                    |  1 -
 NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf                |  1 -
 NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf                |  1 -
 NetworkPkg/MnpDxe/MnpDxe.inf                                  |  1 -
 NetworkPkg/Mtftp4Dxe/Mtftp4Dxe.inf                            |  1 -
 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf                            |  1 -
 NetworkPkg/NetworkPkg.dec                                     | 17 +++++++++++++++++
 NetworkPkg/NetworkPkg.uni                                     |  6 ++++++
 NetworkPkg/SnpDxe/SnpDxe.inf                                  |  1 -
 NetworkPkg/TcpDxe/TcpDxe.inf                                  |  1 -
 NetworkPkg/TlsDxe/TlsDxe.inf                                  |  1 -
 NetworkPkg/Udp4Dxe/Udp4Dxe.inf                                |  1 -
 NetworkPkg/Udp6Dxe/Udp6Dxe.inf                                |  1 -
 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf                      |  3 +--
 26 files changed, 24 insertions(+), 42 deletions(-)
 rename {MdeModulePkg => NetworkPkg}/Include/Guid/Ip4Config2Hii.h (100%)
 rename {MdeModulePkg => NetworkPkg}/Include/Guid/Ip4IScsiConfigHii.h (100%)
 rename {MdeModulePkg => NetworkPkg}/Include/Guid/VlanConfigHii.h (100%)

-- 
2.13.0.windows.1


             reply	other threads:[~2019-09-17  2:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17  2:58 Liming Gao [this message]
2019-09-17  2:58 ` [Patch 1/6] NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkg Liming Gao
2019-09-17  2:58 ` [Patch 2/6] MdeModulePkg: Remove network related guid definitions from MdeModulePkg.dec Liming Gao
2019-09-17  3:02   ` [edk2-devel] " Wu, Hao A
2019-09-17  2:58 ` [Patch 3/6] NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.dec Liming Gao
2019-09-17  2:58 ` [Patch 4/6] NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined " Liming Gao
2019-09-17  2:58 ` [Patch 5/6] MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize Liming Gao
2019-09-27  0:35   ` Wu, Hao A
2019-09-17  2:58 ` [Patch 6/6] NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF Liming Gao
2019-09-17  3:15 ` [edk2-devel] [Patch 0/6] Clean up NetworkPkg Siyuan, Fu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1568689139-10548-1-git-send-email-liming.gao@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox