]> git.proxmox.com Git - mirror_edk2.git/commit
1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using...
authorStar Zeng <star.zeng@intel.com>
Fri, 11 Oct 2013 03:54:13 +0000 (03:54 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 Oct 2013 03:54:13 +0000 (03:54 +0000)
commitc79351059ee7ee24ebed312413cb5e57076c5b56
treed93c9f8f4d87bd568aef4da644888348e2a147fc
parent71fd9fae8bda10f41a9c6445f01eed82b99883da
1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using the Security Arch Protocol
2. Add support to find section by instance rather than only 0 at PEI phase.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14763 6f19259b-4bc3-4df7-8a09-765794883524
18 files changed:
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
MdeModulePkg/Core/Pei/FwVol/FwVol.c
MdeModulePkg/Core/Pei/FwVol/FwVol.h
MdeModulePkg/Core/Pei/Image/Image.c
MdeModulePkg/Core/Pei/PeiMain.h
MdeModulePkg/Core/Pei/PeiMain.inf
MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
MdeModulePkg/Core/Pei/Security/Security.c
MdePkg/Include/Library/PeiServicesLib.h
MdePkg/Include/Pi/PiPeiCis.h
MdePkg/Include/Ppi/FirmwareVolume.h
MdePkg/Include/Ppi/FirmwareVolumeInfo2.h [new file with mode: 0644]
MdePkg/Include/Ppi/Security2.h
MdePkg/Library/PeiServicesLib/PeiServicesLib.c
MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
MdePkg/MdePkg.dec
SecurityPkg/Tcg/TcgPei/TcgPei.c
SecurityPkg/Tcg/TcgPei/TcgPei.inf