RE: [Patch] MdeModulePkg: Update PeiCore to handle specific child FV

2015-06-23 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Liming Gao [mailto:liming@intel.com] Sent: Tuesday, June 23, 2015 7:17 PM To: edk2-commits@lists.sourceforge.net Subject: [Patch] MdeModulePkg: Update PeiCore to handle specific child FV Child FV may be placed in parent FV image

[Patch] MdeModulePkg: Update PeiCore to handle specific child FV

2015-06-23 Thread Liming Gao
Child FV may be placed in parent FV image without process required. Then, Child FV and parent FV will be in the same continuous space. For FileHandle, FileHandleToVolume() function needs to find the best matched FV handle. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Limi