From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3D93921CAD9BD for ; Mon, 3 Jul 2017 01:53:21 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 03 Jul 2017 01:54:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,302,1496127600"; d="scan'208";a="281508901" Received: from zwei4-mobl.ccr.corp.intel.com ([10.239.198.30]) by fmsmga004.fm.intel.com with ESMTP; 03 Jul 2017 01:54:54 -0700 From: zwei4 To: edk2-devel@lists.01.org Date: Mon, 3 Jul 2017 16:54:31 +0800 Message-Id: <20170703085433.22288-2-david.wei@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 In-Reply-To: <20170703085433.22288-1-david.wei@intel.com> References: <20170703085433.22288-1-david.wei@intel.com> Subject: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/4]RTC configuration. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 08:53:21 -0000 Cleanup RTC initialization code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- .../Common/Library/PlatformSecLib/PlatformSecLib.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c b/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c index e4bee35fb..98e18d4b5 100644 --- a/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c +++ b/Platform/BroxtonPlatformPkg/Common/Library/PlatformSecLib/PlatformSecLib.c @@ -1,7 +1,7 @@ /** @file Null instance of Sec Platform Hook Lib. - Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -43,12 +43,6 @@ PlatformSecLibConstructor ( DefaultsRestored = FALSE; - // - // Perform a checksum computation and verify if the checksum is correct. If the checksum is incorrect - // initialize all the CMOS location to their default values and recalculate the checksum. - // - InitCmos (FALSE, &DefaultsRestored); - return EFI_SUCCESS; } -- 2.11.0.windows.1