mirror of https://github.com/acidanthera/audk.git
PcAtChipsetPkg: Move RTC PCD to dynamic PCD
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 <guo.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: James Lu <james.lu@intel.com> Reviewed-by: Gua Guo <gua.guo@intel.com> Signed-off-by: KasimX Liu <kasimx.liu@intel.com>
This commit is contained in:
parent
129404f6e4
commit
ec87305f90
|
@ -84,6 +84,14 @@
|
|||
# @Prompt RTC Target Register address
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister64|0x0|UINT64|0x00000023
|
||||
|
||||
## Specifies RTC Index Register address in I/O space.
|
||||
# @Prompt RTC Index Register address
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister|0x70|UINT8|0x0000001E
|
||||
|
||||
## Specifies RTC Target Register address in I/O space.
|
||||
# @Prompt RTC Target Register address
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister|0x71|UINT8|0x0000001F
|
||||
|
||||
[PcdsFixedAtBuild, PcdsPatchableInModule]
|
||||
## Defines the ACPI register set base address.
|
||||
# The invalid 0xFFFF is as its default value. It must be configured to the real value.
|
||||
|
@ -146,14 +154,6 @@
|
|||
# @Prompt Initial value for Register_D in RTC.
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdInitialValueRtcRegisterD|0x00|UINT8|0x0000001D
|
||||
|
||||
## Specifies RTC Index Register address in I/O space.
|
||||
# @Prompt RTC Index Register address
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister|0x70|UINT8|0x0000001E
|
||||
|
||||
## Specifies RTC Target Register address in I/O space.
|
||||
# @Prompt RTC Target Register address
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister|0x71|UINT8|0x0000001F
|
||||
|
||||
## RTC Update Timeout Value(microsecond).
|
||||
# @Prompt RTC Update Timeout Value.
|
||||
gPcAtChipsetPkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|100000|UINT32|0x00000020
|
||||
|
|
Loading…
Reference in New Issue