mirror of https://github.com/acidanthera/audk.git
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6147 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f81656f74d
commit
faf46b4071
|
@ -444,8 +444,13 @@ BuildFv2Hob (
|
|||
/**
|
||||
Builds a Capsule Volume HOB.
|
||||
|
||||
This function is not supported, because Capsule Volume Hob is the platform
|
||||
specific. It is not the common defintion in PI and UEFI spec.
|
||||
This function builds a Capsule Volume HOB.
|
||||
It can only be invoked during PEI phase;
|
||||
for DXE phase, it will ASSERT() since PEI HOB is read-only for DXE phase.
|
||||
If there is no additional space for HOB creation, then ASSERT().
|
||||
|
||||
@param BaseAddress The base address of the Capsule Volume.
|
||||
@param Length The size of the Capsule Volume in bytes.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue