]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiHobLib/HobLib.c
Update Hob Instance to remove the unused InternalHobLib.h file.
[mirror_edk2.git] / MdePkg / Library / PeiHobLib / HobLib.c
index aa54e4fbe30c21ee73ddbffbc3d9b4c981132c9f..cbaf02896370e1a39d3379b5534d62fb6e222509 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  HOB Library.\r
+  Provide Hob Library functions for Pei phase.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
+  Copyright (c) 2007 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -176,8 +176,8 @@ GetFirstGuidHob (
 /**\r
   Get the Boot Mode from the HOB list.\r
 \r
-  This function returns the system boot mode information from the \r
-  PHIT HOB in HOB list.\r
+  This function returns the system boot mode information \r
+  by PeiCore GetBootMode Service.\r
 \r
   @param  VOID\r
 \r
@@ -443,13 +443,8 @@ BuildFv2Hob (
 /**\r
   Builds a Capsule Volume HOB.\r
 \r
-  This function builds a Capsule Volume HOB.\r
-  It can only be invoked during PEI phase;\r
-  for DXE phase, it will ASSERT() since PEI HOB is read-only for DXE phase.\r
-  If there is no additional space for HOB creation, then ASSERT().\r
-\r
-  @param  BaseAddress   The base address of the Capsule Volume.\r
-  @param  Length        The size of the Capsule Volume in bytes.\r
+  This function is not supported, because Capsule Volume Hob is the platform\r
+  specific. It is not the common defintion in PI and UEFI spec.\r
 \r
 **/\r
 VOID\r