From: "Zhang, Shenglei" <shenglei.zhang@intel.com>
To: devel@edk2.groups.io
Subject: [PATCH edk2-platforms 00/16] Add Network's include segment files in DSC/FDF
Date: Wed, 15 May 2019 16:56:45 +0800 [thread overview]
Message-ID: <20190515085701.24724-1-shenglei.zhang@intel.com> (raw)
We have plan to move all network related modules/libraries to
NetworkPkg. So in order to make these changes happen smoothly,
We update platforms' DSC/FDF to use Network's include segment files.
Shenglei Zhang (16):
Platform/OverdriveBoard: Update DSC/FDF to use NetworkPkg's fragment
file.
Platform/VExpressPkg: Update DSC/FDF to use NetworkPkg's include
fragment file.
Hisilicon/D03: Update DSC/FDF to use NetworkPkg's include fragment
file.
Hisilicon/D05: Update DSC/FDF to use NetworkPkg's include fragment
file.
Hisilicon/D06: Update DSC/FDF to use NetworkPkg's include fragment
file.
Hisilicon/HiKey: Update DSC/FDF to use NetworkPkg's include fragment
file.
Hisilicon/HiKey960: Update DSC/FDF to use NetworkPkg's include
fragment file.
Platform/CelloBoard: Update DSC/FDF to use NetworkPkg's include
fragment file.
Platform/DeveloperBox: Update DSC/FDF to use NetworkPkg's fragment
file.
Platform/SynQuacerEvalBoard: Update DSC/FDF to use NetworkPkg's
fragment file.
Platform/Overdrive1000Board: Update DSC/FDF to use NetworkPkg's
fragment file.
Silicon/Armada7k8k: Update DSC/FDF to use NetworkPkg's include
fragment file.
Platform/SgiPkg: Update FDF to use NetworkPkg's include fragment file.
Platform/RDKQemu: Update DSC to use NetworkPkg's include fragment
file.
Platform/Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg's
fragment file.
Platform/PurleyOpenBoardPkg: Update DSC/FDF to use NetworkPkg's
fragment file.
.../AMD/OverdriveBoard/OverdriveBoard.dsc | 29 +---------
.../AMD/OverdriveBoard/OverdriveBoard.fdf | 23 +-------
Platform/ARM/SgiPkg/SgiPlatform.fdf | 12 +---
.../ArmVExpress-networking.fdf.inc | 12 +---
Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 26 +++------
Platform/Comcast/RDKQemu/RDKQemu.dsc | 36 ++++--------
Platform/Hisilicon/D03/D03.dsc | 26 ++++-----
Platform/Hisilicon/D03/D03.fdf | 10 +---
Platform/Hisilicon/D05/D05.dsc | 56 ++++++-------------
Platform/Hisilicon/D05/D05.fdf | 23 +-------
Platform/Hisilicon/D06/D06.dsc | 42 ++++----------
Platform/Hisilicon/D06/D06.fdf | 27 +--------
Platform/Hisilicon/HiKey/HiKey.dsc | 26 ++++-----
Platform/Hisilicon/HiKey/HiKey.fdf | 10 +---
Platform/Hisilicon/HiKey960/HiKey960.dsc | 25 ++++-----
Platform/Hisilicon/HiKey960/HiKey960.fdf | 11 +---
.../Include/Dsc/CoreAdvancedDxeInclude.dsc | 26 +--------
.../Include/Fdf/CoreAdvancedLateInclude.fdf | 26 +--------
.../Include/Dsc/CoreCommonLib.dsc | 11 ++--
.../BoardMtOlympus/PlatformPkg.dsc | 6 ++
.../Intel/Vlv2TbltDevicePkg/PlatformPkg.fdf | 24 +-------
.../Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 6 ++
.../Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 24 +-------
.../Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 43 +++-----------
.../Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 39 ++-----------
.../Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 42 ++------------
Platform/LeMaker/CelloBoard/CelloBoard.dsc | 28 +++-------
Platform/LeMaker/CelloBoard/CelloBoard.fdf | 15 +----
.../Socionext/DeveloperBox/DeveloperBox.dsc | 29 +++-------
.../Socionext/DeveloperBox/DeveloperBox.fdf | 24 +-------
.../SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 35 +++---------
.../SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 21 +------
.../Overdrive1000Board/Overdrive1000Board.dsc | 27 +++------
.../Overdrive1000Board/Overdrive1000Board.fdf | 16 +-----
Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 26 +++------
Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 12 +---
36 files changed, 178 insertions(+), 696 deletions(-)
--
2.18.0.windows.1
next reply other threads:[~2019-05-15 8:57 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 8:56 Zhang, Shenglei [this message]
2019-05-15 8:56 ` [PATCH edk2-platforms 01/16] Platform/OverdriveBoard: Update DSC/FDF to use NetworkPkg's fragment file Zhang, Shenglei
2019-05-16 15:32 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 02/16] Platform/VExpressPkg: Update DSC/FDF to use NetworkPkg's include " Zhang, Shenglei
2019-05-16 16:24 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 03/16] Hisilicon/D03: " Zhang, Shenglei
2019-05-16 16:41 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 04/16] Hisilicon/D05: " Zhang, Shenglei
2019-05-16 16:57 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 05/16] Hisilicon/D06: " Zhang, Shenglei
2019-05-16 17:02 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 06/16] Hisilicon/HiKey: " Zhang, Shenglei
2019-05-16 19:23 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 07/16] Hisilicon/HiKey960: " Zhang, Shenglei
2019-05-16 19:23 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 08/16] Platform/CelloBoard: " Zhang, Shenglei
2019-05-16 20:06 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 09/16] Platform/DeveloperBox: Update DSC/FDF to use NetworkPkg's " Zhang, Shenglei
2019-05-16 20:07 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 10/16] Platform/SynQuacerEvalBoard: " Zhang, Shenglei
2019-05-16 20:10 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 11/16] Platform/Overdrive1000Board: " Zhang, Shenglei
2019-05-16 20:11 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 12/16] Silicon/Armada7k8k: Update DSC/FDF to use NetworkPkg's include " Zhang, Shenglei
2019-05-16 20:18 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:56 ` [PATCH edk2-platforms 13/16] Platform/SgiPkg: Update FDF " Zhang, Shenglei
2019-05-16 20:25 ` [edk2-devel] " Leif Lindholm
2019-05-17 6:01 ` Thomas Abraham
2019-05-15 8:56 ` [PATCH edk2-platforms 14/16] Platform/RDKQemu: Update DSC " Zhang, Shenglei
2019-05-16 20:27 ` [edk2-devel] " Leif Lindholm
2019-05-15 8:57 ` [PATCH edk2-platforms 15/16] Platform/Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg's " Zhang, Shenglei
2019-05-15 8:57 ` [PATCH edk2-platforms 16/16] Platform/PurleyOpenBoardPkg: " Zhang, Shenglei
2019-05-15 12:29 ` [edk2-devel] [PATCH edk2-platforms 00/16] Add Network's include segment files in DSC/FDF Liming Gao
2019-05-16 20:30 ` Leif Lindholm
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=20190515085701.24724-1-shenglei.zhang@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