commit | 2df70287d726fc1ae4e7bb7e485632e5387cfed9 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Nov 28 13:43:22 2015 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Jan 05 11:47:03 2016 -0500 |
tree | 9bdbba8aba7da606e0bd5a85708cb9433d415a15 | |
parent | ba86edb93ad2b4b19d2f571f4fd078d54ffd4f07 [diff] |
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c Move the hardware interface functions (tpmhw_probe, tpmhw_is_present, tpmhw_transmit, and tpmhw_set_timeouts) to tpm_drivers.c code, and only export those functions. This simplifies the hardware interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>