X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPei%2FPeiMain.h;h=8b58916e65b37dd76d6b276fcb3461c2ebeff2a4;hp=54331dabd84425bebe0684356d81e76255ed7427;hb=c8721bb215d276269555a5dcb96342064789c505;hpb=3a7daf9eb028bdbfc16db12c4625cca10a083ba1 diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h index 54331dabd8..8b58916e65 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.h +++ b/MdeModulePkg/Core/Pei/PeiMain.h @@ -1,7 +1,7 @@ /** @file Definition of Pei Core Structures and Services -Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2017, Intel Corporation. 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 @@ -315,7 +315,6 @@ typedef struct { **/ VOID -NORETURN EFIAPI PeiCore ( IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData, @@ -970,7 +969,7 @@ PeiResetSystem ( @param[in] ResetType The type of reset to perform. @param[in] ResetStatus The status code for the reset. - @param[in] DataSize The size, in bytes, of WatchdogData. + @param[in] DataSize The size, in bytes, of ResetData. @param[in] ResetData For a ResetType of EfiResetCold, EfiResetWarm, or EfiResetShutdown the data buffer starts with a Null-terminated string, optionally followed by additional binary data. The string is a description @@ -1120,7 +1119,7 @@ PeiRegisterForShadow ( @param OldCoreData Pointer to Old PeiCore's private data. If NULL, PeiCore is entered at first time, stack/heap in temporary memory. If not NULL, PeiCore is entered at second time, stack/heap has been moved - to permenent memory. + to permanent memory. **/ VOID @@ -1733,7 +1732,7 @@ extern EFI_PEI_PCI_CFG2_PPI gPeiDefaultPciCfg2Ppi; /** After PeiCore image is shadowed into permanent memory, all build-in FvPpi should be re-installed with the instance in permanent memory and all cached FvPpi pointers in - PrivateData->Fv[] array should be fixed up to be pointed to the one in permenant + PrivateData->Fv[] array should be fixed up to be pointed to the one in permanent memory. @param PrivateData Pointer to PEI_CORE_INSTANCE.