From: mipsan.K <mi...@gm...> - 2015-11-03 05:34:21
|
Hi, > > No worries, it's just a practice that we use here and is very common > in open source project mailing lists in general. > Thank you for your understanding! >> I will try to build that kernel you suggested. > > Alright, thank you for your effort to test this feature. Keep me posted > and we can sort out the possible issues. > >> Thanks, >> >> youngwha > > /Jarkko Both of linux-tpm2(for-peter-v44 branch) and linux-tpmdd(for-james branch) kernel tree returned same log as follow: ------------------------- debian@debian:~$ dmesg | grep -i tpm [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-rc4+ root=UUID=a5e5e761-c2f2-41c3-9dfd-800a73e7a3e6 ro quiet tpm_tis.force=1 [ 0.000000] ACPI: TPM2 0x00000000A1F64EF8 000034 (v03 INTEL NUC5i5MY 00000001 AMI 00000000) [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-rc4+ root=UUID=a5e5e761-c2f2-41c3-9dfd-800a73e7a3e6 ro quiet tpm_tis.force=1 [ 0.844214] tpm_tis tpm_tis: 2.0 TPM (device-id 0x1A, rev-id 16) [ 1.026107] genirq: Flags mismatch irq 8. 00000080 (tpm0) vs. 00000000 (rtc0) [ 1.026110] tpm_tis tpm_tis: Unable to request irq: 8 for probe ------------------------- I ADDed tpm_tis.force=1 to kernel boot command. At this status, if I run getcapability command of IBM TPM 2.0 TSS, the machine returns some data. Additionally, tpm2-util(by jethro G. B) can read vendor/chip name. However, trousers and tpm-tool return error as follow: ------------------------- root@debian:/home/debian# /usr/local/sbin/tcsd -f -e TCSD TDDL ioctl: (25) Inappropriate ioctl for device TCSD TDDL Falling back to Read/Write device support. TCSD TCS ERROR: TCS GetCapability failed with result = 0x1e ------------------------- May I think that Kernel supports TPM 2.0 but TrouSers TSS does not? youngwha |