summaryrefslogtreecommitdiff
path: root/Include/PPI/AmiEarlyBistPpi.h
blob: 6e18f114b51911bff64803b37bcd38cb1db40e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2008, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************

//**********************************************************************
// $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/CPU Core/CpuPPIs/AmiEarlyBistPpi.h 1     2/07/12 3:58a Davidhsieh $
//
// $Revision: 1 $
//
// $Date: 2/07/12 3:58a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/CPU Core/CpuPPIs/AmiEarlyBistPpi.h $
// 
// 1     2/07/12 3:58a Davidhsieh
// 
// 1     5/06/11 6:07a Davidhsieh
// First release
// 
// 2     3/04/09 10:42a Markw
// Update copyright header.
// 
// 1     10/03/08 1:18p Markw
// 
//**********************************************************************

//<AMI_FHDR_START>
//---------------------------------------------------------------------------
//
// Name:	AmiEarlyBistPpi.h
//
// Description: AmiEarlyBistPpi.h
//
//---------------------------------------------------------------------------
//<AMI_FHDR_END>

#ifndef __AMI_EARLY_BIST_PPI_H__
#define __AMI_EARLY_BIST_PPI_H__
#ifdef __cplusplus
extern "C" {
#endif

//a7e2ce72-dc32-4bc0-9e35-feb30ae5cc47
#define AMI_EARLY_BIST_PPI_GUID \
    {0xa7e2ce72, 0xdc32, 0x4bc0, 0x9e, 0x35, 0xfe, 0xb3, 0xa, 0xe5, 0xcc, 0x47}

typedef struct {
    UINT32 ApicId;
    UINT32 Bist;
} CPU_BIST;


typedef struct {
	UINT32      NumBists;       //Number of Bists in array.
    CPU_BIST    CpuBist[1];     //Variable length array
} AMI_EARLY_BIST_PPI;


/****** DO NOT WRITE BELOW THIS LINE *******/
#ifdef __cplusplus
}
#endif
#endif

//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2008, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************