public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage
@ 2019-04-26  3:32 Dandan Bi
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: " Dandan Bi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dandan Bi @ 2019-04-26  3:32 UTC (permalink / raw)
  To: devel; +Cc: Michael Kubacki, Ankit Sinha, Nate DeSimone, Chasel Chiu

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464

Framework compatibility support is no needed and
PcdFrameworkCompatibilitySupport will be removed from edk2.
So remove this PCD in platforms firstly.

Test done for the series:
Build pass for ClevoOpenBoardPkg KabylakeOpenBoardPkg.
Boot to shell with KBLRvp3.

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Dandan Bi (2):
  KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport
    usage
  ClevoOpenBoardPkg/N1xxWU: Remove PcdFrameworkCompatibilitySupport
    usage

 Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc      | 1 -
 .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc  | 1 -
 2 files changed, 2 deletions(-)

-- 
2.18.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage
  2019-04-26  3:32 [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage Dandan Bi
@ 2019-04-26  3:32 ` Dandan Bi
  2019-04-26  3:41   ` Chiu, Chasel
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 2/2] ClevoOpenBoardPkg/N1xxWU: " Dandan Bi
  2019-04-26  6:31 ` [edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2] " Kubacki, Michael A
  2 siblings, 1 reply; 5+ messages in thread
From: Dandan Bi @ 2019-04-26  3:32 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Michael Kubacki

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464

Framework compatibility support is no needed and
PcdFrameworkCompatibilitySupport will be removed from edk2.
So remove the usage of this PCD in platforms firstly.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc
index 51d4e2ea46..c0d566db21 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc
+++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc
@@ -17,11 +17,10 @@
 #
 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
 #
 ################################################################################
 [PcdsFeatureFlag.common]
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRUE
   gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
 !if $(TARGET) == RELEASE
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
 !else
-- 
2.18.0.windows.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [edk2-platforms/devel-MinPlatform] [patch 2/2] ClevoOpenBoardPkg/N1xxWU: Remove PcdFrameworkCompatibilitySupport usage
  2019-04-26  3:32 [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage Dandan Bi
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: " Dandan Bi
@ 2019-04-26  3:32 ` Dandan Bi
  2019-04-26  6:31 ` [edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2] " Kubacki, Michael A
  2 siblings, 0 replies; 5+ messages in thread
From: Dandan Bi @ 2019-04-26  3:32 UTC (permalink / raw)
  To: devel; +Cc: Michael Kubacki, Ankit Sinha, Nate DeSimone

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464

Framework compatibility support is no needed and
PcdFrameworkCompatibilitySupport will be removed from edk2.
So remove the usage of this PCD in platforms firstly.

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Ankit Sinha <ankit.sinha@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc
index 1372dd81fc..9b6f5005eb 100644
--- a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc
+++ b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc
@@ -17,11 +17,10 @@
 #
 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
 #
 ################################################################################
 [PcdsFeatureFlag.common]
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRUE
   gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
 !if $(TARGET) == RELEASE
   gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
 !else
-- 
2.18.0.windows.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: " Dandan Bi
@ 2019-04-26  3:41   ` Chiu, Chasel
  0 siblings, 0 replies; 5+ messages in thread
From: Chiu, Chasel @ 2019-04-26  3:41 UTC (permalink / raw)
  To: Bi, Dandan, devel@edk2.groups.io; +Cc: Kubacki, Michael A


Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Bi, Dandan
> Sent: Friday, April 26, 2019 11:32 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Kubacki, Michael A
> <michael.a.kubacki@intel.com>
> Subject: [edk2-platforms/devel-MinPlatform] [patch 1/2]
> KabylakeOpenBoardPkg/KBLRvp3: Remove
> PcdFrameworkCompatibilitySupport usage
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464
> 
> Framework compatibility support is no needed and
> PcdFrameworkCompatibilitySupport will be removed from edk2.
> So remove the usage of this PCD in platforms firstly.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Dandan Bi <dandan.bi@intel.com>
> ---
>  .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc  | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds
> c
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds
> c
> index 51d4e2ea46..c0d566db21 100644
> ---
> a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds
> c
> +++
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.d
> +++ sc
> @@ -17,11 +17,10 @@
>  #
>  # Pcd Section - list of all EDK II PCD Entries defined by this Platform  #
> ################################################################
> ################
>  [PcdsFeatureFlag.common]
> -
> gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRU
> E
>    gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE
> 
> gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionF
> irst|FALSE
>  !if $(TARGET) == RELEASE
>    gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
>  !else
> --
> 2.18.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage
  2019-04-26  3:32 [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage Dandan Bi
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: " Dandan Bi
  2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 2/2] ClevoOpenBoardPkg/N1xxWU: " Dandan Bi
@ 2019-04-26  6:31 ` Kubacki, Michael A
  2 siblings, 0 replies; 5+ messages in thread
From: Kubacki, Michael A @ 2019-04-26  6:31 UTC (permalink / raw)
  To: devel@edk2.groups.io, Bi, Dandan
  Cc: Sinha, Ankit, Desimone, Nathaniel L, Chiu, Chasel

Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Dandan Bi
> Sent: Thursday, April 25, 2019 8:32 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Sinha, Ankit
> <ankit.sinha@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2]
> Remove PcdFrameworkCompatibilitySupport usage
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464
> 
> Framework compatibility support is no needed and
> PcdFrameworkCompatibilitySupport will be removed from edk2.
> So remove this PCD in platforms firstly.
> 
> Test done for the series:
> Build pass for ClevoOpenBoardPkg KabylakeOpenBoardPkg.
> Boot to shell with KBLRvp3.
> 
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Ankit Sinha <ankit.sinha@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Dandan Bi (2):
>   KabylakeOpenBoardPkg/KBLRvp3: Remove
> PcdFrameworkCompatibilitySupport
>     usage
>   ClevoOpenBoardPkg/N1xxWU: Remove PcdFrameworkCompatibilitySupport
>     usage
> 
>  Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc      | 1 -
>  .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc  | 1 -
>  2 files changed, 2 deletions(-)
> 
> --
> 2.18.0.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-26  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26  3:32 [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage Dandan Bi
2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: " Dandan Bi
2019-04-26  3:41   ` Chiu, Chasel
2019-04-26  3:32 ` [edk2-platforms/devel-MinPlatform] [patch 2/2] ClevoOpenBoardPkg/N1xxWU: " Dandan Bi
2019-04-26  6:31 ` [edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2] " Kubacki, Michael A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox