From: oliviermartin Date: Fri, 1 Jul 2011 11:00:47 +0000 (+0000) Subject: EmbeddedPkg/PrePiLib: Export HobConstructor() X-Git-Tag: edk2-stable201903~14564 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f6eab262f09b451bf7dabbb9b7168b3b360d9632 EmbeddedPkg/PrePiLib: Export HobConstructor() This function only create the HOB Handoff Info Table structure in memory. In opposition to CreateHobList() that creates the structure and starts to populate it with few HOBs. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11948 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index 78bc1f0410..444d7e2885 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -267,6 +267,13 @@ SetHobList ( IN VOID *HobList ); +EFI_HOB_HANDOFF_INFO_TABLE* +HobConstructor ( + IN VOID *EfiMemoryBegin, + IN UINTN EfiMemoryLength, + IN VOID *EfiFreeMemoryBottom, + IN VOID *EfiFreeMemoryTop + ); /** Retrieves the magic value from the PE/COFF header.