-
Notifications
You must be signed in to change notification settings - Fork 1
/
fel4.toml
168 lines (156 loc) · 4.44 KB
/
fel4.toml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
[fel4]
artifact-path = "artifacts"
target-specs-path = "target_specs"
target = "armv7-sel4-fel4"
platform = "sabre"
[x86_64-sel4-fel4]
BuildWithCommonSimulationSettings = true
KernelOptimisation = "-O2"
KernelVerificationBuild = false
KernelBenchmarks = "none"
KernelFastpath = true
LibSel4FunctionAttributes = "public"
KernelNumDomains = 1
HardwareDebugAPI = false
KernelFWholeProgram = false
KernelResetChunkBits = 8
LibSel4DebugAllocBufferEntries = 0
LibSel4DebugFunctionInstrumentation = "none"
KernelNumPriorities = 256
KernelStackBits = 12
KernelTimeSlice = 5
KernelTimerTickMS = 2
# the following keys are specific to x86_64-sel4-fel4 targets
KernelArch = "x86"
KernelX86Sel4Arch = "x86_64"
KernelMaxNumNodes = 1
KernelRetypeFanOutLimit = 256
KernelRootCNodeSizeBits = 19
KernelMaxNumBootinfoUntypedCaps = 230
KernelSupportPCID = false
KernelCacheLnSz = 64
KernelDebugDisablePrefetchers = false
KernelExportPMCUser = false
KernelFPU = "FXSAVE"
KernelFPUMaxRestoresSinceSwitch = 64
KernelFSGSBase = "msr"
KernelHugePage = true
KernelIOMMU = false
KernelIRQController = "IOAPIC"
KernelIRQReporting = true
KernelLAPICMode = "XAPIC"
KernelMaxNumIOAPIC = 1
KernelMaxNumWorkUnitsPerPreemption= 100
KernelMultiboot1Header = true
KernelMultiboot2Header = true
KernelMultibootGFXMode = "none"
KernelSkimWindow = true
KernelSyscall = "syscall"
KernelVTX = false
KernelX86DangerousMSR = false
KernelX86IBPBOnContextSwitch = false
KernelX86IBRSMode = "ibrs_none"
KernelX86RSBOnContextSwitch = false
KernelXSaveSize = 576
LinkPageSize = 4096
UserLinkerGCSections = false
[x86_64-sel4-fel4.pc99]
KernelX86MicroArch = "nehalem"
LibPlatSupportX86ConsoleDevice = "com1"
[x86_64-sel4-fel4.debug]
KernelDebugBuild = true
KernelPrinting = true
KernelColourPrinting = true
KernelUserStackTraceLength = 16
[x86_64-sel4-fel4.release]
KernelDebugBuild = false
KernelPrinting = false
[armv7-sel4-fel4]
BuildWithCommonSimulationSettings = true
KernelOptimisation = "-O2"
KernelVerificationBuild = false
KernelBenchmarks = "none"
KernelFastpath = true
LibSel4FunctionAttributes = "public"
KernelNumDomains = 1
HardwareDebugAPI = false
KernelFWholeProgram = false
KernelResetChunkBits = 8
LibSel4DebugAllocBufferEntries = 0
LibSel4DebugFunctionInstrumentation = "none"
KernelNumPriorities = 256
KernelStackBits = 12
KernelTimeSlice = 5
KernelTimerTickMS = 2
# the following keys are specific to armv7-sel4-fel4 targets
KernelArch = "arm"
KernelArmSel4Arch = "aarch32"
KernelMaxNumNodes = 1
KernelRetypeFanOutLimit = 256
KernelRootCNodeSizeBits = 19
KernelMaxNumBootinfoUntypedCaps = 230
KernelAArch32FPUEnableContextSwitch = true
KernelDebugDisableBranchPrediction = false
KernelFPUMaxRestoresSinceSwitch = 64
KernelIPCBufferLocation = "threadID_register"
KernelMaxNumWorkUnitsPerPreemption = 100
LinkPageSize = 4096
UserLinkerGCSections = false
[armv7-sel4-fel4.debug]
KernelDebugBuild = true
KernelPrinting = true
KernelColourPrinting = true
KernelUserStackTraceLength = 16
[armv7-sel4-fel4.release]
KernelDebugBuild = false
KernelPrinting = false
[armv7-sel4-fel4.sabre]
KernelARMPlatform = "sabre"
ElfloaderImage = "binary"
ElfloaderMode = "secure supervisor"
ElfloaderErrata764369 = true
KernelArmEnableA9Prefetcher = false
KernelArmExportPMUUser = false
# L2 cache memory is currently defined as OCRAM for the M4
KernelDebugDisableL2Cache = true
[aarch64-sel4-fel4]
BuildWithCommonSimulationSettings = true
KernelOptimisation = "-O2"
KernelVerificationBuild = false
KernelBenchmarks = "none"
KernelFastpath = true
LibSel4FunctionAttributes = "public"
KernelNumDomains = 1
HardwareDebugAPI = false
KernelFWholeProgram = false
KernelResetChunkBits = 8
LibSel4DebugAllocBufferEntries = 0
LibSel4DebugFunctionInstrumentation = "none"
KernelNumPriorities = 256
KernelStackBits = 12
KernelTimeSlice = 5
KernelTimerTickMS = 2
# the following keys are specific to aarch64-sel4-fel4 targets
KernelArch = "arm"
KernelArmSel4Arch = "aarch64"
KernelMaxNumNodes = 1
KernelRetypeFanOutLimit = 256
KernelRootCNodeSizeBits = 19
KernelMaxNumBootinfoUntypedCaps = 230
KernelDebugDisableBranchPrediction = false
KernelFPUMaxRestoresSinceSwitch = 64
KernelIPCBufferLocation = "threadID_register"
KernelMaxNumWorkUnitsPerPreemption = 100
LinkPageSize = 4096
UserLinkerGCSections = false
[aarch64-sel4-fel4.debug]
KernelDebugBuild = true
KernelPrinting = true
KernelColourPrinting = true
KernelUserStackTraceLength = 16
[aarch64-sel4-fel4.release]
KernelDebugBuild = false
KernelPrinting = false
[aarch64-sel4-fel4.tx1]
KernelARMPlatform = "tx1"
ElfloaderImage = "binary"