search for: itpm

Displaying 3 results from an estimated 3 matches for "itpm".

Did you mean: item
2009 Apr 24
2
TBOOT and extlinux
...nux. TBOOT loads using the multiboot protocol, where the tboot "kernel" is loaded as the kernel, and the actual linux kernel and initrd are specified as modules. A working grub configuration looks something like: ================================================== title measured 2.6.28.9-itpm-dirty root (hd0,3) kernel /boot/tboot.gz logging=vga,serial module /boot/vmlinuz-2.6.28.9-itpm-dirty root=/dev/sda4 ro intel_iommu=on earlyprintk=vga console=ttyS0,115200 module /boot/initrd.img-2.6.28.9-itpm-dirty module /boot/GM45_PM45_SINIT_19.BIN ================================================...
2012 Nov 27
1
kms etc nouveau X failed
...IMAGE=Gentoo3.6 ro root=100 dolvm real_root=/dev/mapper/root usbcore.autosuspend=1 pcie_aspm.policy=powersave acpi_osi=Linux processor.max_cstate=2 snd_hda_intel.index=0 snd_hda_intel.model=toshiba snd_hda_intel.power_save=1 selinux=0 quiet init_opts=3 root_key=rootkey root_keydev=/dev/sda3 tpm_tis.itpm=yes resume=swap:/dev/sda6 fbcon=scrollback:256k splash=verbose,theme:tuxonice [ 63179.180] Build Date: 11 November 2012? 06:38:46PM [ 63179.180]? [ 63179.180] Current version of pixman: 0.29.1 [ 63179.180] ??? Before reporting problems, check http://wiki.x.org ??? to make sure that you have the la...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...Installation program and options -+INSTALL = install -+INSTALL_PROG = $(INSTALL) -m0755 -+INSTALL_DIR = $(INSTALL) -d -m0755 -+ -+# Xen tools installation directory -+TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin -+ -+CC := gcc -+CFLAGS += -g -Wall $(INCLUDE) -DDEBUG -+CFLAGS += -I. -Itpm -+ -+# Is the simulator running in it''s own vm? -+#CFLAGS += -DVTPM_MULTI_VM -+ -+ifeq ($(COMPILE_ARCH),x86_64) -+LIBDIR = lib64 -+else -+LIBDIR = lib -+endif - - # GNU MP configuration --GMP_LIB := /usr/lib/libgmp.a -+GMP_LIB := /usr/$(LIBDIR)/libgmp.a - GMP_HEADER := /u...