Hi @Dong, Guo<mailto:[email protected]>
I've created the PR, could you help me add push label when you're available. https://github.com/tianocore/edk2/pull/3856 Thanks. ________________________________ 寄件者: Dong, Guo <[email protected]> 寄件日期: 2023年1月5日 上午 07:16 收件者: Liu, KasimX <[email protected]>; [email protected] <[email protected]> 副本: Ni, Ray <[email protected]>; Lu, James <[email protected]>; Guo, Gua <[email protected]> 主旨: RE: [PATCH] UefiPayloadPkg: Move RTC PCD to dynamic PCD Reviewed-by: Guo Dong <[email protected]> -----Original Message----- From: Liu, KasimX <[email protected]> Sent: Wednesday, December 28, 2022 1:13 AM To: [email protected] Cc: Liu, KasimX <[email protected]>; Dong, Guo <[email protected]>; Ni, Ray <[email protected]>; Lu, James <[email protected]>; Guo, Gua <[email protected]> Subject: [PATCH] UefiPayloadPkg: Move RTC PCD to dynamic PCD From: KasimX Liu <[email protected]> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4193 In order to remove RTC_INDEX/RTC_TARGET from the UplBuild macro list,change the RTC_INDEX /RTC_TARGET type from PcdsFixedAtBuild to PcdsDynamicEx Cc: Guo Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: James Lu <[email protected]> Cc: Gua Guo <[email protected]> Signed-off-by: KasimX Liu <[email protected]> --- UefiPayloadPkg/UefiPayloadPkg.dsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 12e80a9e74..a1a3c74290 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -472,8 +472,6 @@ !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 @@ 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.-- 2.32.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98115): https://edk2.groups.io/g/devel/message/98115 Mute This Topic: https://groups.io/mt/96091021/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
