mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
PcAtChipsetPkg: Fix PCD expression build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17628 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0614d73be3
commit
f5f47471cf
@ -34,6 +34,11 @@
|
|||||||
[Guids]
|
[Guids]
|
||||||
gPcAtChipsetPkgTokenSpaceGuid = { 0x326ae723, 0xae32, 0x4589, { 0x98, 0xb8, 0xca, 0xc2, 0x3c, 0xdc, 0xc1, 0xb1 } }
|
gPcAtChipsetPkgTokenSpaceGuid = { 0x326ae723, 0xae32, 0x4589, { 0x98, 0xb8, 0xca, 0xc2, 0x3c, 0xdc, 0xc1, 0xb1 } }
|
||||||
|
|
||||||
|
#
|
||||||
|
# [Error.gPcAtChipsetPkgTokenSpaceGuid]
|
||||||
|
# 0x80000001 | Invalid value provided.
|
||||||
|
#
|
||||||
|
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
## Indicates the HPET Timer will be configured to use MSI interrupts if the HPET timer supports them, or use I/O APIC interrupts.<BR><BR>
|
## Indicates the HPET Timer will be configured to use MSI interrupts if the HPET timer supports them, or use I/O APIC interrupts.<BR><BR>
|
||||||
# TRUE - Configures the HPET Timer to use MSI interrupts if the HPET Timer supports them.<BR>
|
# TRUE - Configures the HPET Timer to use MSI interrupts if the HPET Timer supports them.<BR>
|
||||||
@ -123,7 +128,7 @@
|
|||||||
|
|
||||||
## This PCD specifies the maximal valid year in RTC.
|
## This PCD specifies the maximal valid year in RTC.
|
||||||
# @Prompt Maximal valid year in RTC.
|
# @Prompt Maximal valid year in RTC.
|
||||||
# @Expression gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear < gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear + 100
|
# @Expression 0x80000001 | gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear < gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear + 100
|
||||||
gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear|2097|UINT16|0x0000000E
|
gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear|2097|UINT16|0x0000000E
|
||||||
|
|
||||||
[PcdsFixedAtBuild, PcdsPatchableInModule]
|
[PcdsFixedAtBuild, PcdsPatchableInModule]
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user