]> git.proxmox.com Git - mirror_edk2.git/commit
Move Smbios measurement from TCG driver to Smbios driver.
authorYao, Jiewen <jiewen.yao@intel.com>
Tue, 27 Oct 2015 03:54:08 +0000 (03:54 +0000)
committerjyao1 <jyao1@Edk2>
Tue, 27 Oct 2015 03:54:08 +0000 (03:54 +0000)
commitd2de448338bf8f71c6727c3e60a39a1e419d5832
tree9bfa651c47eeb73d3324c3c1bb2bedf4864a8d5b
parentc41eeb447d6dabe6e6a25c51f246daa1060df627
Move Smbios measurement from TCG driver to Smbios driver.

This is patch to remove smbios measurement in TCG driver. There will be other patch to add it in Smbios driver.

The problem of current SMBIOS measurement is:
1) TCG drivers do not support SMBIOS3.0 table.
2) TCG drivers do not follow TCG platform spec on: "Platform configuration information that is automatically updated,
 such as clock registers, and system unique information, such as asset numbers or serial numbers,
 MUST NOT be measured into PCR [1], or any other PCR."

So we decide to move Smbios measurement from TCG drivers to Smbios driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18677 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
SecurityPkg/Tcg/TcgDxe/TcgDxe.c
SecurityPkg/Tcg/TcgDxe/TcgDxe.inf
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.inf