summaryrefslogtreecommitdiff
path: root/Core/EM/PCI/PciRootBridge.dxs
blob: 7f57b62c7aaed2e7093e8afd2e51d27e7fb6a662 (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
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2005, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/BIN/Core/Modules/PciBus/PciRootBridge.dxs 3     4/28/09 3:49p Yakovlevs $
//
// $Revision: 3 $
//
// $Date: 4/28/09 3:49p $
//**********************************************************************
// Revision History
// ----------------
// $Log: /Alaska/BIN/Core/Modules/PciBus/PciRootBridge.dxs $
// 
// 3     4/28/09 3:49p Yakovlevs
// Changes related to AmiBoardInfo protocol and Multiplatform support.
// 
// 2     3/13/07 8:32p Yakovlevs
// 
// 1     3/12/07 12:08p Yakovlevs
// 
// 2     7/25/05 4:26p Markw
// Add Variable services.
//
//**********************************************************************
//<AMI_FHDR_START>
//
// Name:	PciRootBridge_dxs
//
// Description:
//
//<AMI_FHDR_END>
//**********************************************************************
#include <Protocol\Variable.h>
#include <Protocol\CPU.h>
#include <Protocol\AmiBoardInfo.h>
DEPENDENCY_START
    EFI_CPU_ARCH_PROTOCOL_GUID AND
    EFI_VARIABLE_ARCH_PROTOCOL_GUID AND
    EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID AND
    AMI_BOARD_INFO_PROTOCOL_GUID
DEPENDENCY_END

//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2005, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**             6145-F Northbelt Pkwy, Norcross, GA 30071            **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************