On Fri, Jan 15, 2016 at 02:44:33PM -0500, Stefan Berger wrote:
From: Stefan Berger stefanb@linux.vnet.ibm.com
This patch prepares the tcgbios.c file for extension with TPM 2 specific code by:
o prefixing all TPM 1.2 specific functions with tpm12_
I find the "tpm12_" and "tpm2_" prefixes to be a little confusing because it seems like 12 > 2. How about tpm12/tpm20 or tpm1/tpm2?
-Kevin