summaryrefslogtreecommitdiff
path: root/Core/EM/FastBoot/FastBootPei.dxs
blob: 1795a0b9c2aab5e9aeab83b78b4efafa4788d6b7 (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
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2010, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************

//**********************************************************************//
// $Header: /Alaska/SOURCE/Modules/PTT/FastBootPei.dxs 1     11/02/10 1:47a Bibbyyeh $
//
// $Revision: 1 $
//
// $Date: 11/02/10 1:47a $
//**********************************************************************//
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/PTT/FastBootPei.dxs $
// 
// 1     11/02/10 1:47a Bibbyyeh
// [TAG]  		EIP47280
// [Category]  	New Feature
// [Description]  	Currently, BIOS will copy FV_MAIN or FV_BB into memory
// in DXE phase.
// If BIOS copy rom before CPU disable flash cache in PEI phase.
// Some data are in cache already, don't need to read from physical ROM.
// It can help to save some time.
// [Files]  		FastBootPei.cif
// FastBootPei.mak
// FastBootPei.c
// FastBootPei.dxs
//
//**********************************************************************//
DEPENDENCY_START
    TRUE
DEPENDENCY_END

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