TrenchBoot / landing-zone

An open source implementation of an AMD-V Secure Loader.
GNU General Public License v2.0
23 stars 7 forks source link

Set first record offset to first actual event in log #75

Closed rossphilipson closed 3 years ago

rossphilipson commented 3 years ago

The first actual event in the TPM 2.0 log is the tpm20_spec_id_ev_t and the first record offset should point to it. In this case since it is at the beginning of the log, the first offset is simply zero.

Signed-off-by: Ross Philipson ross.philipson@oracle.com