Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945579AbcJSQJc (ORCPT ); Wed, 19 Oct 2016 12:09:32 -0400 Received: from mga05.intel.com ([192.55.52.43]:48594 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941149AbcJSQJa (ORCPT ); Wed, 19 Oct 2016 12:09:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,367,1473145200"; d="scan'208";a="1047019237" Date: Wed, 19 Oct 2016 19:09:28 +0300 From: Jarkko Sakkinen To: "Winkler, Tomas" Cc: "tpmdd-devel@lists.sourceforge.net" , open list Subject: Re: [tpmdd-devel] [PATCH] tpm, tpm_crb: remove redundant CRB_FL_CRB_START flag Message-ID: <20161019160928.n5fswy25t2ppdh73@intel.com> References: <20161017204224.27163-1-jarkko.sakkinen@linux.intel.com> <20161017225113.qnghq5vroxlmsurc@intel.com> <5B8DA87D05A7694D9FA63FD143655C1B542FF8FC@hasmsx108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5B8DA87D05A7694D9FA63FD143655C1B542FF8FC@hasmsx108.ger.corp.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 19 On Wed, Oct 19, 2016 at 10:28:29AM +0000, Winkler, Tomas wrote: > > > > > > On Mon, Oct 17, 2016 at 11:42:24PM +0300, Jarkko Sakkinen wrote: > > > Because all the existing hardware have HID MSFT0101 we end up always > > > setting CRB_FL_CRB_START flag as a workaround for 4th Gen Core CPUs. > > > Even if ACPI start is used, the driver will always issue also CRB start. > > Do you have some more historical data about this fix, I was wondering > about this quirk before, when restructuring the start method parsing. > The description is ' in practice seems to require both' sounds not > certain about the root cause of this. I have a 4th Gen Core NUC where I experienced this issue. It reported requiring only ACPI start but actually required ACPI + CRB start. The comment could have been better. /Jarkko