changeyourname / pandroid

Automatically exported from code.google.com/p/pandroid
0 stars 0 forks source link

tpm_tis kernel module is not working #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build L27.12.1-P2_Gingerbread_pandroid_rls_v2 with tpm and tpm_tis kernel 
module
2. load the tpm kernel module insmod ./tpm.ko
3. load the tpm_tis kernel module insmod ./tmp_tis.ko

What is the expected output? What do you see instead?
When I try to load the tpm_tis kernel module sometimes the whole system freezes 
or I get the following output from dmesg:

<4>tpm_tis: Unknown symbol tpm_show_owned (err 0)
<4>tpm_tis: Unknown symbol tpm_show_pcrs (err 0)
<4>tpm_tis: Unknown symbol tpm_gen_interrupt (err 0)
<4>tpm_tis: Unknown symbol tpm_store_cancel (err 0)
<4>tpm_tis: Unknown symbol tpm_continue_selftest (err 0)
<4>tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0)
<4>tpm_tis: Unknown symbol tpm_register_hardware (err 0)
<4>tpm_tis: Unknown symbol tpm_write (err 0)
<4>tpm_tis: Unknown symbol tpm_pm_suspend (err 0)
<4>tpm_tis: Unknown symbol tpm_show_enabled (err 0)
<4>tpm_tis: Unknown symbol tpm_get_timeouts (err 0)
<4>tpm_tis: Unknown symbol tpm_show_caps_1_2 (err 0)
<4>tpm_tis: Unknown symbol tpm_show_pubek (err 0)
<4>tpm_tis: Unknown symbol tpm_release (err 0)
<4>tpm_tis: Unknown symbol tpm_show_temp_deactivated (err 0)
<4>tpm_tis: Unknown symbol tpm_remove_hardware (err 0)
<4>tpm_tis: Unknown symbol tpm_read (err 0)
<4>tpm_tis: Unknown symbol tpm_open (err 0)
<4>tpm_tis: Unknown symbol tpm_pm_resume (err 0)
<4>tpm_tis: Unknown symbol tpm_show_active (err 0)
<6>tpm_tis tpm_tis: 1.2 TPM (device-id 0x8100, rev-id 147)
<6>tpm_tis tpm_tis: Unable to request irq: 19 for use
<3>tpm_tis tpm_tis: tpm_transmit: tpm_send: error 4294967291
<3>tpm_tis tpm_tis: tpm_transmit: tpm_send: error 4294967291
<3>tpm_tis tpm_tis: tpm_transmit: tpm_recv: error 4294967291

What version of the product are you using? On what operating system?
L27.12.1-P2_Gingerbread_pandroid_rls_v2 build on Ubuntu 10.04 LTS
Pandaboard Rev A2

Please provide any additional information below.

Original issue reported on code.google.com by psy...@googlemail.com on 5 Sep 2011 at 12:18