summaryrefslogtreecommitdiff
path: root/Board/CPU/CpuS3Pei/AmiCpuS3Pei.dxs
blob: 1f0b68434fb2b5ac5df2eb6b494581d674769d5c (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
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1987-2013, 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/AMI CPU S3 Pei/AmiCpuS3Pei.dxs 1     9/26/12 10:45a Davidhsieh $
//
// $Revision: 1 $
//
// $Date: 9/26/12 10:45a $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Haswell/AMI Cpu PKG/AMI CPU S3 Pei/AmiCpuS3Pei.dxs $
// 
// 1     9/26/12 10:45a Davidhsieh
// 
// 1     2/07/12 3:58a Davidhsieh
// 
//**********************************************************************

//<AMI_FHDR_START>
//---------------------------------------------------------------------------
// Name:		CPUPEI.dxs
//
// Description:	Dependency expression for CPU PEI component.
//  Currently it is dependent on the CPU IO & PCI CFG PPI.
//
//---------------------------------------------------------------------------
//<AMI_FHDR_END>

#include <pei.h>
#include <ppi\CpuIo.h>
#include <ppi\PciCfg.h>
#include <Ppi\ReadOnlyVariable.h>
#define PEI_SMM_ACCESS_PPI_GUID \
  { \
    0x268f33a9, 0xcccd, 0x48be, 0x88, 0x17, 0x86, 0x5, 0x3a, 0xc3, 0x2e, 0xd6 \
  }

DEPENDENCY_START
   EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI AND
   EFI_PEI_MASTER_BOOT_MODE_PEIM_PPI AND
   EFI_PEI_CPU_IO_PPI_INSTALLED_GUID AND
   EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID AND
   PEI_SMM_ACCESS_PPI_GUID AND
   EFI_PEI_READ_ONLY_VARIABLE_PPI_GUID
DEPENDENCY_END

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