From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60152 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4zcj-00040Z-CL for qemu-devel@nongnu.org; Wed, 30 Mar 2011 13:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4zci-0008Gh-40 for qemu-devel@nongnu.org; Wed, 30 Mar 2011 13:56:05 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:57777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4zch-0008FY-Ro for qemu-devel@nongnu.org; Wed, 30 Mar 2011 13:56:04 -0400 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e37.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2UHrJPf019808 for ; Wed, 30 Mar 2011 11:53:19 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2UHu0q7094454 for ; Wed, 30 Mar 2011 11:56:00 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2UHtxeU031618 for ; Wed, 30 Mar 2011 11:55:59 -0600 Message-Id: <20110330175534.302129463@linux.vnet.ibm.com> Date: Wed, 30 Mar 2011 13:55:34 -0400 From: Stefan Berger Subject: [Qemu-devel] [PATCH V1 0/8] Add TPM support to SeaBIOS List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefanb@linux.vnet.ibm.com, seabios@seabios.org Cc: qemu-devel@nongnu.org The following set of patches add TPM and Trusted Computing support to SeaBIOS. In particular the patches add: - a TPM driver for the Qemu's TPM TIS emulation (not yet in Qemu git) - ACPI support for the TPM device (SSDT table) - ACPI support for measurement logging (TCPA table) - Support for initialzation of the TPM - Support for the TCG BIOS extensions (1ah handler [ah = 0xbb]) (used by trusted grub; http://trousers.sourceforge.net/grub.html) - Static Root of Trusted for Measurement (SRTM) support - Support for S3 resume (sends command to TPM upon resume) - TPM-specific menu for controlling aspects of the TPM - [An optional test suite for the TIS interface] All implementations necessarily follow specifications. Regards, Stefan