public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH V1 0/3] Update BaseConfigBlockLib package
@ 2019-11-12  2:38 Kubacki, Michael A
  2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kubacki, Michael A @ 2019-11-12  2:38 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Nate DeSimone

Commit f0e29f87ad consolidated the BaseConfigBlockLib library
instances to a single copy in IntelSiliconPkg. The pre-existing
instances in KabylakeSiliconPkg and CoffeelakeSiliconPkg were
removed. That commit did not update board packages dependent
on the library to use the single instance in IntelSiliconPkg.

This patch series updates the affected board packages to use the
instance in IntelSiliconPkg.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>

Michael Kubacki (3):
  KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package
  KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package
  WhiskeylakeURvp: Update BaseConfigBlockLib package

 Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc         | 2 +-
 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc       | 2 +-
 Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.16.2.windows.1


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

* [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package
  2019-11-12  2:38 [edk2-platforms][PATCH V1 0/3] Update BaseConfigBlockLib package Kubacki, Michael A
@ 2019-11-12  2:38 ` Kubacki, Michael A
  2019-11-12  2:41   ` Nate DeSimone
  2019-11-12  3:36   ` [edk2-devel] " Chiu, Chasel
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: " Kubacki, Michael A
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: " Kubacki, Michael A
  2 siblings, 2 replies; 10+ messages in thread
From: Kubacki, Michael A @ 2019-11-12  2:38 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Nate DeSimone

Updates the silicon package for the BaseConfigBlockLib instance from
KabylakeSiliconPkg to IntelSiliconPkg to align with the change made
in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
index 3c0ae9dfbd..e43c944201 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
+++ b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
@@ -104,7 +104,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+  ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
   SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.inf
   SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLibFsp/PeiSiliconPolicyInitLibFsp.inf
 
-- 
2.16.2.windows.1


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

* [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package
  2019-11-12  2:38 [edk2-platforms][PATCH V1 0/3] Update BaseConfigBlockLib package Kubacki, Michael A
  2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
@ 2019-11-12  2:39 ` Kubacki, Michael A
  2019-11-12  2:42   ` Nate DeSimone
  2019-11-12  3:36   ` Chiu, Chasel
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: " Kubacki, Michael A
  2 siblings, 2 replies; 10+ messages in thread
From: Kubacki, Michael A @ 2019-11-12  2:39 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Nate DeSimone

Updates the silicon package for the BaseConfigBlockLib instance from
KabylakeSiliconPkg to IntelSiliconPkg to align with the change made
in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
index 47529a7945..1ce473432a 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
+++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
@@ -132,7 +132,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+  ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
   SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.inf
 
 !if gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection == 1
-- 
2.16.2.windows.1


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

* [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: Update BaseConfigBlockLib package
  2019-11-12  2:38 [edk2-platforms][PATCH V1 0/3] Update BaseConfigBlockLib package Kubacki, Michael A
  2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: " Kubacki, Michael A
@ 2019-11-12  2:39 ` Kubacki, Michael A
  2019-11-12  2:42   ` [edk2-devel] " Nate DeSimone
  2019-11-12  3:36   ` Chiu, Chasel
  2 siblings, 2 replies; 10+ messages in thread
From: Kubacki, Michael A @ 2019-11-12  2:39 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Nate DeSimone

Updates the silicon package for the BaseConfigBlockLib instance from
CoffeelakeSiliconPkg to IntelSiliconPkg to align with the change
made in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
index 8a9245f7a6..cdaf47b6f7 100644
--- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
+++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
@@ -103,7 +103,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+  ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
   MmPciLib|$(PLATFORM_SI_PACKAGE)/Library/PeiDxeSmmMmPciLib/PeiDxeSmmMmPciLib.inf
   PchHsioLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchHsioLib/PeiDxeSmmPchHsioLib.inf
   PchPmcLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchPmcLib/PeiDxeSmmPchPmcLib.inf
-- 
2.16.2.windows.1


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

* Re: [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package
  2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
@ 2019-11-12  2:41   ` Nate DeSimone
  2019-11-12  3:36   ` [edk2-devel] " Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Nate DeSimone @ 2019-11-12  2:41 UTC (permalink / raw)
  To: Kubacki, Michael A, devel@edk2.groups.io; +Cc: Chiu, Chasel

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: Kubacki, Michael A <michael.a.kubacki@intel.com> 
Sent: Monday, November 11, 2019 6:39 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package

Updates the silicon package for the BaseConfigBlockLib instance from KabylakeSiliconPkg to IntelSiliconPkg to align with the change made in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
index 3c0ae9dfbd..e43c944201 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
+++ b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
@@ -104,7 +104,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+  
+ ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
+ ockLib.inf
   SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.inf
   SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLibFsp/PeiSiliconPolicyInitLibFsp.inf
 
--
2.16.2.windows.1


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

* Re: [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: " Kubacki, Michael A
@ 2019-11-12  2:42   ` Nate DeSimone
  2019-11-12  3:36   ` Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Nate DeSimone @ 2019-11-12  2:42 UTC (permalink / raw)
  To: Kubacki, Michael A, devel@edk2.groups.io; +Cc: Chiu, Chasel

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: Kubacki, Michael A <michael.a.kubacki@intel.com> 
Sent: Monday, November 11, 2019 6:39 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package

Updates the silicon package for the BaseConfigBlockLib instance from KabylakeSiliconPkg to IntelSiliconPkg to align with the change made in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
index 47529a7945..1ce473432a 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
+++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
@@ -132,7 +132,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+  
+ ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
+ ockLib.inf
   SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.inf
 
 !if gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection == 1
--
2.16.2.windows.1


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

* Re: [edk2-devel] [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: Update BaseConfigBlockLib package
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: " Kubacki, Michael A
@ 2019-11-12  2:42   ` Nate DeSimone
  2019-11-12  3:36   ` Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Nate DeSimone @ 2019-11-12  2:42 UTC (permalink / raw)
  To: devel@edk2.groups.io, Kubacki, Michael A; +Cc: Chiu, Chasel

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kubacki, Michael A
Sent: Monday, November 11, 2019 6:39 PM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
Subject: [edk2-devel] [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: Update BaseConfigBlockLib package

Updates the silicon package for the BaseConfigBlockLib instance from CoffeelakeSiliconPkg to IntelSiliconPkg to align with the change made in commit f0e29f87ad.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
---
 Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
index 8a9245f7a6..cdaf47b6f7 100644
--- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc
+++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPk
+++ g.dsc
@@ -103,7 +103,7 @@
   #######################################
   # Silicon Initialization Package
   #######################################
-  ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+
+ ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
+ ockLib.inf
   MmPciLib|$(PLATFORM_SI_PACKAGE)/Library/PeiDxeSmmMmPciLib/PeiDxeSmmMmPciLib.inf
   PchHsioLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchHsioLib/PeiDxeSmmPchHsioLib.inf
   PchPmcLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchPmcLib/PeiDxeSmmPchPmcLib.inf
--
2.16.2.windows.1





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

* Re: [edk2-devel] [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package
  2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
  2019-11-12  2:41   ` Nate DeSimone
@ 2019-11-12  3:36   ` Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Chiu, Chasel @ 2019-11-12  3:36 UTC (permalink / raw)
  To: devel@edk2.groups.io, Kubacki, Michael A; +Cc: Desimone, Nathaniel L

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

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kubacki,
> Michael A
> Sent: Tuesday, November 12, 2019 10:39 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-devel] [edk2-platforms][PATCH V1 1/3]
> KabylakeOpenBoardPkg/GalagoPro3: Update BaseConfigBlockLib package
> 
> Updates the silicon package for the BaseConfigBlockLib instance from
> KabylakeSiliconPkg to IntelSiliconPkg to align with the change made in
> commit f0e29f87ad.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
> ---
>  Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
> b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
> index 3c0ae9dfbd..e43c944201 100644
> --- a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
> +++ b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
> @@ -104,7 +104,7 @@
>    #######################################
>    # Silicon Initialization Package
>    #######################################
> -
> ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseC
> onfigBlockLib.inf
> +
> + ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
> + ockLib.inf
> 
> SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.i
> nf
> 
> SiliconPolicyInitLib|$(PLATFORM_SI_PACKAGE)/Library/PeiSiliconPolicyInitLib
> Fsp/PeiSiliconPolicyInitLibFsp.inf
> 
> --
> 2.16.2.windows.1
> 
> 
> 


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

* Re: [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: " Kubacki, Michael A
  2019-11-12  2:42   ` Nate DeSimone
@ 2019-11-12  3:36   ` Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Chiu, Chasel @ 2019-11-12  3:36 UTC (permalink / raw)
  To: Kubacki, Michael A, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L


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

> -----Original Message-----
> From: Kubacki, Michael A <michael.a.kubacki@intel.com>
> Sent: Tuesday, November 12, 2019 10:39 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-platforms][PATCH V1 2/3]
> KabylakeOpenBoardPkg/KabylakeRvp3: Update BaseConfigBlockLib package
> 
> Updates the silicon package for the BaseConfigBlockLib instance from
> KabylakeSiliconPkg to IntelSiliconPkg to align with the change made in
> commit f0e29f87ad.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
> ---
>  Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc |
> 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
> index 47529a7945..1ce473432a 100644
> ---
> a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
> +++
> b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc
> @@ -132,7 +132,7 @@
>    #######################################
>    # Silicon Initialization Package
>    #######################################
> -
> ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseC
> onfigBlockLib.inf
> +
> + ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
> + ockLib.inf
> 
> SiliconInitLib|$(PLATFORM_SI_PACKAGE)/Library/SiliconInitLib/SiliconInitLib.i
> nf
> 
>  !if gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection == 1
> --
> 2.16.2.windows.1


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

* Re: [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: Update BaseConfigBlockLib package
  2019-11-12  2:39 ` [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: " Kubacki, Michael A
  2019-11-12  2:42   ` [edk2-devel] " Nate DeSimone
@ 2019-11-12  3:36   ` Chiu, Chasel
  1 sibling, 0 replies; 10+ messages in thread
From: Chiu, Chasel @ 2019-11-12  3:36 UTC (permalink / raw)
  To: Kubacki, Michael A, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L


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

> -----Original Message-----
> From: Kubacki, Michael A <michael.a.kubacki@intel.com>
> Sent: Tuesday, November 12, 2019 10:39 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>
> Subject: [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: Update
> BaseConfigBlockLib package
> 
> Updates the silicon package for the BaseConfigBlockLib instance from
> CoffeelakeSiliconPkg to IntelSiliconPkg to align with the change made in
> commit f0e29f87ad.
> 
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
> ---
> 
> Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.
> dsc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP
> kg.dsc
> b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP
> kg.dsc
> index 8a9245f7a6..cdaf47b6f7 100644
> ---
> a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP
> kg.dsc
> +++
> b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP
> k
> +++ g.dsc
> @@ -103,7 +103,7 @@
>    #######################################
>    # Silicon Initialization Package
>    #######################################
> -
> ConfigBlockLib|$(PLATFORM_SI_PACKAGE)/Library/BaseConfigBlockLib/BaseC
> onfigBlockLib.inf
> +
> + ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
> + ockLib.inf
> 
> MmPciLib|$(PLATFORM_SI_PACKAGE)/Library/PeiDxeSmmMmPciLib/PeiDxeS
> mmMmPciLib.inf
> 
> PchHsioLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchHsioLib/Pe
> iDxeSmmPchHsioLib.inf
> 
> PchPmcLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/PeiDxeSmmPchPmcLib/Pei
> DxeSmmPchPmcLib.inf
> --
> 2.16.2.windows.1


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

end of thread, other threads:[~2019-11-12  3:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12  2:38 [edk2-platforms][PATCH V1 0/3] Update BaseConfigBlockLib package Kubacki, Michael A
2019-11-12  2:38 ` [edk2-platforms][PATCH V1 1/3] KabylakeOpenBoardPkg/GalagoPro3: " Kubacki, Michael A
2019-11-12  2:41   ` Nate DeSimone
2019-11-12  3:36   ` [edk2-devel] " Chiu, Chasel
2019-11-12  2:39 ` [edk2-platforms][PATCH V1 2/3] KabylakeOpenBoardPkg/KabylakeRvp3: " Kubacki, Michael A
2019-11-12  2:42   ` Nate DeSimone
2019-11-12  3:36   ` Chiu, Chasel
2019-11-12  2:39 ` [edk2-platforms][PATCH V1 3/3] WhiskeylakeURvp: " Kubacki, Michael A
2019-11-12  2:42   ` [edk2-devel] " Nate DeSimone
2019-11-12  3:36   ` Chiu, Chasel

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