]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value.
authorLiming Gao <liming.gao@intel.com>
Tue, 25 Aug 2015 01:55:52 +0000 (01:55 +0000)
committerlgao4 <lgao4@Edk2>
Tue, 25 Aug 2015 01:55:52 +0000 (01:55 +0000)
commit6bb832b36be205cbf4c5b8409e25ebf9bd79d14e
treedc55139de2f8659ad225819f9d9eebb257545c31
parentba1806251ff8ff695175b92ab5732eadbcd2f72e
SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value.

PcdLib introduces generic API to get the size of VOID* PCD value.
Update Pei and Dxe RsaGuidedLib to use generic PCD API instead of GetEx API.
This change can remove PCD type limitation in these two libraries.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18277 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.c
SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.c
SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf