[edk2-devel] [edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib

IanX Kuo posted 6 patches 3 years, 8 months ago
Only 5 patches received!
.../CometlakeURvp/OpenBoardPkg.dsc            |  4 ++-
.../GalagoPro3/OpenBoardPkg.dsc               |  6 +++--
.../KabylakeRvp3/OpenBoardPkg.dsc             |  6 +++--
.../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |  1 +
.../Library/ReportCpuHobLib/ReportCpuHobLib.c |  3 ++-
.../ReportCpuHobLib/ReportCpuHobLib.inf       |  2 +-
.../PlatformInitPei/PlatformInitPreMem.c      | 25 ++-----------------
.../PlatformInitPei/PlatformInitPreMem.inf    |  3 ++-
.../BoardX58Ich10/OpenBoardPkg.dsc            |  6 +++--
.../UpXtreme/OpenBoardPkg.dsc                 |  4 ++-
.../WhiskeylakeURvp/OpenBoardPkg.dsc          |  6 +++--
11 files changed, 30 insertions(+), 36 deletions(-)
[edk2-devel] [edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib
Posted by IanX Kuo 3 years, 8 months ago
Create a Library instance of ReportCpuHobLib from PlatformInitPei driver.
PA bits reported can be overridden by Library instance in Platform.

Signed-off-by: IanX Kuo <ianx.kuo@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>

IanX Kuo (6):
  Platform/Intel/MinPlatformPkg: Fix build error
  Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/KabylakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/SimicsOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/WhiskeylakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/MinPlatformPkg: Add ReportCpuHobLib

 .../CometlakeURvp/OpenBoardPkg.dsc            |  4 ++-
 .../GalagoPro3/OpenBoardPkg.dsc               |  6 +++--
 .../KabylakeRvp3/OpenBoardPkg.dsc             |  6 +++--
 .../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |  1 +
 .../Library/ReportCpuHobLib/ReportCpuHobLib.c |  3 ++-
 .../ReportCpuHobLib/ReportCpuHobLib.inf       |  2 +-
 .../PlatformInitPei/PlatformInitPreMem.c      | 25 ++-----------------
 .../PlatformInitPei/PlatformInitPreMem.inf    |  3 ++-
 .../BoardX58Ich10/OpenBoardPkg.dsc            |  6 +++--
 .../UpXtreme/OpenBoardPkg.dsc                 |  4 ++-
 .../WhiskeylakeURvp/OpenBoardPkg.dsc          |  6 +++--
 11 files changed, 30 insertions(+), 36 deletions(-)

-- 
2.27.0.windows.1


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

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

Re: [edk2-devel] [edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib
Posted by Liming Gao 3 years, 8 months ago
This version is good to me. Reviewed-by: Liming Gao <liming.gao@intel.com>

-----Original Message-----
From: Kuo, IanX <ianx.kuo@intel.com> 
Sent: 2020年7月21日 15:29
To: devel@edk2.groups.io
Cc: Lu, James <james.lu@intel.com>; Kumar, Chandana C <chandana.c.kumar@intel.com>; Prabhala, Varalakshmi A <varalakshmi.a.prabhala@intel.com>; Gao, Liming <liming.gao@intel.com>; Kuo, IanX <ianx.kuo@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
Subject: [edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib

Create a Library instance of ReportCpuHobLib from PlatformInitPei driver.PA bits reported can be overridden by Library instance in Platform.Signed-off-by: IanX Kuo <ianx.kuo@intel.com>Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>Cc: Chasel Chiu <chasel.chiu@intel.com> IanX Kuo (6):
  Platform/Intel/MinPlatformPkg: Fix build error
  Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/KabylakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/SimicsOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/WhiskeylakeOpenBoardPkg: Add ReportCpuHobLib
  Platform/Intel/MinPlatformPkg: Add ReportCpuHobLib

 .../CometlakeURvp/OpenBoardPkg.dsc            |  4 ++-
 .../GalagoPro3/OpenBoardPkg.dsc               |  6 +++--
 .../KabylakeRvp3/OpenBoardPkg.dsc             |  6 +++--
 .../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |  1 +
 .../Library/ReportCpuHobLib/ReportCpuHobLib.c |  3 ++-
 .../ReportCpuHobLib/ReportCpuHobLib.inf       |  2 +-
 .../PlatformInitPei/PlatformInitPreMem.c      | 25 ++-----------------
 .../PlatformInitPei/PlatformInitPreMem.inf    |  3 ++-
 .../BoardX58Ich10/OpenBoardPkg.dsc            |  6 +++--
 .../UpXtreme/OpenBoardPkg.dsc                 |  4 ++-
 .../WhiskeylakeURvp/OpenBoardPkg.dsc          |  6 +++--
 11 files changed, 30 insertions(+), 36 deletions(-)

--
2.27.0.windows.1


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

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

Re: [edk2-devel] [edk2-platforms] [PATCH v8 0/6] Create a Library instance of ReportCpuHobLib
Posted by Chiu, Chasel 3 years, 8 months ago
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>

> -----Original Message-----
> From: Kuo, IanX <ianx.kuo@intel.com>
> Sent: Tuesday, July 21, 2020 3:29 PM
> To: devel@edk2.groups.io
> Cc: Lu, James <james.lu@intel.com>; Kumar, Chandana C
> <chandana.c.kumar@intel.com>; Prabhala, Varalakshmi A
> <varalakshmi.a.prabhala@intel.com>; Gao, Liming <liming.gao@intel.com>;
> Kuo, IanX <ianx.kuo@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>
> Subject: [edk2-platforms] [PATCH v8 0/6] Create a Library instance of
> ReportCpuHobLib
> 
> Create a Library instance of ReportCpuHobLib from PlatformInitPei driver.PA
> bits reported can be overridden by Library instance in Platform.Signed-off-by:
> IanX Kuo <ianx.kuo@intel.com>Cc: Sai Chaganty
> <rangasai.v.chaganty@intel.com>Cc: Chasel Chiu <chasel.chiu@intel.com>
> IanX Kuo (6):
>   Platform/Intel/MinPlatformPkg: Fix build error
>   Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
>   Platform/Intel/KabylakeOpenBoardPkg: Add ReportCpuHobLib
>   Platform/Intel/SimicsOpenBoardPkg: Add ReportCpuHobLib
>   Platform/Intel/WhiskeylakeOpenBoardPkg: Add ReportCpuHobLib
>   Platform/Intel/MinPlatformPkg: Add ReportCpuHobLib
> 
>  .../CometlakeURvp/OpenBoardPkg.dsc            |  4 ++-
>  .../GalagoPro3/OpenBoardPkg.dsc               |  6 +++--
>  .../KabylakeRvp3/OpenBoardPkg.dsc             |  6 +++--
>  .../Intel/MinPlatformPkg/MinPlatformPkg.dsc   |  1 +
>  .../Library/ReportCpuHobLib/ReportCpuHobLib.c |  3 ++-
>  .../ReportCpuHobLib/ReportCpuHobLib.inf       |  2 +-
>  .../PlatformInitPei/PlatformInitPreMem.c      | 25 ++-----------------
>  .../PlatformInitPei/PlatformInitPreMem.inf    |  3 ++-
>  .../BoardX58Ich10/OpenBoardPkg.dsc            |  6 +++--
>  .../UpXtreme/OpenBoardPkg.dsc                 |  4 ++-
>  .../WhiskeylakeURvp/OpenBoardPkg.dsc          |  6 +++--
>  11 files changed, 30 insertions(+), 36 deletions(-)
> 
> --
> 2.27.0.windows.1


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

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

[edk2-devel] [edk2-platforms] [PATCH v8 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib
Posted by IanX Kuo 3 years, 8 months ago
Create a Library instance of ReportCpuHobLib from PlatformInitPei driver.
PA bits reported can be overridden by Library instance in Platform.

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

Signed-off-by: IanX Kuo <ianx.kuo@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
---
 .../CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc
index 136e530997..6a5c993b85 100644
@@ -172,6 +173,7 @@
   TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
 !endif
   SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf
+  ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf
 
   #######################################
   # Board Package
-- 
2.27.0.windows.1


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

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