X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FSecPlatformInformation.h;h=296749ee2ce8636e9ef7fe91a26f19706202db1d;hp=78d41c161d5e16d1ebb2444d2397bf2c70fbc18e;hb=af2dc6a70b9380d702bd0720cdb029d630c505e3;hpb=636f2be673b2f43518167d8fddae56b714f19314 diff --git a/MdePkg/Include/Ppi/SecPlatformInformation.h b/MdePkg/Include/Ppi/SecPlatformInformation.h index 78d41c161d..296749ee2c 100644 --- a/MdePkg/Include/Ppi/SecPlatformInformation.h +++ b/MdePkg/Include/Ppi/SecPlatformInformation.h @@ -6,14 +6,14 @@ environment and also encapsulates knowledge of at least the location of the Boot Firmware Volume (BFV). - Copyright (c) 2006 - 2010, 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 - http://opensource.org/licenses/bsd-license.php +Copyright (c) 2006 - 2010, 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 that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @par Revision Reference: This PPI is introduced in PI Version 1.0. @@ -53,22 +53,22 @@ typedef union { /// UINT32 Reserved1 :13; /// - /// A 1-bit field. If set to 1, indicates that virtual + /// A 1-bit field. If set to 1, this indicates that virtual /// memory features are not available. /// UINT32 VirtualMemoryUnavailable : 1; /// - /// A 1-bit field. If set to 1, indicates that IA-32 execution + /// A 1-bit field. If set to 1, this indicates that IA-32 execution /// is not available. /// UINT32 Ia32ExecutionUnavailable : 1; /// - /// A 1-bit field. If set to 1, indicates that the floating + /// A 1-bit field. If set to 1, this indicates that the floating /// point unit is not available. /// UINT32 FloatingPointUnavailable : 1; /// - /// A 1-bit field. If set to 1, indicates miscellaneous + /// A 1-bit field. If set to 1, this indicates miscellaneous /// functional failure other than vm, ia, or fp. /// The test status field provides additional information on /// test failures when the State field returns a value of @@ -113,7 +113,7 @@ typedef struct { UINT8 EidMask; UINT16 Reserved4; /// - /// Address to make PAL calls + /// Address to make PAL calls. /// UINT64 PalCallAddress; /// @@ -123,7 +123,7 @@ typedef struct { /// UINT64 PalSpecialAddress; /// - /// GR35 from PALE_EXIT state + /// GR35 from PALE_EXIT state. /// UINT64 SelfTestStatus; /// @@ -134,7 +134,7 @@ typedef struct { } ITANIUM_HANDOFF_STATUS; /// -/// EFI_SEC_PLATFORM_INFORMATION_RECORD +/// EFI_SEC_PLATFORM_INFORMATION_RECORD. /// typedef union { IA32_HANDOFF_STATUS IA32HealthFlags; @@ -150,12 +150,12 @@ typedef union { PEI Foundation. As such, if the platform supports the built-in self test (BIST) on IA-32 Intel architecture or the PAL-A handoff state for Itanium architecture, this information is encapsulated into the data structure abstracted by this service. This information is collected for the boot-strap - processor (BSP) on IA-32, and for Itanium architecture, it is available on all processors that execute + processor (BSP) on IA-32. For Itanium architecture, it is available on all processors that execute the PEI Foundation. - @param PeiServices Pointer to the PEI Services Table. - @param StructureSize Pointer to the variable describing size of the input buffer. - @param PlatformInformationRecord Pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD. + @param PeiServices The pointer to the PEI Services Table. + @param StructureSize The pointer to the variable describing size of the input buffer. + @param PlatformInformationRecord The pointer to the EFI_SEC_PLATFORM_INFORMATION_RECORD. @retval EFI_SUCCESS The data was successfully returned. @retval EFI_BUFFER_TOO_SMALL The buffer was too small. The current buffer size needed to