From: "Liming Gao" <liming.gao@intel.com>
To: devel@edk2.groups.io
Subject: [Patch edk2-platform V4 00/18] Add Network's include segment files in DSC/FDF
Date: Tue, 21 May 2019 21:36:05 +0800 [thread overview]
Message-ID: <20190521133623.20404-1-liming.gao@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.
v2:1.Add Contributed-under tag in all patches,based on current edk2/master.
2.Modify changes in part of patch series.
v3:1.Remove Contributed-under tag in all patches.
2.Split 16/16 to 16/18, 17/18 and 18/18.
v4:1.Remove version info the commit message.
2.Correct patch 4 on line ending issue.
3.Generate the patch with full file path.
Shenglei Zhang (18):
Platform/OverdriveBoard: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/VExpressPkg: Update DSC/FDF to use NetworkPkg DSC/FDF
Hisilicon/D03: Update DSC/FDF to use NetworkPkg DSC/FDF
Hisilicon/D05: Update DSC/FDF to use NetworkPkg DSC/FDF
Hisilicon/D06: Update DSC/FDF to use NetworkPkg DSC/FDF
Hisilicon/HiKey: Update DSC/FDF to use NetworkPkg DSC/FDF
Hisilicon/HiKey960: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/CelloBoard: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/DeveloperBox: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/SynQuacerEvalBoard: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/Overdrive1000Board: Update DSC/FDF to use NetworkPkg DSC/FDF
Silicon/Armada7k8k: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/SgiPkg: Update FDF to use NetworkPkg FDF
Platform/RDKQemu: Update DSC to use NetworkPkg DSC.
Platform/Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg DSC/FDF.
Platform/PurleyOpenBoardPkg: Update DSC to use NetworkPkg DSC
Platform/MinPlatformPkg: Update DSC to use NetworkPkg DSC.
Platform/AdvancedFeaturePkg: Update DSC/FDF to use NetworkPkg DSC/FDF
Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 31 +------------------------------
Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 23 +----------------------
Platform/ARM/SgiPkg/SgiPlatform.fdf | 12 +-----------
Platform/ARM/VExpressPkg/ArmVExpress-networking.fdf.inc | 12 +-----------
Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 26 +++++++++-----------------
Platform/Comcast/RDKQemu/RDKQemu.dsc | 34 ++++++++++------------------------
Platform/Hisilicon/D03/D03.dsc | 26 +++++++++++---------------
Platform/Hisilicon/D03/D03.fdf | 10 +---------
Platform/Hisilicon/D05/D05.dsc | 45 ++++++++++-----------------------------------
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 +----------
Platform/Intel/AdvancedFeaturePkg/Include/Dsc/CoreAdvancedDxeInclude.dsc | 26 +-------------------------
Platform/Intel/AdvancedFeaturePkg/Include/Fdf/CoreAdvancedLateInclude.fdf | 26 +-------------------------
Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 11 ++++++-----
Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc | 7 +++++++
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkg.fdf | 24 ++----------------------
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 6 ++++++
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 24 ++----------------------
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 43 +++++++------------------------------------
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 39 +++++----------------------------------
Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 42 ++++++------------------------------------
Platform/LeMaker/CelloBoard/CelloBoard.dsc | 28 ++++++++--------------------
Platform/LeMaker/CelloBoard/CelloBoard.fdf | 15 +--------------
Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc | 8 ++++++++
Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc | 8 ++++++++
Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 29 +++++++----------------------
Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 24 ++----------------------
Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 35 ++++++++---------------------------
Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.fdf | 21 ++-------------------
Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 27 +++++++++------------------
Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.fdf | 16 +---------------
Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc | 8 ++++++++
Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 18 +-----------------
Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 12 +-----------
39 files changed, 186 insertions(+), 694 deletions(-)
--
2.13.0.windows.1
next reply other threads:[~2019-05-21 13:36 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-21 13:36 Liming Gao [this message]
2019-05-21 13:36 ` [Patch edk2-platform V4 01/18] Platform/OverdriveBoard: Update DSC/FDF to use NetworkPkg DSC/FDF Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 02/18] Platform/VExpressPkg: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 03/18] Hisilicon/D03: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 04/18] Hisilicon/D05: " Liming Gao
2019-05-23 16:59 ` [edk2-devel] " Leif Lindholm
2019-05-21 13:36 ` [Patch edk2-platform V4 05/18] Hisilicon/D06: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 06/18] Hisilicon/HiKey: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 07/18] Hisilicon/HiKey960: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 08/18] Platform/CelloBoard: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 09/18] Platform/DeveloperBox: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 10/18] Platform/SynQuacerEvalBoard: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 11/18] Platform/Overdrive1000Board: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 12/18] Silicon/Armada7k8k: " Liming Gao
2019-05-23 17:00 ` Leif Lindholm
2019-05-21 13:36 ` [Patch edk2-platform V4 13/18] Platform/SgiPkg: Update FDF to use NetworkPkg FDF Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 14/18] Platform/RDKQemu: Update DSC to use NetworkPkg DSC Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 15/18] Platform/Vlv2TbltDevicePkg: Update DSC/FDF to use NetworkPkg DSC/FDF Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 16/18] Platform/PurleyOpenBoardPkg: Update DSC to use NetworkPkg DSC Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 17/18] Platform/MinPlatformPkg: " Liming Gao
2019-05-21 13:36 ` [Patch edk2-platform V4 18/18] Platform/AdvancedFeaturePkg: Update DSC/FDF to use NetworkPkg DSC/FDF Liming Gao
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=20190521133623.20404-1-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