]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update SetPcdPtr in AutoGen Code
authorLiming Gao <liming.gao@intel.com>
Mon, 24 Aug 2015 05:02:35 +0000 (05:02 +0000)
committerlgao4 <lgao4@Edk2>
Mon, 24 Aug 2015 05:02:35 +0000 (05:02 +0000)
commite70504cd496c3b020c6ae176b616072657399874
treeaa9ea392bc27426253cecf6a6e4faae62b91bc12
parent27187d2463abc8128d05ecb66c47405e1709e537
BaseTools: Update SetPcdPtr in AutoGen Code

For patchable PCD, map SetPcdPtr() to LibPatchPcdSetPtrAndSize(),
then the size of the updated VOID* value can be cached.

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@18272 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/GenC.py