Reviewed-by: Liming Gao <liming....@intel.com> -----Original Message----- From: Ni, Ruiyu Sent: Friday, June 12, 2015 9:34 AM To: edk2-devel@lists.sourceforge.net Cc: Ni, Ruiyu; Gao, Liming Subject: [Patch] PcAtChipsetPkg: Fix PCD expression build failure
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu...@intel.com> Cc: Liming Gao <liming....@intel.com> --- PcAtChipsetPkg/PcAtChipsetPkg.dec | 7 ++++++- PcAtChipsetPkg/PcAtChipsetPkg.uni | Bin 24384 -> 24586 bytes 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dec b/PcAtChipsetPkg/PcAtChipsetPkg.dec index 6a1415c..cbd5707 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 index e6d91632933bd3c481927a63a54835838afe35a7..0ce08d4733f964ebb2e2597dee0032b1e2b4f4b0 100644 GIT binary patch delta 84 zcmX@GkFo0j;|7QL$qiN^;;sxqKp4+p!C-&{4JRv_s89Z2z#>}4kjRk3kjaq3puhlO VmolVIzQ`}kqsO4cz{|h|#sG!O5!(O& delta 9 QcmeA=z<6LE;|7O#02UJj8UO$Q -- 1.9.5.msysgit.1 ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel