* [edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
@ 2021-10-04 9:50 Abner Chang
0 siblings, 0 replies; 2+ messages in thread
From: Abner Chang @ 2021-10-04 9:50 UTC (permalink / raw)
To: devel
Cc: Ard Biesheuvel, Leif Lindholm, Daniel Schaefer, Peng Xie,
Ling Jia, Yiqi Shu, Thomas Abraham, Sami Mujawar, Graeme Gregory,
Radoslaw Biernacki, Wenyi Xie
https://bugzilla.tianocore.org/show_bug.cgi?id=3665
BZ:#3665 is to migrate some modules from ArmVirtPkg
to under OvmfPkg for the upcoming RiscVVirtPkg that can leverage
those modules without the dependency with Arm*Pkg.
Refer to below message of the pacthes of edk2 portion.
https://edk2.groups.io/g/devel/message/81306
This edk2-platforms patch set is the corresponding platform DSC/FDF/INF
changes to compliant with BZ:#3665.
We will merge this patch set when the time the changes of edk2 are merged
once this patch set is reviewed.
FYI,
The modules moved from ArmVirtPkg to OvmfPkg are:
- FdtClientDxe
- PciPcdProducerLib
- HighMemDxe
- QemuFwCfgLib
- FdtPciHostBridgeLib
- VirtioFdtDxe
Below PCDs are moved to under MdePkg and leverage by RiscVVirtPkg.
This change also remove the dependency on ArmPkg of OvmfPkg.
- PcdPciIoTranslation
- PcdPciIoTranslation
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Cc: Peng Xie <xiepeng@phytium.com.cn>
Cc: Ling Jia <jialing@phytium.com.cn>
Cc: Yiqi Shu <shuyiqi@phytium.com.cn>
Cc: Thomas Abraham <thomas.abraham@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Graeme Gregory <graeme@nuviainc.com>
Cc: Radoslaw Biernacki <rad@semihalf.com>
Cc: Wenyi Xie <xiewenyi2@huawei.com>
Abner Chang (15):
Platform/Comcast: Use FdtClientDxe from EmbeddedPkg
Platform/Hisilicon: Use PcdPciIoTranslation PCD from MdePkg
Platform/SbsaQemu: Use PcdPciIoTranslation PCD from MdePkg
Platform/AMD: Use PcdPciIoTranslation PCD from MdePkg
Platform/ARM: Use PcdPciIoTranslation PCD from MdePkg
Platform/Comcast: Use PcdPciIoTranslation PCD from MdePkg
Platform/LeMaker: Use PcdPciIoTranslation PCD from MdePkg
Platform/Phytium: Use PcdPciIoTranslation PCD from MdePkg
Platform/SoftIron: Use PcdPciIoTranslation PCD from MdePkg
Platform/Socionext: Use PcdPciIoTranslation PCD from MdePkg
Platform/Comcast: Use PciPcdProducerLib in OvmfPkg.
Platform/Comcast: Use HighMemDxe provided by OvmfPkg
Platform/Comcast: Use QemuFwCfgMmio provided by OvmfPkg
Platform/Comcast: Use FdtPciHostBridgeLib provided by OvmfPkg.
Platform/Comcast: Use VirtioFdtDxe provided by OvmfPkg.
Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 3 ++-
.../AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +-
Platform/ARM/JunoPkg/ArmJuno.dsc | 3 ++-
Platform/Comcast/RDKQemu/RDKQemu.dsc | 20 +++++++++----------
Platform/Hisilicon/D03/D03.dsc | 2 +-
Platform/Hisilicon/D05/D05.dsc | 2 +-
Platform/Hisilicon/D06/D06.dsc | 2 +-
Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 +-
Platform/Phytium/DurianPkg/DurianPkg.dsc | 2 +-
Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 +-
.../Overdrive1000Board/Overdrive1000Board.dsc | 2 +-
.../JunoPciHostBridgeLib.inf | 3 ++-
.../Library/PlatformLib/PlatformLib.inf | 2 +-
.../Qemu/SbsaQemu/AcpiTables/AcpiTables.inf | 2 +-
.../SynQuacerPciHostBridgeLib.inf | 2 +-
15 files changed, 27 insertions(+), 24 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665
@ 2021-10-04 9:29 Abner Chang
0 siblings, 0 replies; 2+ messages in thread
From: Abner Chang @ 2021-10-04 9:29 UTC (permalink / raw)
To: devel
Cc: Ard Biesheuvel, Leif Lindholm, Daniel Schaefer, Peng Xie,
Ling Jia, Yiqi Shu, Thomas Abraham, Sami Mujawar, Graeme Gregory,
Radoslaw Biernacki, Wenyi Xie
https://bugzilla.tianocore.org/show_bug.cgi?id=3665
BZ:#3665 is to migrate some modules from ArmVirtPkg
to under OvmfPkg for the upcoming RiscVVirtPkg that can leverage
those modules without the dependency with Arm*Pkg.
Refer to below message of the pacthes of edk2 portion.
https://edk2.groups.io/g/devel/message/81306
This edk2-platforms patch set is the corresponding platform DSC/FDF/INF
changes to compliant with BZ:#3665.
We will merge this patch set when the time the changes of edk2 are merged
once this patch set is reviewed.
FYI,
The modules moved from ArmVirtPkg to OvmfPkg are:
- FdtClientDxe
- PciPcdProducerLib
- HighMemDxe
- QemuFwCfgLib
- FdtPciHostBridgeLib
- VirtioFdtDxe
Below PCDs are moved to under MdePkg and leverage by RiscVVirtPkg.
This change also remove the dependency on ArmPkg of OvmfPkg.
- PcdPciIoTranslation
- PcdPciIoTranslation
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Cc: Peng Xie <xiepeng@phytium.com.cn>
Cc: Ling Jia <jialing@phytium.com.cn>
Cc: Yiqi Shu <shuyiqi@phytium.com.cn>
Cc: Thomas Abraham <thomas.abraham@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Graeme Gregory <graeme@nuviainc.com>
Cc: Radoslaw Biernacki <rad@semihalf.com>
Cc: Wenyi Xie <xiewenyi2@huawei.com>
Abner Chang (15):
Platform/Comcast: Use FdtClientDxe from EmbeddedPkg
Platform/Hisilicon: Use PcdPciIoTranslation PCD from MdePkg
Platform/SbsaQemu: Use PcdPciIoTranslation PCD from MdePkg
Platform/AMD: Use PcdPciIoTranslation PCD from MdePkg
Platform/ARM: Use PcdPciIoTranslation PCD from MdePkg
Platform/Comcast: Use PcdPciIoTranslation PCD from MdePkg
Platform/LeMaker: Use PcdPciIoTranslation PCD from MdePkg
Platform/Phytium: Use PcdPciIoTranslation PCD from MdePkg
Platform/SoftIron: Use PcdPciIoTranslation PCD from MdePkg
Platform/Socionext: Use PcdPciIoTranslation PCD from MdePkg
Platform/Comcast: Use PciPcdProducerLib in OvmfPkg.
Platform/Comcast: Use HighMemDxe provided by OvmfPkg
Platform/Comcast: Use QemuFwCfgMmio provided by OvmfPkg
Platform/Comcast: Use FdtPciHostBridgeLib provided by OvmfPkg.
Platform/Comcast: Use VirtioFdtDxe provided by OvmfPkg.
Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 3 ++-
.../AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +-
Platform/ARM/JunoPkg/ArmJuno.dsc | 3 ++-
Platform/Comcast/RDKQemu/RDKQemu.dsc | 20 +++++++++----------
Platform/Hisilicon/D03/D03.dsc | 2 +-
Platform/Hisilicon/D05/D05.dsc | 2 +-
Platform/Hisilicon/D06/D06.dsc | 2 +-
Platform/LeMaker/CelloBoard/CelloBoard.dsc | 2 +-
Platform/Phytium/DurianPkg/DurianPkg.dsc | 2 +-
Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 +-
.../Overdrive1000Board/Overdrive1000Board.dsc | 2 +-
.../JunoPciHostBridgeLib.inf | 3 ++-
.../Library/PlatformLib/PlatformLib.inf | 2 +-
.../Qemu/SbsaQemu/AcpiTables/AcpiTables.inf | 2 +-
.../SynQuacerPciHostBridgeLib.inf | 2 +-
15 files changed, 27 insertions(+), 24 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-04 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 9:50 [edk2-platforms][PATCH 00/15] Changes to compliant with BZ:#3665 Abner Chang
-- strict thread matches above, loose matches on Subject: below --
2021-10-04 9:29 Abner Chang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox