[SeaBIOS] [PATCH] tpm: Log TPM 2 digest structure in little endian format

Kevin O'Connor kevin at koconnor.net
Fri Dec 2 14:19:06 CET 2016


On Wed, Nov 23, 2016 at 11:19:43AM -0500, Stefan Berger wrote:
> The parameters for extending the PCRs of a TPM 2 are written in
> big endian format when sent to the TPM. However, the log needs
> to be written in little endian format, so we cannot just copy
> the structure into the log as-is. To support the little endian
> format in the log, we extend the function writing the TPM 2
> digest structure with a parameter that allows us to choose the
> endianess of a few parameters. We then rewrite the digest structure
> in little endian format for the log.

Thanks.  I committed this patch.

-Kevin



More information about the SeaBIOS mailing list