[edk2-devel] [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

Guo, Gua posted 1 patch 11 months, 1 week ago
Failed in applying to current master (apply log)
.../PcatRealTimeClockRuntimeDxe/PcRtc.c       | 36 ++++++++++---------
.../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c  | 14 ++++++--
2 files changed, 31 insertions(+), 19 deletions(-)
[edk2-devel] [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
Posted by Guo, Gua 11 months, 1 week ago
From: Gua Guo <gua.guo@intel.com>

PR: https://github.com/tianocore/edk2/pull/4416

V4: merge mRtcIndexRegisterIo and mRtcTargetRegisterIo into mRtcIndexRegister and mRtcTargetRegister

V3: change UINTN to UINT8 on global data
  mRtcIndexRegisterIo
  mRtcTargetRegisterIo

V2: Add more dynamic PCD for runtime service support instead of taking for FixedAtBuild case

V1: After https://bugzilla.tianocore.org/show_bug.cgi?id=4193
RTC Runtime Services unable to get correct RTC time.
Solution: Cache RTC data, update RTC driver not to use PcdGet after driver init.

Gua Guo (1):
  PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

 .../PcatRealTimeClockRuntimeDxe/PcRtc.c       | 36 ++++++++++---------
 .../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c  | 14 ++++++--
 2 files changed, 31 insertions(+), 19 deletions(-)

--
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105220): https://edk2.groups.io/g/devel/message/105220
Mute This Topic: https://groups.io/mt/99104648/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
Posted by Guo, Gua 11 months, 1 week ago
V4 patch can locate all previous comment.

-----Original Message-----
From: Guo, Gua <gua.guo@intel.com> 
Sent: Wednesday, May 24, 2023 4:43 PM
To: devel@edk2.groups.io
Cc: Guo, Gua <gua.guo@intel.com>
Subject: [PATCH v4 0/1] PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

From: Gua Guo <gua.guo@intel.com>

PR: https://github.com/tianocore/edk2/pull/4416

V4: merge mRtcIndexRegisterIo and mRtcTargetRegisterIo into mRtcIndexRegister and mRtcTargetRegister

V3: change UINTN to UINT8 on global data
  mRtcIndexRegisterIo
  mRtcTargetRegisterIo

V2: Add more dynamic PCD for runtime service support instead of taking for FixedAtBuild case

V1: After https://bugzilla.tianocore.org/show_bug.cgi?id=4193
RTC Runtime Services unable to get correct RTC time.
Solution: Cache RTC data, update RTC driver not to use PcdGet after driver init.

Gua Guo (1):
  PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD

 .../PcatRealTimeClockRuntimeDxe/PcRtc.c       | 36 ++++++++++---------
 .../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c  | 14 ++++++--
 2 files changed, 31 insertions(+), 19 deletions(-)

--
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105222): https://edk2.groups.io/g/devel/message/105222
Mute This Topic: https://groups.io/mt/99104648/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-