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, a set of fragment
files (2 for DSC and 1 for FDF) are provided for platform to enable the 
network stack support, without directly reference the INF module path.

Patch 1/6 adds 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.

v2:
  1. Split the "Network.dsc.inc" in to 4 files for different sections in DSC
  file. This could provide more flexibility to platform owner to use the
  include files.
  2. Clarify the OpenSSL dependency of TLS, iSCSI and IPsec enable flag.
  3. Use "!error" statement for incorrect flag value check.
  4. Update platform DSC/FDF to use the new include files.
  5. Other decoration work according to Laszlo's comments.



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              |  11 +-
 ArmVirtPkg/ArmVirtQemu.dsc              |  46 ++-----
 ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc    |  28 +---
 ArmVirtPkg/ArmVirtQemuKernel.dsc        |  46 ++-----
 EmulatorPkg/EmulatorPkg.dsc             |  39 ++++--
 EmulatorPkg/EmulatorPkg.fdf             |  10 +-
 NetworkPkg/Network.fdf.inc              |  69 ++++++++++
 NetworkPkg/NetworkComponents.dsc.inc    |  71 ++++++++++
 NetworkPkg/NetworkDefines.dsc.inc       | 138 ++++++++++++++++++++
 NetworkPkg/NetworkLibs.dsc.inc          |  25 ++++
 NetworkPkg/NetworkPcds.dsc.inc          |  22 ++++
 NetworkPkg/NetworkPkg.dsc               |  28 +---
 Nt32Pkg/Nt32Pkg.dsc                     | 104 ++++-----------
 Nt32Pkg/Nt32Pkg.fdf                     |  27 +---
 OvmfPkg/OvmfPkgIa32.dsc                 |  75 +++++------
 OvmfPkg/OvmfPkgIa32.fdf                 |  27 +---
 OvmfPkg/OvmfPkgIa32X64.dsc              |  76 +++++------
 OvmfPkg/OvmfPkgIa32X64.fdf              |  27 +---
 OvmfPkg/OvmfPkgX64.dsc                  |  75 +++++------
 OvmfPkg/OvmfPkgX64.fdf                  |  27 +---
 Vlv2TbltDevicePkg/PlatformPkg.fdf       |  25 +---
 Vlv2TbltDevicePkg/PlatformPkgConfig.dsc |  11 +-
 Vlv2TbltDevicePkg/PlatformPkgGcc.fdf    |  25 +---
 Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc |  52 +++-----
 Vlv2TbltDevicePkg/PlatformPkgIA32.dsc   |  52 +++-----
 Vlv2TbltDevicePkg/PlatformPkgX64.dsc    |  52 +++-----
 26 files changed, 573 insertions(+), 615 deletions(-)
 create mode 100644 NetworkPkg/Network.fdf.inc
 create mode 100644 NetworkPkg/NetworkComponents.dsc.inc
 create mode 100644 NetworkPkg/NetworkDefines.dsc.inc
 create mode 100644 NetworkPkg/NetworkLibs.dsc.inc
 create mode 100644 NetworkPkg/NetworkPcds.dsc.inc

Cc: Jiaxin Wu <[email protected]>
Cc: Ting Ye <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Hao Wu <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Julien Grall <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Andrew Fish <[email protected]>
Cc: Ruiyu Ni <[email protected]>
Cc: Anthony Perard <[email protected]>
Cc: David Wei <[email protected]>
Cc: Mang Guo <[email protected]>

-- 
2.19.1.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to