From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Bi, Dandan" <dandan.bi@intel.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms] [patch V4 00/37] Consume MdeLibs.dsc.inc for RegisterFilterLib
Date: Tue, 30 Mar 2021 02:01:36 +0000 [thread overview]
Message-ID: <CO1PR11MB49293969FF1BB8B579B841BBD27D9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210328131125.26788-1-dandan.bi@intel.com>
Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Mike
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Dandan Bi
> Sent: Sunday, March 28, 2021 6:11 AM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [edk2-platforms] [patch V4 00/37] Consume MdeLibs.dsc.inc for RegisterFilterLib
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246
> RFC: https://edk2.groups.io/g/devel/message/72530
> edk2 change: https://edk2.groups.io/g/devel/message/73420
>
> MdeLibs.dsc.inc was added for some basic/default library
> instances provided by MdePkg and RegisterFilterLibNull Library
> was also added into it as the first version of MdeLibs.dsc.inc.
> So update platform dsc to consume MdeLibs.dsc.inc for
> RegisterFilterLibNull which will be consumed by IoLib and BaseLib.
>
> ---
> V4:
> Consume the MdeLibs.dsc.inc for RegisterFilterLibNull in dsc file rather than in xxx.dsc.inc.
> Following 5 new added patch for consuming MdeLibs.dsc.inc in platform dsc file.
> Platform/Comcast: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Hisilicon: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Marvell: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/NXP: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/SolidRun: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Following 1 new patch is updated to consume MdeLibs.dsc.inc in platform dsc rather than in xxx.dsc.inc.
> Platform/ARM: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Following 3 old patch are dropped which consume MdeLibs.dsc.inc in xxx.dsc.inc file.
> Silicon/Hisilicon: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/Marvell: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/NXP: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Other patches are the same with V3.
> ---
> V3:
> Update plaftom dsc to consume the MdeLibs.dsc.inc outside the common
> [LibraryClasses] section since we can specify different [LibraryClasses]
> section for libary instances in MdeLibs.dsc.inc.
> ---
> V2:
> Update Platform dsc to consume the MdeLibs.dsc.inc rather than
> consuming RegisterFilterLibNull instance directly.
>
> Dandan Bi (37):
> Drivers/ASIX: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Drivers/DisplayLink: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Drivers/OptionRomPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Features/Debugging: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Features/Network: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Features/OutOfBandManagement: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Features/PowerManagement: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Features/SystemInformation: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Features/UserInterface: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/AMD: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/ARM: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/BeagleBoard: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Comcast: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Hisilicon: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/BoardModulePkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/MinPlatformPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/QuarkPlatformPkg: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Platform/Vlv2TbltDevicePkg: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Platform/LeMaker: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Marvell: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/NXP: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Qemu: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/RaspberryPi: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/RISC-V: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/SiFive: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/Socionext: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/SoftIron: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Platform/SolidRun: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/CoffeelakeSiliconPkg: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Silicon/IntelSiliconPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/KabylakeSiliconPkg: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Silicon/QuarkSocPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/TigerlakeSiliconPkg: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Silicon/Openmoko: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/RISC_V: Consume MdeLibs.dsc.inc for RegisterFilterLib
> Silicon/Synopsys/DesignWare: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
> Silicon/TexasInstruments: Consume MdeLibs.dsc.inc for
> RegisterFilterLib
>
> Drivers/ASIX/Asix.dsc | 3 +++
> Drivers/DisplayLink/DisplayLinkPkg/DisplayLinkPkg.dsc | 2 ++
> Drivers/OptionRomPkg/OptionRomPkg.dsc | 4 +++-
> .../AcpiDebugFeaturePkg/Include/AcpiDebugFeature.dsc | 5 ++++-
> .../BeepDebugFeaturePkg/Include/BeepDebugFeature.dsc | 5 ++++-
> .../PostCodeDebugFeaturePkg/Include/PostCodeDebugFeature.dsc | 5 ++++-
> .../Usb3DebugFeaturePkg/Include/Usb3DebugFeature.dsc | 5 ++++-
> .../Network/NetworkFeaturePkg/Include/NetworkFeature.dsc | 5 ++++-
> .../IpmiFeaturePkg/Include/IpmiFeature.dsc | 5 ++++-
> .../SpcrFeaturePkg/Include/SpcrFeature.dsc | 5 ++++-
> .../Intel/PowerManagement/S3FeaturePkg/Include/S3Feature.dsc | 5 ++++-
> .../SmbiosFeaturePkg/Include/SmbiosFeature.dsc | 5 ++++-
> .../UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc | 5 ++++-
> .../UserAuthFeaturePkg/Include/UserAuthFeature.dsc | 5 ++++-
> .../Include/VirtualKeyboardFeature.dsc | 5 ++++-
> Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3 +++
> Platform/ARM/JunoPkg/ArmJuno.dsc | 1 +
> Platform/ARM/N1Sdp/N1SdpPlatform.dsc | 1 +
> Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 3 +++
> Platform/ARM/SgiPkg/RdE1Edge/RdE1Edge.dsc | 3 +++
> Platform/ARM/SgiPkg/RdN1Edge/RdN1Edge.dsc | 3 +++
> Platform/ARM/SgiPkg/RdN1EdgeX2/RdN1EdgeX2.dsc | 5 ++++-
> Platform/ARM/SgiPkg/RdN2/RdN2.dsc | 3 +++
> Platform/ARM/SgiPkg/RdV1/RdV1.dsc | 3 +++
> Platform/ARM/SgiPkg/RdV1Mc/RdV1Mc.dsc | 3 +++
> Platform/ARM/SgiPkg/Sgi575/Sgi575.dsc | 3 +++
> Platform/ARM/VExpressPkg/ArmVExpress-CTA15-A7.dsc | 1 +
> Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc | 1 +
> Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 3 ++-
> Platform/Comcast/RDKQemu/RDKQemu.dsc | 3 ++-
> Platform/Hisilicon/D03/D03.dsc | 1 +
> Platform/Hisilicon/D05/D05.dsc | 1 +
> Platform/Hisilicon/D06/D06.dsc | 1 +
> Platform/Hisilicon/HiKey/HiKey.dsc | 1 +
> Platform/Hisilicon/HiKey960/HiKey960.dsc | 1 +
> Platform/Intel/BoardModulePkg/BoardModulePkg.dsc | 4 +++-
> Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 4 +++-
> Platform/Intel/QuarkPlatformPkg/Quark.dsc | 3 +++
> Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 3 +++
> Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 5 ++++-
> Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 5 ++++-
> Platform/LeMaker/CelloBoard/CelloBoard.dsc | 3 +++
> Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc | 2 ++
> Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc | 2 ++
> Platform/Marvell/Cn913xDb/Cn913xDbA.dsc | 1 +
> Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.dsc | 1 +
> Platform/NXP/LS1046aFrwyPkg/LS1046aFrwyPkg.dsc | 1 +
> Platform/NXP/LX2160aRdbPkg/LX2160aRdbPkg.dsc | 1 +
> Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 3 +++
> Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc | 2 ++
> Platform/RaspberryPi/RPi3/RPi3.dsc | 5 ++++-
> Platform/RaspberryPi/RPi4/RPi4.dsc | 5 ++++-
> Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 3 +++
> .../U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 3 +++
> Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 +
> Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc | 1 +
> Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 ++
> Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 3 +++
> Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc | 1 +
> Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc | 2 ++
> Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dsc | 4 +++-
> Silicon/Intel/KabylakeSiliconPkg/KabylakeSiliconPkg.dsc | 4 +++-
> Silicon/Intel/QuarkSocPkg/QuarkSocPkg.dsc | 5 ++++-
> Silicon/Intel/TigerlakeSiliconPkg/TigerlakeSiliconPkg.dsc | 2 ++
> Silicon/Openmoko/Openmoko.dsc | 2 ++
> Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc | 2 ++
> Silicon/Synopsys/DesignWare/DesignWare.dsc | 2 ++
> Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dsc | 2 ++
> 68 files changed, 177 insertions(+), 25 deletions(-)
>
> --
> 2.18.0.windows.1
>
>
>
>
>
next prev parent reply other threads:[~2021-03-30 2:01 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-28 13:10 [edk2-platforms] [patch V4 00/37] Consume MdeLibs.dsc.inc for RegisterFilterLib Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 01/37] Drivers/ASIX: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 02/37] Drivers/DisplayLink: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 03/37] Drivers/OptionRomPkg: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 04/37] Features/Debugging: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 05/37] Features/Network: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 06/37] Features/OutOfBandManagement: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 07/37] Features/PowerManagement: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 08/37] Features/SystemInformation: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 09/37] Features/UserInterface: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 10/37] Platform/AMD: " Dandan Bi
2021-03-28 13:10 ` [edk2-platforms] [patch V4 11/37] Platform/ARM: " Dandan Bi
2021-03-31 2:59 ` [edk2-devel] " Sami Mujawar
2021-03-28 13:11 ` [edk2-platforms] [patch V4 12/37] Platform/BeagleBoard: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 13/37] Platform/Comcast: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 14/37] Platform/Hisilicon: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 15/37] Platform/BoardModulePkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 16/37] Platform/MinPlatformPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 17/37] Platform/QuarkPlatformPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 18/37] Platform/Vlv2TbltDevicePkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 19/37] Platform/LeMaker: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 20/37] Platform/Marvell: " Dandan Bi
2021-03-30 13:58 ` [edk2-devel] " Marcin Wojtas
2021-03-28 13:11 ` [edk2-platforms] [patch V4 21/37] Platform/NXP: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 22/37] Platform/Qemu: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 23/37] Platform/RaspberryPi: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 24/37] Platform/RISC-V: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 25/37] Platform/SiFive: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 26/37] Platform/Socionext: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 27/37] Platform/SoftIron: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 28/37] Platform/SolidRun: " Dandan Bi
2021-03-30 13:57 ` Marcin Wojtas
2021-03-28 13:11 ` [edk2-platforms] [patch V4 29/37] Silicon/CoffeelakeSiliconPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 30/37] Silicon/IntelSiliconPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 31/37] Silicon/KabylakeSiliconPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 32/37] Silicon/QuarkSocPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 33/37] Silicon/TigerlakeSiliconPkg: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 34/37] Silicon/Openmoko: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 35/37] Silicon/RISC_V: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 36/37] Silicon/Synopsys/DesignWare: " Dandan Bi
2021-03-28 13:11 ` [edk2-platforms] [patch V4 37/37] Silicon/TexasInstruments: " Dandan Bi
2021-03-30 2:01 ` Michael D Kinney [this message]
2021-03-30 13:53 ` [edk2-devel] [edk2-platforms] [patch V4 00/37] " Dandan Bi
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=CO1PR11MB49293969FF1BB8B579B841BBD27D9@CO1PR11MB4929.namprd11.prod.outlook.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