blob: 084481774f33c21fd88f2af3cd0face5122abbdb (
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
|
TOKEN
Name = "CSM_OEM_SUPPORT"
Value = "1"
Help = "Enable/disable CSM OEM support."
TokenType = Boolean
TargetMAK = Yes
Master = Yes
End
TOKEN
Name = "CSM_OEM_BIN_FILE"
Value = "$(BUILD_DIR)\csmoem.bin"
TokenType = Expression
TargetMAK = Yes
End
PATH
Name = "CSM_OEM_DIR"
End
MODULE
File = "csmoem.mak"
End
ELINK
Name = "CsmOemInterrupts"
Segment = "CSMOEM_CSEG"
mBODY = "mBODY_ID_AND_TBL_CSM_ENTRY_NEAR"
mEND = "mEND_TBL_CSM"
InvokeOrder = TableFunction
OutPOST = Yes
End
ELINK
Name = "CsmOem16Functions"
Segment = "CSMOEM_CSEG"
mBODY = "mBODY_ID_AND_TBL_CSM_ENTRY_NEAR"
mEND = "mEND_TBL_CSM"
InvokeOrder = TableFunction
OutPOST = Yes
End
ELINK
Name = "CSM_OEMINT_OBJS"
InvokeOrder = ReplaceParent
End
ELINK
Name = "CSM_OEM16_OBJS"
InvokeOrder = ReplaceParent
End
ELINK
Name = "CSM_OEMSIG_OBJS"
InvokeOrder = ReplaceParent
End
OUTPUTREGISTER
Name = "EKERNEL_POST"
Path = "BOARD\EM\CSM\"
File = "CSMKRNL.ASM"
End
SEGMENT
Name = "CSMOEM_CSEG"
Format = "SEGMENT PARA PUBLIC 'CODE' USE16"
End
|