]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c
MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopula...
authorStar Zeng <star.zeng@intel.com>
Mon, 16 Dec 2013 01:34:01 +0000 (01:34 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 Dec 2013 01:34:01 +0000 (01:34 +0000)
commitf67eb9d8ba27a9303a9081daa2db374a7b77fbf5
treeda621cf89ec164f5b3c0cb5841a952641dea34d5
parent4374c2e535edad27d8c4c6516d2f1bb68403afca
MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint.

PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule are declared to support Dynamic, but used by FixedPcdGet32 in CapsuleRuntimeDxe.
QueryCapsuleCapabilities is a runtime interface and PCD protocol can’t be used in runtime environment.

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@14988 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c