[edk2-devel] [Patch V1 1/1] CometlakeOpenBoardPkg: Fix build error due to Ddr4MixedUDimm2DpcLimit

Chaganty, Rangasai V rangasai.v.chaganty at intel.com
Wed May 13 00:11:22 UTC 2020


Reviewed-by: Sai Chaganty <rangasai.v.chaganty at intel.com>

-----Original Message-----
From: Esakkithevar, Kathappan <kathappan.esakkithevar at intel.com> 
Sent: Tuesday, May 12, 2020 10:26 AM
To: devel at edk2.groups.io
Cc: Chaganty, Rangasai V <rangasai.v.chaganty at intel.com>; Chiu, Chasel <chasel.chiu at intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone at intel.com>; Kethi Reddy, Deepika <deepika.kethi.reddy at intel.com>
Subject: [Patch V1 1/1] CometlakeOpenBoardPkg: Fix build error due to Ddr4MixedUDimm2DpcLimit

The Ddr4MixedUDimm2DpcLimit FSP-M Upd has been renamed as Ddr4Mixed2DpcLimit at CometLakeFspBinPkg\CometLake1.
FSP wrapper driver need to use FSP-M Upd name Ddr4Mixed2DpcLimit from CometLake1 FSP at CometlakeOpenBoardPkg.

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

Signed-off-by: Kathappan Esakkithevar <kathappan.esakkithevar at intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty at intel.com>
Cc: Chasel Chiu <chasel.chiu at intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone at intel.com>
Cc: Deepika Kethi Reddy <deepika.kethi.reddy at intel.com>
---
 .../FspWrapper/Library/PeiFspPolicyInitLib/PeiFspSaPolicyInitLib.c      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/CometlakeOpenBoardPkg/FspWrapper/Library/PeiFspPolicyInitLib/PeiFspSaPolicyInitLib.c b/Platform/Intel/CometlakeOpenBoardPkg/FspWrapper/Library/PeiFspPolicyInitLib/PeiFspSaPolicyInitLib.c
index 45d76ad5e4..53f26d824f 100644
--- a/Platform/Intel/CometlakeOpenBoardPkg/FspWrapper/Library/PeiFspPolicyInitLib/PeiFspSaPolicyInitLib.c
+++ b/Platform/Intel/CometlakeOpenBoardPkg/FspWrapper/Library/PeiFspPoli
+++ cyInitLib/PeiFspSaPolicyInitLib.c
@@ -344,7 +344,7 @@ PeiFspSaPolicyInitPreMem (
     FspmUpd->FspmConfig.GdxcIotSize           = MemConfig->GdxcIotSize;
     FspmUpd->FspmConfig.GdxcMotSize           = MemConfig->GdxcMotSize;
     FspmUpd->FspmConfig.DualDimmPerChannelBoardType =(UINT8) MemConfig->DualDimmPerChannelBoardType;
-    FspmUpd->FspmConfig.Ddr4MixedUDimm2DpcLimit     =(UINT8) MemConfig->Ddr4MixedUDimm2DpcLimit;
+    FspmUpd->FspmConfig.Ddr4Mixed2DpcLimit    =(UINT8) MemConfig->Ddr4MixedUDimm2DpcLimit;
     //
     // Update UPD:CaVrefConfig
     //
--
2.16.2.windows.1


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

View/Reply Online (#59389): https://edk2.groups.io/g/devel/message/59389
Mute This Topic: https://groups.io/mt/74163837/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list