Update comment per the latest PI spec Errata B.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11357 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
li-elvin 2011-03-10 00:57:18 +00:00
parent b0bdc7ba21
commit e16ee65b4d

View File

@ -8,7 +8,7 @@
entities exist. entities exist.
-# If no capsules exist, then performing appropriate error handling. -# If no capsules exist, then performing appropriate error handling.
-# Allocating a buffer of MaxRecoveryCapsuleSize as determined by -# Allocating a buffer of MaxRecoveryCapsuleSize as determined by
EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.GetNumberRecoveryCapsules() or EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.GetRecoveryCapsuleInfo() or
larger. larger.
-# Determining the policy in which DXE recovery capsules are loaded. -# Determining the policy in which DXE recovery capsules are loaded.
-# Calling the driver recovery PPI EFI_PEI_DEVICE_RECOVERY_MODULE_PPI. -# Calling the driver recovery PPI EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.
@ -31,7 +31,7 @@
generated from the capsule decomposition. generated from the capsule decomposition.
-# Returning to the PEI Dispatcher. -# Returning to the PEI Dispatcher.
Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR> Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License 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 which accompanies this distribution. The full text of the license may be found at
@ -41,7 +41,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference: @par Revision Reference:
This PPI is defined in UEFI Platform Initialization Specification 1.2 Volume 1: This PPI is defined in UEFI Platform Initialization Specification 1.2 Errata B Volume 1:
Pre-EFI Initalization Core Interface Pre-EFI Initalization Core Interface
**/ **/