diff options
author | zwei4 <david.wei@intel.com> | 2017-06-09 12:39:55 +0800 |
---|---|---|
committer | zwei4 <david.wei@intel.com> | 2017-06-09 12:39:55 +0800 |
commit | cb36dee331f4b9f6dc54719691f554362ad14583 (patch) | |
tree | becc41132d69cc044bc22b0c948f17799b7503fb /Platform/BroxtonPlatformPkg/PlatformDsc | |
parent | 5b9597c9b486a74d379f75f9533bf5146edd92e3 (diff) | |
download | edk2-platforms-cb36dee331f4b9f6dc54719691f554362ad14583.tar.xz |
Change PcdMinimalValidYear.
Change PcdMinimalValidYear to 2017.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/PlatformDsc')
-rw-r--r-- | Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc index 7efcdb425d..06fd97be82 100644 --- a/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc +++ b/Platform/BroxtonPlatformPkg/PlatformDsc/Components.dsc @@ -159,7 +159,10 @@ MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
+ PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
+ <PcdsFixedAtBuild>
+ gPcAtChipsetPkgTokenSpaceGuid.PcdMinimalValidYear|2017
+ }
MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
$(PLATFORM_PACKAGE_COMMON)/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.inf {
|