* [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path
@ 2020-03-17 3:02 TinaX Y Chen
2020-03-17 7:54 ` [edk2-devel] " Chiu, Chasel
2020-03-18 3:58 ` Ni, Ray
0 siblings, 2 replies; 3+ messages in thread
From: TinaX Y Chen @ 2020-03-17 3:02 UTC (permalink / raw)
To: devel; +Cc: Ray Ni, Rangasai V Chaganty, Chasel Chiu, Ethan Tsao
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2318
Change reference path of ConfigBlockLib to IntelSiliconPkg for Coffeelake.
Signed-off-by: TinaX Y Chen <tinax.y.chen@intel.com>
cc: Ray Ni <ray.ni@intel.com>
cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
cc: Chasel Chiu <chasel.chiu@intel.com>
cc: Ethan Tsao <ethan.tsao@intel.com>
---
Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
index 37c77d8f..2f25bdb3 100644
--- a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
+++ b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
@@ -1,7 +1,7 @@
## @file
# Component description file for the Coffee Lake silicon package DSC file.
#
-# Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved. <BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -147,7 +147,7 @@ gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate|0
# Silicon Init Common Library
#
!include $(PLATFORM_SI_PACKAGE)/SiPkgCommonLib.dsc
-ConfigBlockLib|ClientSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
+ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
PchTraceHubInitLib|ClientSiliconPkg/Library/BasePchTraceHubInitLib/BasePchTraceHubInitLib.inf
[LibraryClasses.IA32]
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path
2020-03-17 3:02 [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path TinaX Y Chen
@ 2020-03-17 7:54 ` Chiu, Chasel
2020-03-18 3:58 ` Ni, Ray
1 sibling, 0 replies; 3+ messages in thread
From: Chiu, Chasel @ 2020-03-17 7:54 UTC (permalink / raw)
To: devel@edk2.groups.io, Chen, TinaX Y
Cc: Ni, Ray, Chaganty, Rangasai V, Tsao, Ethan
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of TinaX Y
> Chen
> Sent: Tuesday, March 17, 2020 11:02 AM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>;
> Tsao, Ethan <ethan.tsao@intel.com>
> Subject: [edk2-devel] [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect
> ConfigBlockLib path
>
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2318
>
> Change reference path of ConfigBlockLib to IntelSiliconPkg for Coffeelake.
>
> Signed-off-by: TinaX Y Chen <tinax.y.chen@intel.com>
> cc: Ray Ni <ray.ni@intel.com>
> cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
> cc: Chasel Chiu <chasel.chiu@intel.com>
> cc: Ethan Tsao <ethan.tsao@intel.com>
> ---
> Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> index 37c77d8f..2f25bdb3 100644
> --- a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> +++ b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> @@ -1,7 +1,7 @@
> ## @file
> # Component description file for the Coffee Lake silicon package DSC file.
> #
> -# Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
> +# Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved.
> +<BR>
> #
> # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -147,7 +147,7 @@
> gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate|0
> # Silicon Init Common Library
> #
> !include $(PLATFORM_SI_PACKAGE)/SiPkgCommonLib.dsc
> -ConfigBlockLib|ClientSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBl
> -ConfigBlockLib|ockLib.inf
> +ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlo
> +ConfigBlockLib|ckLib.inf
>
> PchTraceHubInitLib|ClientSiliconPkg/Library/BasePchTraceHubInitLib/BasePch
> TraceHubInitLib.inf
>
> [LibraryClasses.IA32]
> --
> 2.16.2.windows.1
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path
2020-03-17 3:02 [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path TinaX Y Chen
2020-03-17 7:54 ` [edk2-devel] " Chiu, Chasel
@ 2020-03-18 3:58 ` Ni, Ray
1 sibling, 0 replies; 3+ messages in thread
From: Ni, Ray @ 2020-03-18 3:58 UTC (permalink / raw)
To: devel@edk2.groups.io, Chen, TinaX Y
Cc: Chaganty, Rangasai V, Chiu, Chasel, Tsao, Ethan
Reviewed-by: Ray Ni <ray.ni@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of TinaX Y Chen
> Sent: Tuesday, March 17, 2020 11:02 AM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>; Tsao, Ethan <ethan.tsao@intel.com>
> Subject: [edk2-devel] [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path
>
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2318
>
> Change reference path of ConfigBlockLib to IntelSiliconPkg for Coffeelake.
>
> Signed-off-by: TinaX Y Chen <tinax.y.chen@intel.com>
> cc: Ray Ni <ray.ni@intel.com>
> cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
> cc: Chasel Chiu <chasel.chiu@intel.com>
> cc: Ethan Tsao <ethan.tsao@intel.com>
> ---
> Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> index 37c77d8f..2f25bdb3 100644
> --- a/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> +++ b/Silicon/Intel/CoffeelakeSiliconPkg/CoffeelakeSiliconPkg.dsc
> @@ -1,7 +1,7 @@
> ## @file
> # Component description file for the Coffee Lake silicon package DSC file.
> #
> -# Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
> +# Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved. <BR>
> #
> # SPDX-License-Identifier: BSD-2-Clause-Patent
> #
> @@ -147,7 +147,7 @@ gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate|0
> # Silicon Init Common Library
> #
> !include $(PLATFORM_SI_PACKAGE)/SiPkgCommonLib.dsc
> -ConfigBlockLib|ClientSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
> +ConfigBlockLib|IntelSiliconPkg/Library/BaseConfigBlockLib/BaseConfigBlockLib.inf
> PchTraceHubInitLib|ClientSiliconPkg/Library/BasePchTraceHubInitLib/BasePchTraceHubInitLib.inf
>
> [LibraryClasses.IA32]
> --
> 2.16.2.windows.1
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-18 3:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 3:02 [edk2-platforms:PATCH] CoffeelakeSiliconPkg:Redirect ConfigBlockLib path TinaX Y Chen
2020-03-17 7:54 ` [edk2-devel] " Chiu, Chasel
2020-03-18 3:58 ` Ni, Ray
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox