summaryrefslogtreecommitdiff
path: root/Board/OemPei.dxs
blob: 60f3f44f7e5d07a66d8cda11d6472211d5fb6478 (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
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2009, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**         5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************
//**********************************************************************
//
// $Header: /Alaska/BIN/Board/OemPei.dxs 3     2/15/11 4:27p Artems $
//
// $Revision: 3 $
//
// $Date: 2/15/11 4:27p $
//
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Board/OemPei.dxs $
// 
// 3     2/15/11 4:27p Artems
// Replaced TABs with spaces
// 
// 2     6/25/09 6:09p Robert
// Updated Comments and function headers
// 
// 1     6/13/06 4:53p Sivagarn
// Initial Checkin
// 
//**********************************************************************


//<AMI_FHDR_START>
//----------------------------------------------------------------------------
//
// Name:        OEMPEI.DXS
//
// Description: This file is the dependency file for the OEM PEI
//              driver
//
//----------------------------------------------------------------------------
//<AMI_FHDR_END>



#include <pei.h>
#include "ppi\CpuIo.h"
#include "ppi\PciCfg.h"
#include "ppi\SBPPI.h"
#include "ppi\CspLibPpi.h"

DEPENDENCY_START
   EFI_PEI_CPU_IO_PPI_INSTALLED_GUID AND
   EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID AND
   AMI_PEI_SBINIT_POLICY_PPI_GUID AND
   AMI_PEI_PCI_TABLE_INIT_PPI_GUID
DEPENDENCY_END

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