commit | f69a2016b6330b70915c371491af33f5fd58c849 | [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 | d8cf113fe5860d4d262dfd2211524cda5bff19b2 [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>