]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed typos per the PI Spec 1.2 Errata B.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 10 Mar 2011 05:14:10 +0000 (05:14 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 10 Mar 2011 05:14:10 +0000 (05:14 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11361 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ppi/DeviceRecoveryModule.h
MdePkg/Include/Ppi/LoadFile.h
MdePkg/Include/Protocol/FirmwareVolumeBlock.h
MdePkg/Include/Protocol/IdeControllerInit.h

index 7ca678a0ed36bf16d3e9e3bd1902dadfd65daaf5..83e03a4fa690b1d7b8e85d94318206f7efcbb30c 100644 (file)
@@ -10,7 +10,7 @@
   The module determines the internal search order, with capsule number 1 as the highest load\r
   priority and number N as the lowest priority.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -107,7 +107,7 @@ EFI_STATUS
   This function, by whatever mechanism, retrieves a DXE capsule from some device\r
   and loads it into memory. Note that the published interface is device neutral.\r
 \r
-  @param[in,out] PeiServices       General-purpose services that are available \r
+  @param[in]     PeiServices       General-purpose services that are available \r
                                    to every PEIM\r
   @param[in]     This              Indicates the EFI_PEI_DEVICE_RECOVERY_MODULE_PPI\r
                                    instance.\r
@@ -123,7 +123,7 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_PEI_DEVICE_LOAD_RECOVERY_CAPSULE)(\r
-  IN OUT EFI_PEI_SERVICES                    **PeiServices,\r
+  IN     EFI_PEI_SERVICES                    **PeiServices,\r
   IN     EFI_PEI_DEVICE_RECOVERY_MODULE_PPI  *This,\r
   IN     UINTN                               CapsuleInstance,\r
   OUT    VOID                                *Buffer\r
index 7e175909b246d6e919b60f7201f89b9679d2e60f..fdc9ce26054a4e32a2c2d75a5620eabac93aeb66 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Load image file from fv to memory. \r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -45,7 +45,7 @@ typedef struct _EFI_PEI_LOAD_FILE_PPI EFI_PEI_LOAD_FILE_PPI;
   @retval EFI_LOAD_ERROR        There was no supported image in the file.\r
   @retval EFI_INVALID_PARAMETER FileHandle was not a valid firmware file handle.\r
   @retval EFI_INVALID_PARAMETER EntryPoint was NULL.\r
-  @retval EFI_NOT_SUPPORTED     An image requires relocations or is not\r
+  @retval EFI_UNSUPPORTED       An image requires relocations or is not\r
                                 memory mapped.\r
    \r
 **/\r
index 7fbe3c81e109f280ef31bb90477d8d0ba4754abd..bb32d103413c369f24b10d0dacc3dd0cfb29c248 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file provides control over block-oriented firmware devices.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -100,7 +100,7 @@ EFI_STATUS
   \r
   @retval EFI_SUCCESS       The firmware volume base address was returned.\r
   \r
-  @retval EFI_NOT_SUPPORTED The firmware volume is not memory mapped.\r
+  @retval EFI_UNSUPPORTED   The firmware volume is not memory mapped.\r
 \r
 **/\r
 typedef\r
index a6f436a30a1e6c2eb04715939f2f5257ea1e3bf9..8f9c46bd8f658d2d4e43d989c9c9bff6b80b03f7 100644 (file)
@@ -13,7 +13,7 @@
   \r
   A device handle for an IDE controller must contain an EFI_DEVICE_PATH_PROTOCOL.\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -297,7 +297,7 @@ EFI_STATUS
   @param[in] Channel   Zero-based channel number.\r
 \r
   @retval EFI_SUCCESS             The notification was accepted without any errors.\r
-  @retval EFI_NOT_SUPPORTED       Phase is not supported.\r
+  @retval EFI_UNSUPPORTED         Phase is not supported.\r
   @retval EFI_INVALID_PARAMETER   Channel is invalid (Channel >= ChannelCount).\r
   @retval EFI_NOT_READY           This phase cannot be entered at this time; for \r
                                   example, an attempt was made to enter a Phase \r