[edk2-devel] [patch 00/11] Remove PcdFrameworkCompatibilitySupport

Dandan Bi posted 11 patches 4 years, 12 months ago
Failed in applying to current master (apply log)
BaseTools/Source/C/VfrCompile/VfrCompiler.cpp |  35 +----
BaseTools/Source/C/VfrCompile/VfrCompiler.h   |   3 +-
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp  |  23 +--
BaseTools/Source/C/VfrCompile/VfrFormPkg.h    |   3 +-
BaseTools/Source/C/VfrCompile/VfrSyntax.g     | 103 +-------------
.../Source/C/VfrCompile/VfrUtilityLib.cpp     |  52 +------
BaseTools/Source/C/VfrCompile/VfrUtilityLib.h |   7 +-
.../VfrCompiler_Utility_Man_Page.rtf          |   4 -
FatPkg/FatPei/FatLiteApi.c                    |  10 +-
FatPkg/FatPei/FatPei.inf                      |   4 -
.../Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.c |  10 +-
.../Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf      |   3 +-
MdeModulePkg/Core/Dxe/DxeMain.inf             |   6 +-
MdeModulePkg/Core/Dxe/Image/Image.c           | 132 +-----------------
MdeModulePkg/Core/Dxe/Image/Image.h           |  85 +----------
MdeModulePkg/Core/Pei/FwVol/FwVol.c           |  65 ---------
MdeModulePkg/Core/Pei/PeiMain.inf             |   1 -
MdeModulePkg/MdeModulePkg.dec                 |   8 --
MdeModulePkg/MdeModulePkg.uni                 |   6 -
.../Disk/CdExpressPei/CdExpressPei.inf        |   5 +-
.../Disk/CdExpressPei/PeiCdExpress.c          |  10 +-
.../Universal/SetupBrowserDxe/IfrParse.c      |  86 +-----------
.../SetupBrowserDxe/SetupBrowserDxe.inf       |   6 +-
.../Pei/PlatformInit/Generic/Recovery.c       |  50 ++-----
.../Pei/PlatformInit/PlatformEarlyInit.inf    |   3 +-
.../RecoveryModuleLoadPei.c                   |   6 +-
.../RecoveryModuleLoadPei.inf                 |   5 +-
.../Universal/Acpi/S3Resume2Pei/S3Resume.c    |  30 ----
.../Acpi/S3Resume2Pei/S3Resume2Pei.inf        |   3 +-
Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc       |   3 +-
Vlv2TbltDevicePkg/PlatformPkgIA32.dsc         |   3 +-
Vlv2TbltDevicePkg/PlatformPkgX64.dsc          |   3 +-
32 files changed, 48 insertions(+), 725 deletions(-)
[edk2-devel] [patch 00/11] Remove PcdFrameworkCompatibilitySupport
Posted by Dandan Bi 4 years, 12 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464

Patch 1-10 remove usage of PcdFrameworkCompatibilitySupport.
patch 11 remove PcdFrameworkCompatibilitySupport

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com
Cc: Jian J Wang <jian.j.wang@intel.com>
Dandan Bi (11):
  BaseTools/VfrCompile: Remove framework VFR support
  FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usage
  IntelFrameworkModulePkg: Remove PcdFrameworkCompatibilitySupport usage
  MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usage
  MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usage
  MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usage
  QuarkPlatformPkg: Remove PcdFrameworkCompatibilitySupport usage
  SignedCapsulePkg: Remove PcdFrameworkCompatibilitySupport usage
  UefiCpuPkg: Remove PcdFrameworkCompatibilitySupport usage
  Vlv2TbltDevicePkg: Remove PcdFrameworkCompatibilitySupport usage
  MdeModulePkg: Remove PcdFrameworkCompatibilitySupport

 BaseTools/Source/C/VfrCompile/VfrCompiler.cpp |  35 +----
 BaseTools/Source/C/VfrCompile/VfrCompiler.h   |   3 +-
 BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp  |  23 +--
 BaseTools/Source/C/VfrCompile/VfrFormPkg.h    |   3 +-
 BaseTools/Source/C/VfrCompile/VfrSyntax.g     | 103 +-------------
 .../Source/C/VfrCompile/VfrUtilityLib.cpp     |  52 +------
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.h |   7 +-
 .../VfrCompiler_Utility_Man_Page.rtf          |   4 -
 FatPkg/FatPei/FatLiteApi.c                    |  10 +-
 FatPkg/FatPei/FatPei.inf                      |   4 -
 .../Universal/Acpi/AcpiS3SaveDxe/AcpiS3Save.c |  10 +-
 .../Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf      |   3 +-
 MdeModulePkg/Core/Dxe/DxeMain.inf             |   6 +-
 MdeModulePkg/Core/Dxe/Image/Image.c           | 132 +-----------------
 MdeModulePkg/Core/Dxe/Image/Image.h           |  85 +----------
 MdeModulePkg/Core/Pei/FwVol/FwVol.c           |  65 ---------
 MdeModulePkg/Core/Pei/PeiMain.inf             |   1 -
 MdeModulePkg/MdeModulePkg.dec                 |   8 --
 MdeModulePkg/MdeModulePkg.uni                 |   6 -
 .../Disk/CdExpressPei/CdExpressPei.inf        |   5 +-
 .../Disk/CdExpressPei/PeiCdExpress.c          |  10 +-
 .../Universal/SetupBrowserDxe/IfrParse.c      |  86 +-----------
 .../SetupBrowserDxe/SetupBrowserDxe.inf       |   6 +-
 .../Pei/PlatformInit/Generic/Recovery.c       |  50 ++-----
 .../Pei/PlatformInit/PlatformEarlyInit.inf    |   3 +-
 .../RecoveryModuleLoadPei.c                   |   6 +-
 .../RecoveryModuleLoadPei.inf                 |   5 +-
 .../Universal/Acpi/S3Resume2Pei/S3Resume.c    |  30 ----
 .../Acpi/S3Resume2Pei/S3Resume2Pei.inf        |   3 +-
 Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc       |   3 +-
 Vlv2TbltDevicePkg/PlatformPkgIA32.dsc         |   3 +-
 Vlv2TbltDevicePkg/PlatformPkgX64.dsc          |   3 +-
 32 files changed, 48 insertions(+), 725 deletions(-)

-- 
2.18.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39719): https://edk2.groups.io/g/devel/message/39719
Mute This Topic: https://groups.io/mt/31378992/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-