public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Fu Siyuan <siyuan.fu@intel.com>
To: edk2-devel@lists.01.org
Cc: Jiaxin Wu <jiaxin.wu@intel.com>, Ting Ye <ting.ye@intel.com>,
	Ruiyu Ni <ruiyu.ni@intel.com>, Hao Wu <hao.a.wu@intel.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Julien Grall <julien.grall@linaro.org>,
	Jordan Justen <jordan.l.justen@intel.com>,
	Andrew Fish <afish@apple.com>,
	Anthony Perard <anthony.perard@citrix.com>,
	David Wei <david.wei@intel.com>, Mang Guo <mang.guo@intel.com>
Subject: [PATCH 0/6] Add DSC/FDF include segment files for network stack
Date: Wed, 21 Nov 2018 13:28:13 +0800	[thread overview]
Message-ID: <20181121052819.15744-1-siyuan.fu@intel.com> (raw)

There is a patch to remove the redudant IP4 only iSCSI/PXE/TCP drivers
from MdeModulePkg, which has been reviewed before edk2-stable201811 tag.
And we also have plan to move all network related libraries/modules to
NetworkPkg. In order to make these change more smoothly, 2 configuration
fragment files are provided for platform to enable the network stack
support, without directly reference the INF module path.

Patch 1/6 adds 2 centralized dsc/fdf include files to NetworkPkg, with
a set of flags for feature set enable/disable.
Patch 2~6 updates edk2 platform dsc/fdf files to use the new include
files, instead of reference the module INF.


Fu Siyuan (6):
  NetworkPkg: Add DSC/FDF include segment files to NetworkPkg.
  Nt32Pkg: Update DSC/FDF to use NetworkPkg's include fragment file.
  ArmVirtPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
  EmulatorPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
  OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
  Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg's include fragment
    file.

 ArmVirtPkg/ArmVirt.dsc.inc              |  12 --
 ArmVirtPkg/ArmVirtQemu.dsc              |  44 +----
 ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc    |  28 +--
 ArmVirtPkg/ArmVirtQemuKernel.dsc        |  38 +---
 EmulatorPkg/EmulatorPkg.dsc             |  32 ++-
 EmulatorPkg/EmulatorPkg.fdf             |  10 +-
 NetworkPkg/Network.dsc.inc              | 203 ++++++++++++++++++++
 NetworkPkg/Network.fdf.inc              |  81 ++++++++
 Nt32Pkg/Nt32Pkg.dsc                     |  71 +------
 Nt32Pkg/Nt32Pkg.fdf                     |  27 +--
 OvmfPkg/OvmfPkgIa32.dsc                 |  52 ++---
 OvmfPkg/OvmfPkgIa32.fdf                 |  25 +--
 OvmfPkg/OvmfPkgIa32X64.dsc              |  53 ++---
 OvmfPkg/OvmfPkgIa32X64.fdf              |  25 +--
 OvmfPkg/OvmfPkgX64.dsc                  |  52 ++---
 OvmfPkg/OvmfPkgX64.fdf                  |  25 +--
 Vlv2TbltDevicePkg/PlatformPkg.fdf       |  25 +--
 Vlv2TbltDevicePkg/PlatformPkgConfig.dsc |   3 +
 Vlv2TbltDevicePkg/PlatformPkgGcc.fdf    |  25 +--
 Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc |  42 +---
 Vlv2TbltDevicePkg/PlatformPkgIA32.dsc   |  42 +---
 Vlv2TbltDevicePkg/PlatformPkgX64.dsc    |  42 +---
 22 files changed, 378 insertions(+), 579 deletions(-)
 create mode 100644 NetworkPkg/Network.dsc.inc
 create mode 100644 NetworkPkg/Network.fdf.inc

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Ting Ye <ting.ye@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Julien Grall <julien.grall@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
-- 
2.19.1.windows.1



             reply	other threads:[~2018-11-21  5:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21  5:28 Fu Siyuan [this message]
2018-11-21  5:28 ` [PATCH 1/6] NetworkPkg: Add DSC/FDF include segment files to NetworkPkg Fu Siyuan
2018-11-21 10:46   ` Laszlo Ersek
2018-11-21 10:56     ` Laszlo Ersek
2018-11-21 11:53     ` Fu, Siyuan
2018-11-21 15:32       ` Laszlo Ersek
2018-11-21  5:28 ` [PATCH 2/6] Nt32Pkg: Update DSC/FDF to use NetworkPkg's include fragment file Fu Siyuan
2018-11-21  5:28 ` [PATCH 3/6] ArmVirtPkg: " Fu Siyuan
2018-11-21 11:26   ` Laszlo Ersek
2018-11-21  5:28 ` [PATCH 4/6] EmulatorPkg: " Fu Siyuan
2018-11-21  5:28 ` [PATCH 5/6] OvmfPkg: " Fu Siyuan
2018-11-21 11:07   ` Laszlo Ersek
2018-11-21  5:28 ` [PATCH 6/6] Vlv2TbltDevicePkg: " Fu Siyuan

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=20181121052819.15744-1-siyuan.fu@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