Displaying 10 results from an estimated 10 matches for "tpm_emulator".
2012 Dec 13
5
[PATCH special] vtpm fix cmake dependency
Ian, this one is special just for you. I''m sending it as an attachment
because my email client will mangle it.
This patch will remove the cmake dependency from xen prior to autoconf
stubdom
This patch applies ontop of [VTPM v7 3/8] vtpm/vtpmmgr and required libs
to stubdom/Makefile
You can apply it to your tree by doing the following:
git rebase -i <VTPM v7 3/8 revision>
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...a/tools/vtpm/Makefile b/tools/vtpm/Makefile
--- a/tools/vtpm/Makefile
+++ b/tools/vtpm/Makefile
@@ -1,19 +1,15 @@
XEN_ROOT = $(CURDIR)/../..
+include $(XEN_ROOT)/tools/Rules.mk
-# Base definitions and rules
-include $(XEN_ROOT)/tools/vtpm/Rules.mk
-
-# Dir name for emulator (as dom0 tpm driver)
-TPM_EMULATOR_DIR = tpm_emulator
# Dir name for vtpm instance
VTPM_DIR = vtpm
-ORIG_DIR = orig
# Emulator tarball name
-TPM_EMULATOR_NAME = tpm_emulator-0.5.1
+TPM_EMULATOR_URL = http://download.berlios.de/tpm-emulator
+TPM_EMULATOR_NAME = tpm_emulator-0.7.4
TPM_EMULATOR_TARFILE = $(TPM_EMULATOR_NAME).tar....
2006 Oct 31
0
problem of installing tpm emulator in Xen
I want to install tpm emulator simulating the TPM hardware in Xen platform. But compiling tpm emulator brings such error.My kernel is 2.6.16.
#make ; make install
.........
Building modules, stage 2.
MODPOST
*** Warning: "__stack_chk_fail" [/root/xen-3.0.2/tools/vtpm/tpm_emulator/tpm_emulator.ko] undefined!
CC /root/xen-3.0.2/tools/vtpm/tpm_emulator/tpm_emulator.mod.o
LD [M] /root/xen-3.0.2/tools/vtpm/tpm_emulator/tpm_emulator.ko
inserting module into linux kernel have following errors:
#modprobe tpm_emulator startup="clear"
FATAL: Error inserting tpm_e...
2005 Sep 29
0
Not able to get Virtual TPM working with Xen,
...DomU kernel with TPM FE enabled, TPM support for xen and Xen TPM
interface.
Compiled and installed the newly configured kernels.
Installing TPM emulator:
cd ../tools/vtpm
make
make insatll
This will download TPM emulator version 0.2 and applies following patches,
--------------------------------
tpm_emulator-0.2b-x86_64.patch
vtpm.patch
--------------------------------
and also this will create "vtpmd"
now..
cd tpm_emulator
#make
#make insatll
This would create /dev/tpm0.
And also creates tpm_emulator module
#modinfo tpm_emulator //gives the following
-----------------------------------
[...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure
for inclusion into stubdom domains. While these are required for
vtpm-stubdom and vtpmmgrdom they could be used with other stubdom
applications.
-libgmp 4.3.2
-openssl 1.0.0a
-polarssl 0.12.1
-berlios tpm_emulator 0.6.1
-vtpm_manager (from the tools directory)
Signed off by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and
possibly upstream Linux, I would like to see if this protocol change
could be added before we have significant legacy implementations. If
not, I still think it would be useful as either a v2 or negotiated
protocol change.
The current vTPM protocol is a copy of the network protocol. This was
likely done for ease of implementation,
2010 Aug 25
0
[PATCH 0/7] vtpm Mini-Os domain and vTPM stability fixes
...ager
-#define VTPM_STUBDOM for vtpm_managerd to allow it to work with vtpm
stubdomains.
-hotplug system stability fixes
-add #defines to mini-os to disable drivers like pci and net if you
don''t want to use them.
-generic tpm frontend and backend devices for mini-os
-libgmp, polarssl, and tpm_emulator 0.6.1 ported to mini-os using the
stubdom makefile structure
-vtpm stubdom domain code and README
To look out for in the future:
-Additional features to vtpm-stubdom
-Moving up to latest tpm_emulator
-vtpm manager in its own mini-os domain
_______________________________________________
Xen-de...
2006 May 30
0
RE: [PATCH] Update for new tpm emulator [Replacement Patch]
...ounces@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Scarlata,
Vincent R
Sent: Friday, May 26, 2006 5:45 PM
To: xen-devel@lists.xensource.com
Cc: Fischer, Anna
Subject: [Xen-devel] [PATCH] Update for new tpm emulator
VTPM_TOOLS: Updated vtpm for new release of the tpm_emulator.
New emulator includes AIK, DAA, and Transport Sessions
Signed-off-by: Vinnie Scarlata <Vincent.r.scarlata@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi,
I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0)
and TPM emulator. However, I cannot find the TPM backed driver in this
version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the
kernel config file. The config file for Dom0 is attached. Maybe it provides
some useful information.
So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*