Message ID | 20180928223035.14471-1-tomas.winkler@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | tpm: separate tpm 1.x and tpm 2.x commands | expand |
On Sat, Sep 29, 2018 at 01:30:14AM +0300, Tomas Winkler wrote: > This patch series provides initial separation of tpm 1.x and tpm 2.x > commands, in foresight that the tpm 1.x chips will eventually phase out > and can be compiled out for modern systems. > A new file is added tpm1-cmd.c that contains tpm 1.x specific commands. > In addition, tpm 1.x commands are now implemented using tpm_buf > structure and instead of tpm_cmd_t construct. The latter is now removed. > > Note: my tpm 1.x HW availability is limited hence some more testing is needed. > > This series also contains two trivial cleanups and addition of new > commands by TCG spec 1.36, now supported on new Intet's platforms. Would be nice if the change log was here and not scattered into patches. /Jarkko