tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.58k stars 2.47k forks source link

Tcg platform libaray #5812

Closed changab closed 1 month ago

changab commented 3 months ago

Description

Introduce a platform-level library that facilitates the platform-specific implementation to provide and initiate TCG event log area with the event logs created before PEI phase. In AMD use case, we have the TCG event log before the X86 phase.

How This Was Tested

Tested on AMD server platform

Integration Instructions

A NULL instance is provided for the platform if they don't have the platform-specific implementation on TCG event log. Platform-level implementation is provided if the platform has its own TCG event log before PEI phase.

jyao1 commented 3 months ago

Adding additional dependency will break all existing platforms.

This issue can be easily resolved by creating TCG2 EventLog HOB in PEI phase.

Intel platform just uses additional EventLog HOB for measurement done by Intel Boot Guard ACM.

github-actions[bot] commented 1 month ago

This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

github-actions[bot] commented 1 month ago

This pull request has been automatically been closed because it did not have any activity in 60 days and no follow up within 7 days after being marked stale. Thank you for your contributions.