summaryrefslogtreecommitdiff
path: root/Board/NB/NBPEI.DXS
blob: 1d5aa29cb14d60627ef7afc93500049e4b31de27 (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
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************

//*************************************************************************
// $Header: /Alaska/BIN/Chipset/Intel/NorthBridge/Haswell/Intel SystemAgent NB Board/NBPEI.DXS 2     7/03/12 6:47a Yurenlai $
//
// $Revision: 2 $
//
// $Date: 7/03/12 6:47a $
//*************************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Chipset/Intel/NorthBridge/Haswell/Intel SystemAgent NB Board/NBPEI.DXS $
// 
// 2     7/03/12 6:47a Yurenlai
// [TAG]         None
// [Severity]    Important
// [Description] Change for SystemAgent RefCode Revision: 0.6.0.
// [Files]       NBPEI.DXS, NB.sd, NBDxe.c, NBPEI.c
// 
// 1     2/08/12 4:32a Yurenlai
// Intel Haswell/NB eChipset initially releases.
// 
//*************************************************************************
//<AMI_FHDR_START>
//
// Name:        NBPEI.DXS
//
// Description: This file is the dependency file for the NB PEI driver
//
//<AMI_FHDR_END>
//*************************************************************************

#include <Token.h>
#include <pei.h>
#include "ppi\CpuIo.h"
#include "ppi\PciCfg2.h"
#include "ppi\CPUPolicy.h"
#include "ppi\CspLibPpi.h"
#include "ppi\ReadOnlyVariable2.h"
#include "ppi\Stall.h"

DEPENDENCY_START
   EFI_PEI_CPU_IO_PPI_INSTALLED_GUID AND
   EFI_PEI_READ_ONLY_VARIABLE2_PPI_GUID AND
   EFI_PEI_PCI_CFG2_PPI_GUID AND
   EFI_PEI_STALL_PPI_GUID 
DEPENDENCY_END

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