From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.1994.1598642050214379514 for ; Fri, 28 Aug 2020 12:14:10 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: q7rzmRCTrYylZ48prk9tpfnfatHMpIT99/9W19xjduyAA4Wxk9xG3FcJTseK7EOuN8G1rWW1KM juPxqmw/DovQ== X-IronPort-AV: E=McAfee;i="6000,8403,9727"; a="220977126" X-IronPort-AV: E=Sophos;i="5.76,364,1592895600"; d="scan'208";a="220977126" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Aug 2020 12:14:07 -0700 IronPort-SDR: JdSbRmVYz3G0TMtzPK0sUYzwI/6q/It6Mc9ItBCEvIaIelaj/xtKqmfASXL2TioG/JA+dbR2Ii WgchWAlbzlDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,364,1592895600"; d="scan'208";a="403839186" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.228.44]) by fmsmga001.fm.intel.com with ESMTP; 28 Aug 2020 12:14:07 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Kelly Steele Subject: [edk2-platforms][Patch 2/3] QuarkPlatformPkg: Removed reference to retired PCD Date: Fri, 28 Aug 2020 12:14:04 -0700 Message-Id: <20200828191405.6648-3-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200828191405.6648-1-michael.d.kinney@intel.com> References: <20200828191405.6648-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Remove all references to the following PCD that has been retired: gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout Cc: Kelly Steele Signed-off-by: Michael D Kinney --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 5 +---- Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/QuarkPlatformPkg/Quark.dsc index e352aed49f..2e4e3491ee 100644 --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc @@ -2,7 +2,7 @@ # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices. # # This package provides Clanton Peak CRB platform specific modules. -# Copyright (c) 2013 - 2019 Intel Corporation. +# Copyright (c) 2013 - 2020 Intel Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -384,9 +384,6 @@ [PcdsFixedAtBuild] !endif gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000 - ## RTC Update Timeout Value, need to increase timeout since also - # waiting for RTC to be busy. - gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000 !if $(SECURE_BOOT_ENABLE) # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc index d1e2c0f437..ec52fe0fe4 100644 --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc @@ -2,7 +2,7 @@ # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices. # # This package provides Clanton Peak CRB platform specific modules. -# Copyright (c) 2013 - 2019 Intel Corporation. +# Copyright (c) 2013 - 2020 Intel Corporation. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -340,9 +340,6 @@ [PcdsFixedAtBuild] # Make VariableRuntimeDxe work at emulated non-volatile variable mode. # gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE - ## RTC Update Timeout Value, need to increase timeout since also - # waiting for RTC to be busy. - gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000 !if $(SECURE_BOOT_ENABLE) # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot -- 2.21.0.windows.1