]> git.proxmox.com Git - mirror_edk2.git/commit
Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI spec has...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2012 01:41:28 +0000 (01:41 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2012 01:41:28 +0000 (01:41 +0000)
commit31abeada42ff7f265e42cdea7c44ea44d16568b9
tree79f7157d7ffa860b7b1ac9067da6225263c0f7ce
parent240bc4ee8fdd73054b6dd58547ef416b9d9e2a7f
Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI spec has no such requirement, ScatterGatherList may be standalone. So update CapsulePei to only ignore the invalid ScatterGatherList, and still keep the valid ScatterGatherList.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13305 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c