The model information is returned by getcapability.
TSSes like this one https://sourceforge.net/projects/ibmtpm20tss/
(shameless plug) have command line tools that will return the information.
E.g., this returns the TPM spec revision, TPM vendor part number, TPM
firmware version, etc.
getcapability -cap 6 -pc 13
I assume other TSSes have similar tools. If you want to experiment with
TPMs, the command line tools are convenient.
On 4/16/2020 3:02 PM, Omar Sandoval wrote:
How can I get the model information? (Sorry, I'm not very familiar with
TPMs, I'm just the guy on the team that ended up tracking this down.)