From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 3235E817B2 for ; Tue, 10 Jan 2017 10:16:46 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP; 10 Jan 2017 10:16:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="51452761" Received: from mdkinney-mobl.amr.corp.intel.com ([10.254.91.144]) by orsmga005.jf.intel.com with ESMTP; 10 Jan 2017 10:16:45 -0800 From: Michael Kinney To: edk2-devel@lists.01.org Date: Tue, 10 Jan 2017 10:16:41 -0800 Message-Id: <1484072204-35608-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [Patch 0/3] QuarkPlatformPkg/Tpm12DeviceLibAtmelI2c: Fix TPM issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 18:16:46 -0000 Fix several issues with the Atmel I2C TPM library in the QuarkPlatformPkg. This includes GCC build failures, a corner case for an incorrect output buffer size, and a TPM detection failure due to increased error checking in the Tpm12CommandLib. Cc: Kelly Steele Cc: Lee Leahy Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney Michael Kinney (3): QuarkPlatformPkg/Tpm12DeviceLibAtmelI2c: Remove PP Check QuarkPlatformPkg/Tpm12DeviceLibAtmelI2c: Fix SubmitCommand() out size QuarkPlatformPkg/Tpm12DeviceLibAtmelI2c: Fix GCC build issues .../Library/Tpm12DeviceLibAtmelI2c/TisPc.c | 31 +++++++++------------- .../Tpm12DeviceLibAtmelI2c.inf | 3 +-- 2 files changed, 14 insertions(+), 20 deletions(-) -- 2.6.3.windows.1