MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h File Reference


Data Structures

struct  MEMORY_STATUSCODE_PACKET_HEADER
struct  MEMORY_STATUSCODE_RECORD

Defines

#define MEMORY_STATUS_CODE_RECORD_GUID

Variables

EFI_GUID gMemoryStatusCodeRecordGuid

Detailed Description

GUID used to identify status code records HOB that originate from the PEI status code.

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.


Define Documentation

#define MEMORY_STATUS_CODE_RECORD_GUID

Value:

{ \
    0x60cc026, 0x4c0d, 0x4dda, {0x8f, 0x41, 0x59, 0x5f, 0xef, 0x0, 0xa5, 0x2} \
  }
Global ID used to identify GUIDed HOBs that start with a structure of type MEMORY_STATUSCODE_PACKET_HEADER, followed by an array of structures of type MEMORY_STATUSCODE_RECORD. These GUIDed HOBs record all the information passed into the ReportStatusCode() service of PEI Services Table.

     Memory status code records packet structure :
     +---------------+----------+----------+-----+----------+-----+----------+
     | Packet Header | Record 1 | Record 2 | ... + Record n | ... | Record m |
     +---------------+----------+----------+-----+----------+-----+----------+
                     ^                                 ^                     ^
                     +--------- RecordIndex -----------+                     |
                     +---------------- MaxRecordsNumber----------------------+
     


Variable Documentation


Generated on Thu Sep 24 23:30:14 2015 for MdeModulePkg[ALL] by  doxygen 1.5.7.1