summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/Library
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-11-28 14:25:58 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-11-29 18:52:14 +0100
commit97106391955337155e70c7976779198a1be16a03 (patch)
tree462592ab08d46ba3263dd5a864e6368e42a4ef44 /EmbeddedPkg/Include/Library
parenta21eb02d0a3c374213b0e3007273b0877ff7955f (diff)
downloadedk2-97106391955337155e70c7976779198a1be16a03.tar.gz
edk2-97106391955337155e70c7976779198a1be16a03.tar.bz2
edk2-97106391955337155e70c7976779198a1be16a03.zip
EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library
Drop the declaration and the implementation of CreateHoblist(), which is not used anywhere. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Include/Library')
-rw-r--r--EmbeddedPkg/Include/Library/PrePiLib.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h
index cf70fca3b6..a857308ece 100644
--- a/EmbeddedPkg/Include/Library/PrePiLib.h
+++ b/EmbeddedPkg/Include/Library/PrePiLib.h
@@ -275,24 +275,6 @@ HobConstructor (
);
/**
- Retrieves the magic value from the PE/COFF header.
-
- @param Hdr The buffer in which to return the PE32, PE32+, or TE header.
-
- @return EFI_IMAGE_NT_OPTIONAL_HDR32_MAGIC - Image is PE32
- @return EFI_IMAGE_NT_OPTIONAL_HDR64_MAGIC - Image is PE32+
-
-**/
-VOID
-CreateHobList (
- IN VOID *MemoryBegin,
- IN UINTN MemoryLength,
- IN VOID *HobBase,
- IN VOID *StackBase
- );
-
-
-/**
This service enables PEIMs to create various types of HOBs.
@param Type The type of HOB to be installed.