diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-06-12 01:43:46 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-06-12 01:43:46 +0000 |
commit | f5f47471cf1ce284b7d0ca5101e50ea52ea1db60 (patch) | |
tree | 843c15960f78364da5add8dcc42d158116b83c74 | |
parent | 0614d73be31da5ca1e420ea268a9f13f6aca659d (diff) | |
download | edk2-f5f47471cf1ce284b7d0ca5101e50ea52ea1db60.tar.gz edk2-f5f47471cf1ce284b7d0ca5101e50ea52ea1db60.tar.bz2 edk2-f5f47471cf1ce284b7d0ca5101e50ea52ea1db60.zip |
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
-rw-r--r-- | PcAtChipsetPkg/PcAtChipsetPkg.dec | 7 | ||||
-rw-r--r-- | PcAtChipsetPkg/PcAtChipsetPkg.uni | bin | 24384 -> 24586 bytes |
2 files changed, 6 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dec b/PcAtChipsetPkg/PcAtChipsetPkg.dec index 6a1415c25c..cbd57070fb 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dec +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dec @@ -34,6 +34,11 @@ [Guids]
gPcAtChipsetPkgTokenSpaceGuid = { 0x326ae723, 0xae32, 0x4589, { 0x98, 0xb8, 0xca, 0xc2, 0x3c, 0xdc, 0xc1, 0xb1 } }
+#
+# [Error.gPcAtChipsetPkgTokenSpaceGuid]
+# 0x80000001 | Invalid value provided.
+#
+
[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>
# 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.
# @Prompt Maximal valid year in RTC.
- # @Expression gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear < gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear + 100
+ # @Expression 0x80000001 | gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear < gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear + 100
gPcAtChipsetPkgTokenSpaceGuid.PcdMaximalValidYear|2097|UINT16|0x0000000E
[PcdsFixedAtBuild, PcdsPatchableInModule]
diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.uni b/PcAtChipsetPkg/PcAtChipsetPkg.uni Binary files differindex e6d9163293..0ce08d4733 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.uni +++ b/PcAtChipsetPkg/PcAtChipsetPkg.uni |