<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); --darkreader-inline-color:#e8e6e3; --darkreader-inline-bgcolor:var(--darkreader-bg--neutralPrimarySurface);" data-darkreader-inline-color="" data-darkreader-inline-bgcolor="">
<p style="margin: 0in; font-family: Calibri; font-size: 12pt; --darkreader-inline-color:#e8e6e3; color: black;" data-darkreader-inline-color="">
<span style="background: white; --darkreader-inline-bgimage: initial; --darkreader-inline-bgcolor:#262a2b;" class="ContentPasted0" data-darkreader-inline-bgimage="" data-darkreader-inline-bgcolor="">Hi
<a id="OWAAM53090" class="tWKOu mention ms-bgc-nlr ms-fcl-b" href="mailto:guo.dong@intel.com">
@Dong, Guo</a></span></p>
<p style="margin: 0in; font-family: "Courier New"; font-size: 11pt; --darkreader-inline-color:#e8e6e3; color: black;" class="ContentPasted0" data-darkreader-inline-color="">
I've created the PR, could you help me add push label when you're available. </p>
<div style="margin: 0px 0in; font-family: "Microsoft Jhenghei UI"; font-size: 11pt;">
<p style="margin:0in;font-family:"Courier New";font-size:11.0pt"><a href="https://github.com/tianocore/edk2/pull/3856">https://github.com/tianocore/edk2/pull/3856</a></p>
</div>
<p style="margin: 0in; font-family: "Microsoft Jhenghei UI"; font-size: 11pt; --darkreader-inline-color:#e8e6e3; color: black;" class="ContentPasted0" data-darkreader-inline-color="">
Thanks.</p>
<br>
</span></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>$B4s7o<T(B:</b> Dong, Guo <guo.dong@intel.com><br>
<b>$B4s7oF|4|(B:</b> 2023$BG/(B1$B7n(B5$BF|(B $B>e8a(B 07:16<br>
<b>$BZ@7o<T(B:</b> Liu, KasimX <kasimx.liu@intel.com>; devel@edk2.groups.io <devel@edk2.groups.io><br>
<b>$BI{K\(B:</b> Ni, Ray <ray.ni@intel.com>; Lu, James <james.lu@intel.com>; Guo, Gua <gua.guo@intel.com><br>
<b>$B<g;](B:</b> RE: [PATCH] UefiPayloadPkg: Move RTC PCD to dynamic PCD</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
Reviewed-by: Guo Dong <guo.dong@intel.com><br>
<br>
-----Original Message-----<br>
From: Liu, KasimX <kasimx.liu@intel.com> <br>
Sent: Wednesday, December 28, 2022 1:13 AM<br>
To: devel@edk2.groups.io<br>
Cc: Liu, KasimX <kasimx.liu@intel.com>; Dong, Guo <guo.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Lu, James <james.lu@intel.com>; Guo, Gua <gua.guo@intel.com><br>
Subject: [PATCH] UefiPayloadPkg: Move RTC PCD to dynamic PCD<br>
<br>
From: KasimX Liu <kasimx.liu@intel.com><br>
<br>
REF: <a href="https://bugzilla.tianocore.org/show_bug.cgi?id=4193">https://bugzilla.tianocore.org/show_bug.cgi?id=4193</a><br>
<br>
In order to remove RTC_INDEX/RTC_TARGET from the UplBuild macro list,change the RTC_INDEX /RTC_TARGET type from PcdsFixedAtBuild to PcdsDynamicEx<br>
<br>
Cc: Guo Dong <guo.dong@intel.com><br>
Cc: Ray Ni <ray.ni@intel.com><br>
Cc: James Lu <james.lu@intel.com><br>
Cc: Gua Guo <gua.guo@intel.com><br>
Signed-off-by: KasimX Liu <kasimx.liu@intel.com><br>
---<br>
 UefiPayloadPkg/UefiPayloadPkg.dsc | 5 +++--<br>
 1 file changed, 3 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc<br>
index 12e80a9e74..a1a3c74290 100644<br>
--- a/UefiPayloadPkg/UefiPayloadPkg.dsc<br>
+++ b/UefiPayloadPkg/UefiPayloadPkg.dsc<br>
@@ -472,8 +472,6 @@<br>
 !endif  [PcdsPatchableInModule.X64]-  gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister|$(RTC_INDEX_REGISTER)-  gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister|$(RTC_TARGET_REGISTER) !if $(NETWORK_DRIVER_ENABLE) == TRUE   gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
 !endif@@ -580,6 +578,9 @@<br>
   gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0   gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE +  gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister|$(RTC_INDEX_REGISTER)+  gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister|$(RTC_TARGET_REGISTER)+
 ################################################################################ # # Components Section - list of all EDK II Modules needed by this Platform.--
<br>
2.32.0.windows.2<br>
<br>
</div>
</span></font></div>
</body>
</html>


<div width="1" style="color:white;clear:both">_._,_._,_</div>
<hr>


Groups.io Links:<p>


  
    You receive all messages sent to this group.
  
  


<p>
<a target="_blank" href="https://edk2.groups.io/g/devel/message/98115">View/Reply Online (#98115)</a> |


  

|

  <a target="_blank" href="https://groups.io/mt/96091021/1813853">Mute This Topic</a>

| <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>




<a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> |
<a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |

<a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>

 [edk2-devel-archive@redhat.com]<br>
<div width="1" style="color:white;clear:both">_._,_._,_</div>