summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiHobLib
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-22 07:06:49 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-22 07:06:49 +0000
commit6812ef9feaa052ba669bccd43cd22238240d049d (patch)
tree812963c7df165f0d145cb9040ff02c09824cbd2b /MdePkg/Library/PeiHobLib
parent36a975ddbd95717401fb2efbfdd78ff887aba7f5 (diff)
downloadedk2-6812ef9feaa052ba669bccd43cd22238240d049d.tar.gz
edk2-6812ef9feaa052ba669bccd43cd22238240d049d.tar.bz2
edk2-6812ef9feaa052ba669bccd43cd22238240d049d.zip
Update Hob Instance to remove the unused InternalHobLib.h file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5710 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiHobLib')
-rw-r--r--MdePkg/Library/PeiHobLib/HobLib.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/MdePkg/Library/PeiHobLib/HobLib.c b/MdePkg/Library/PeiHobLib/HobLib.c
index aa54e4fbe3..cbaf028963 100644
--- a/MdePkg/Library/PeiHobLib/HobLib.c
+++ b/MdePkg/Library/PeiHobLib/HobLib.c
@@ -1,7 +1,7 @@
/** @file
- HOB Library.
+ Provide Hob Library functions for Pei phase.
- Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ Copyright (c) 2007 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -176,8 +176,8 @@ GetFirstGuidHob (
/**
Get the Boot Mode from the HOB list.
- This function returns the system boot mode information from the
- PHIT HOB in HOB list.
+ This function returns the system boot mode information
+ by PeiCore GetBootMode Service.
@param VOID
@@ -443,13 +443,8 @@ BuildFv2Hob (
/**
Builds a Capsule Volume HOB.
- 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.
+ This function is not supported, because Capsule Volume Hob is the platform
+ specific. It is not the common defintion in PI and UEFI spec.
**/
VOID