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

TPM event log support #35

Open dpsmith opened 4 years ago

dpsmith commented 4 years ago

Description

To enable remote attestation, there needs to be a record of the measurements taken during the launch. This means that as the first software component ran after SKINIT it must initialize the event log and populate with events for any and all measurements it makes during launch.

miczyg1 commented 3 years ago

Implemented by https://github.com/TrenchBoot/landing-zone/pull/52