summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/PeiMain.h
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-08-29 11:08:09 +0800
committerStar Zeng <star.zeng@intel.com>2018-09-03 17:04:57 +0800
commit0e042d0ad76157ac9bad17bb4e1ff2919ca0d8f4 (patch)
tree1cf0b0441cb5e363b19f8aa7d888db21f7eb2ee5 /MdeModulePkg/Core/Pei/PeiMain.h
parent374168ae651fabcb77a0b9d2e55ca80b46630dbb (diff)
downloadedk2-0e042d0ad76157ac9bad17bb4e1ff2919ca0d8f4.tar.gz
edk2-0e042d0ad76157ac9bad17bb4e1ff2919ca0d8f4.tar.bz2
edk2-0e042d0ad76157ac9bad17bb4e1ff2919ca0d8f4.zip
MdeModulePkg PeiCore: Handle multiple FV images in one FV file
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1131 PI spec and BaseTools support to generate multiple FV images in one FV file. This patch is to update PeiCore to handle the case. Cc: Liming Gao <liming.gao@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.h')
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h
index e2f8cd9c77..6469436b8f 100644
--- a/MdeModulePkg/Core/Pei/PeiMain.h
+++ b/MdeModulePkg/Core/Pei/PeiMain.h
@@ -1258,7 +1258,7 @@ SecurityPpiNotifyCallback (
);
/**
- Get Fv image from the FV type file, then install FV INFO(2) ppi, Build FV hob.
+ Get Fv image(s) from the FV type file, then install FV INFO(2) ppi, Build FV(2, 3) hob.
@param PrivateData PeiCore's private data structure
@param ParentFvCoreHandle Pointer of EFI_CORE_FV_HANDLE to parent Fv image that contain this Fv image.