commit | f576f7dc1008954a46b562c673a378c7f14123b2 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Mar 24 16:50:46 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 25 20:45:44 2021 +0100 |
tree | d4ac8422388d708ea89f12d973136dba846f9cf8 | |
parent | 1b278e6cff98a6b7648fbc1f8b8a5fa2b22b389d [diff] |
efi_loader: Add an S-CRTM even for firmware version TCG PC Client Platform Firmware Profile Spec mandates that an S-CRTM event for the version identifier using the event type EV_S_CRTM_VERSION must be measured. So since we are trying to add more conformance into U-Boot, let's add the event using U_BOOT_VERSION_STRING, extend PCR[0] accordingly and log it in the EventLog Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>