config.plist 22.7 KB
Newer Older
M
mrasong 已提交
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
M
mrasong 已提交
5 6
	<key>#DEVICE</key>
	<string>Intel-NUC10</string>
M
ma 已提交
7 8
	<key>#GITHUB</key>
	<string>https://github.com/hackintosh-efi/intel-nuc10</string>
M
mrasong 已提交
9
	<key>#VERSION</key>
M
ma 已提交
10
	<string>0.9.0</string>
M
mrasong 已提交
11 12 13 14 15 16
	<key>ACPI</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Comment</key>
M
mrasong 已提交
17
				<string></string>
M
mrasong 已提交
18 19 20
				<key>Enabled</key>
				<true/>
				<key>Path</key>
M
mrasong 已提交
21
				<string>SSDT-NUC10.aml</string>
M
mrasong 已提交
22 23 24 25 26 27 28
			</dict>
		</array>
		<key>Delete</key>
		<array/>
		<key>Patch</key>
		<array>
			<dict>
M
mrasong 已提交
29 30 31 32
				<key>Base</key>
				<string></string>
				<key>BaseSkip</key>
				<integer>0</integer>
M
mrasong 已提交
33 34 35 36 37 38 39
				<key>Comment</key>
				<string>Rename _STA to XSTA(H_EC)</string>
				<key>Count</key>
				<integer>1</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
M
mrasong 已提交
40 41 42
				<data>
				X1NUQQCk
				</data>
M
mrasong 已提交
43 44 45
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
M
mrasong 已提交
46 47
				<data>
				</data>
M
mrasong 已提交
48
				<key>OemTableId</key>
M
mrasong 已提交
49 50
				<data>
				</data>
M
mrasong 已提交
51
				<key>Replace</key>
M
mrasong 已提交
52 53 54
				<data>
				WFNUQQCk
				</data>
M
mrasong 已提交
55
				<key>ReplaceMask</key>
M
mrasong 已提交
56 57
				<data>
				</data>
M
mrasong 已提交
58 59 60 61 62
				<key>Skip</key>
				<integer>46</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
M
mrasong 已提交
63 64 65
				<data>
				RFNEVA==
				</data>
M
mrasong 已提交
66
			</dict>
M
mrasong 已提交
67 68 69 70 71 72 73 74 75 76 77 78
			<dict>
				<key>Base</key>
				<string></string>
				<key>BaseSkip</key>
				<integer>0</integer>
				<key>Comment</key>
				<string>GPRW to XPRW</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
M
mrasong 已提交
79 80 81
				<data>
				R1BSVwI=
				</data>
M
mrasong 已提交
82 83 84
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
M
mrasong 已提交
85 86
				<data>
				</data>
M
mrasong 已提交
87
				<key>OemTableId</key>
M
mrasong 已提交
88 89
				<data>
				</data>
M
mrasong 已提交
90
				<key>Replace</key>
M
mrasong 已提交
91 92 93
				<data>
				WFBSVwI=
				</data>
M
mrasong 已提交
94
				<key>ReplaceMask</key>
M
mrasong 已提交
95 96
				<data>
				</data>
M
mrasong 已提交
97 98 99 100 101
				<key>Skip</key>
				<integer>0</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
M
mrasong 已提交
102 103
				<data>
				</data>
M
mrasong 已提交
104
			</dict>
M
mrasong 已提交
105 106 107 108 109 110 111 112 113 114 115 116
		</array>
		<key>Quirks</key>
		<dict>
			<key>FadtEnableReset</key>
			<false/>
			<key>NormalizeHeaders</key>
			<false/>
			<key>RebaseRegions</key>
			<false/>
			<key>ResetHwSig</key>
			<false/>
			<key>ResetLogoStatus</key>
M
mrasong 已提交
117
			<true/>
M
mrasong 已提交
118 119
			<key>SyncTableIds</key>
			<false/>
M
mrasong 已提交
120 121 122 123 124 125
		</dict>
	</dict>
	<key>Booter</key>
	<dict>
		<key>MmioWhitelist</key>
		<array/>
M
mrasong 已提交
126 127
		<key>Patch</key>
		<array/>
M
mrasong 已提交
128 129
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
130 131
			<key>AllowRelocationBlock</key>
			<false/>
M
mrasong 已提交
132 133 134
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>DevirtualiseMmio</key>
M
mrasong 已提交
135
			<true/>
M
mrasong 已提交
136 137 138 139 140 141 142 143 144
			<key>DisableSingleUser</key>
			<false/>
			<key>DisableVariableWrite</key>
			<false/>
			<key>DiscardHibernateMap</key>
			<false/>
			<key>EnableSafeModeSlide</key>
			<true/>
			<key>EnableWriteUnprotector</key>
M
mrasong 已提交
145
			<false/>
M
mrasong 已提交
146 147
			<key>ForceBooterSignature</key>
			<false/>
M
mrasong 已提交
148 149 150 151 152 153 154
			<key>ForceExitBootServices</key>
			<false/>
			<key>ProtectMemoryRegions</key>
			<false/>
			<key>ProtectSecureBoot</key>
			<false/>
			<key>ProtectUefiServices</key>
M
mrasong 已提交
155
			<true/>
M
mrasong 已提交
156 157 158 159 160
			<key>ProvideCustomSlide</key>
			<true/>
			<key>ProvideMaxSlide</key>
			<integer>0</integer>
			<key>RebuildAppleMemoryMap</key>
M
mrasong 已提交
161
			<true/>
M
mrasong 已提交
162 163
			<key>ResizeAppleGpuBars</key>
			<integer>-1</integer>
M
mrasong 已提交
164
			<key>SetupVirtualMap</key>
M
mrasong 已提交
165
			<false/>
M
mrasong 已提交
166 167 168 169 170 171 172 173 174 175
			<key>SignalAppleOS</key>
			<false/>
			<key>SyncRuntimePermissions</key>
			<true/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
M
ma 已提交
176
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
M
mrasong 已提交
177 178 179 180
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
M
ma 已提交
181
				<string>System peripheral</string>
M
mrasong 已提交
182
				<key>model</key>
M
ma 已提交
183
				<string>Thunderbolt 3 NHI</string>
M
mrasong 已提交
184
			</dict>
M
ma 已提交
185
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)</key>
M
mrasong 已提交
186 187 188 189
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
M
ma 已提交
190
				<string>USB controller</string>
M
mrasong 已提交
191
				<key>model</key>
M
ma 已提交
192
				<string>Thunderbolt 3 USB Controller</string>
M
mrasong 已提交
193
			</dict>
M
mrasong 已提交
194 195 196 197
			<key>PciRoot(0x0)/Pci(0x1D,0x5)/Pci(0x0,0x0)</key>
			<dict>
				<key>compatible</key>
				<string>pci14e4,16bc</string>
M
ma 已提交
198 199 200 201 202 203 204 205 206 207
				<key>model</key>
				<string>SD Card Reader</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1F,0x0)</key>
			<dict>
				<key>ec-device</key>
				<string>Intel_EC_V9</string>
				<key>model</key>
				<string>Intel Corporation Comet Lake Series LPC Controller</string>
			</dict>
M
mrasong 已提交
208 209 210 211
			<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
			<dict>
				<key>device-id</key>
				<data>
M
mrasong 已提交
212
				0HoAAA==
M
mrasong 已提交
213 214 215 216
				</data>
				<key>layout-id</key>
				<integer>24</integer>
			</dict>
M
ma 已提交
217 218 219
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
M
mrasong 已提交
220 221 222
				<data>
				BwCbPg==
				</data>
M
ma 已提交
223
				<key>device-id</key>
M
mrasong 已提交
224 225 226
				<data>
				mz4AAA==
				</data>
M
ma 已提交
227 228
				<key>model</key>
				<string>Intel UHD Graphics 630</string>
M
mrasong 已提交
229
			</dict>
M
mrasong 已提交
230 231 232 233 234 235 236 237 238 239 240 241
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>
	<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
242
				<string>Lilu.kext</string>
M
mrasong 已提交
243 244 245 246 247
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
248
				<string>Contents/MacOS/Lilu</string>
M
mrasong 已提交
249 250 251 252 253 254 255 256 257 258 259
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
260
				<string>VirtualSMC.kext</string>
M
mrasong 已提交
261 262 263 264 265
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
266
				<string>Contents/MacOS/VirtualSMC</string>
M
mrasong 已提交
267 268 269 270 271 272 273 274 275 276 277
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
278
				<string>SMCProcessor.kext</string>
M
mrasong 已提交
279 280 281 282 283
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
284
				<string>Contents/MacOS/SMCProcessor</string>
M
mrasong 已提交
285 286 287 288 289 290 291 292 293 294 295
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
296
				<string>SMCSuperIO.kext</string>
M
mrasong 已提交
297 298 299 300 301
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
302
				<string>Contents/MacOS/SMCSuperIO</string>
M
mrasong 已提交
303 304 305 306 307 308 309 310 311 312 313
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
314
				<string>WhateverGreen.kext</string>
M
mrasong 已提交
315 316 317 318 319
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
320
				<string>Contents/MacOS/WhateverGreen</string>
M
mrasong 已提交
321 322 323 324 325 326 327 328 329 330 331
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
332
				<string>AppleALC.kext</string>
M
mrasong 已提交
333 334 335 336 337
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
338
				<string>Contents/MacOS/AppleALC</string>
M
mrasong 已提交
339 340 341 342 343 344 345 346 347 348 349
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
350
				<string>IntelMausi.kext</string>
M
mrasong 已提交
351 352 353 354 355
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
356
				<string>Contents/MacOS/IntelMausi</string>
M
mrasong 已提交
357 358 359
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
M
mrasong 已提交
360 361 362 363
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
364 365 366 367
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
368
				<string>AirportItlwm.kext</string>
M
mrasong 已提交
369 370 371
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
372
				<true/>
M
mrasong 已提交
373
				<key>ExecutablePath</key>
M
mrasong 已提交
374
				<string>Contents/MacOS/AirportItlwm</string>
M
mrasong 已提交
375 376 377 378 379 380 381 382 383 384 385
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
386
				<string>BlueToolFixup.kext</string>
M
mrasong 已提交
387 388 389 390 391
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
392
				<string>Contents/MacOS/BlueToolFixup</string>
M
mrasong 已提交
393 394 395 396 397 398 399
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
400 401 402 403
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
404
				<string>IntelBluetoothFirmware.kext</string>
M
mrasong 已提交
405 406 407 408 409
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
410
				<string>Contents/MacOS/IntelBluetoothFirmware</string>
M
mrasong 已提交
411 412 413 414 415 416 417 418 419 420 421
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
422
				<string>IntelBTPatcher.kext</string>
M
mrasong 已提交
423 424 425 426 427
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
428
				<string>Contents/MacOS/IntelBTPatcher</string>
M
mrasong 已提交
429 430 431 432 433 434 435
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
436 437 438 439 440 441
		</array>
		<key>Block</key>
		<array/>
		<key>Emulate</key>
		<dict>
			<key>Cpuid1Data</key>
M
mrasong 已提交
442 443 444
			<data>
			7AYIAAAAAAAAAAAAAAAAAA==
			</data>
M
mrasong 已提交
445
			<key>Cpuid1Mask</key>
M
mrasong 已提交
446 447 448
			<data>
			/////wAAAAAAAAAAAAAAAA==
			</data>
M
mrasong 已提交
449 450 451 452 453 454 455 456 457 458
			<key>DummyPowerManagement</key>
			<false/>
			<key>MaxKernel</key>
			<string></string>
			<key>MinKernel</key>
			<string></string>
		</dict>
		<key>Force</key>
		<array/>
		<key>Patch</key>
M
mrasong 已提交
459
		<array/>
M
mrasong 已提交
460 461
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
462 463
			<key>#AUTHOR</key>
			<string>mrasong &lt;i@mrasong.com&gt;</string>
M
mrasong 已提交
464
			<key>AppleCpuPmCfgLock</key>
465
			<false/>
M
mrasong 已提交
466
			<key>AppleXcpmCfgLock</key>
467
			<false/>
M
mrasong 已提交
468 469 470 471
			<key>AppleXcpmExtraMsrs</key>
			<false/>
			<key>AppleXcpmForceBoost</key>
			<false/>
M
ma 已提交
472 473
			<key>CustomPciSerialDevice</key>
			<false/>
M
mrasong 已提交
474 475
			<key>CustomSMBIOSGuid</key>
			<false/>
M
mrasong 已提交
476
			<key>DisableIoMapper</key>
M
mrasong 已提交
477
			<true/>
M
mrasong 已提交
478
			<key>DisableLinkeditJettison</key>
M
mrasong 已提交
479
			<true/>
M
mrasong 已提交
480 481 482 483 484 485
			<key>DisableRtcChecksum</key>
			<false/>
			<key>ExtendBTFeatureFlags</key>
			<false/>
			<key>ExternalDiskIcons</key>
			<false/>
M
ma 已提交
486 487
			<key>ForceAquantiaEthernet</key>
			<false/>
M
mrasong 已提交
488 489 490 491 492 493 494 495 496
			<key>ForceSecureBootScheme</key>
			<false/>
			<key>IncreasePciBarSize</key>
			<false/>
			<key>LapicKernelPanic</key>
			<false/>
			<key>LegacyCommpage</key>
			<false/>
			<key>PanicNoKextDump</key>
M
mrasong 已提交
497
			<true/>
M
mrasong 已提交
498 499
			<key>PowerTimeoutKernelPanic</key>
			<true/>
M
mrasong 已提交
500 501
			<key>ProvideCurrentCpuInfo</key>
			<false/>
M
mrasong 已提交
502 503
			<key>SetApfsTrimTimeout</key>
			<integer>-1</integer>
M
mrasong 已提交
504 505 506
			<key>ThirdPartyDrives</key>
			<false/>
			<key>XhciPortLimit</key>
M
mrasong 已提交
507
			<false/>
M
mrasong 已提交
508 509 510
		</dict>
		<key>Scheme</key>
		<dict>
M
mrasong 已提交
511 512
			<key>CustomKernel</key>
			<false/>
M
mrasong 已提交
513
			<key>FuzzyMatch</key>
M
mrasong 已提交
514
			<true/>
M
mrasong 已提交
515
			<key>KernelArch</key>
516
			<string>x86_64</string>
M
mrasong 已提交
517 518 519 520 521 522 523 524 525 526 527 528 529 530
			<key>KernelCache</key>
			<string>Auto</string>
		</dict>
	</dict>
	<key>Misc</key>
	<dict>
		<key>BlessOverride</key>
		<array/>
		<key>Boot</key>
		<dict>
			<key>ConsoleAttributes</key>
			<integer>0</integer>
			<key>HibernateMode</key>
			<string>None</string>
M
mrasong 已提交
531 532
			<key>HibernateSkipsPicker</key>
			<false/>
M
mrasong 已提交
533
			<key>HideAuxiliary</key>
M
mrasong 已提交
534
			<true/>
M
mrasong 已提交
535 536 537 538
			<key>LauncherOption</key>
			<string>Disabled</string>
			<key>LauncherPath</key>
			<string>Default</string>
M
mrasong 已提交
539
			<key>PickerAttributes</key>
M
mrasong 已提交
540
			<integer>17</integer>
M
mrasong 已提交
541 542 543
			<key>PickerAudioAssist</key>
			<false/>
			<key>PickerMode</key>
M
mrasong 已提交
544
			<string>External</string>
M
mrasong 已提交
545
			<key>PickerVariant</key>
M
mrasong 已提交
546
			<string>OC\m1</string>
M
mrasong 已提交
547 548 549 550 551 552 553 554 555 556 557 558
			<key>PollAppleHotKeys</key>
			<false/>
			<key>ShowPicker</key>
			<true/>
			<key>TakeoffDelay</key>
			<integer>0</integer>
			<key>Timeout</key>
			<integer>5</integer>
		</dict>
		<key>Debug</key>
		<dict>
			<key>AppleDebug</key>
M
mrasong 已提交
559
			<true/>
M
mrasong 已提交
560
			<key>ApplePanic</key>
M
mrasong 已提交
561
			<true/>
M
mrasong 已提交
562
			<key>DisableWatchDog</key>
M
mrasong 已提交
563
			<true/>
M
mrasong 已提交
564 565 566 567
			<key>DisplayDelay</key>
			<integer>0</integer>
			<key>DisplayLevel</key>
			<integer>2147483650</integer>
M
mrasong 已提交
568 569
			<key>LogModules</key>
			<string>*</string>
M
mrasong 已提交
570 571 572
			<key>SysReport</key>
			<false/>
			<key>Target</key>
M
mrasong 已提交
573
			<integer>0</integer>
M
mrasong 已提交
574 575 576 577 578 579
		</dict>
		<key>Entries</key>
		<array/>
		<key>Security</key>
		<dict>
			<key>AllowSetDefault</key>
M
mrasong 已提交
580
			<true/>
M
mrasong 已提交
581 582 583 584
			<key>ApECID</key>
			<integer>0</integer>
			<key>AuthRestart</key>
			<false/>
M
mrasong 已提交
585
			<key>BlacklistAppleUpdate</key>
M
mrasong 已提交
586
			<false/>
M
mrasong 已提交
587 588 589 590 591
			<key>DmgLoading</key>
			<string>Signed</string>
			<key>EnablePassword</key>
			<false/>
			<key>ExposeSensitiveData</key>
M
mrasong 已提交
592
			<integer>6</integer>
M
mrasong 已提交
593 594 595
			<key>HaltLevel</key>
			<integer>2147483648</integer>
			<key>PasswordHash</key>
M
mrasong 已提交
596 597
			<data>
			</data>
M
mrasong 已提交
598
			<key>PasswordSalt</key>
M
mrasong 已提交
599 600
			<data>
			</data>
M
mrasong 已提交
601
			<key>ScanPolicy</key>
M
mrasong 已提交
602
			<integer>0</integer>
M
mrasong 已提交
603 604
			<key>SecureBootModel</key>
			<string>Default</string>
M
mrasong 已提交
605
			<key>Vault</key>
M
mrasong 已提交
606
			<string>Optional</string>
M
mrasong 已提交
607
		</dict>
M
ma 已提交
608 609
		<key>Serial</key>
		<dict>
M
mrasong 已提交
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
			<key>Custom</key>
			<dict>
				<key>BaudRate</key>
				<integer>115200</integer>
				<key>ClockRate</key>
				<integer>1843200</integer>
				<key>DetectCable</key>
				<false/>
				<key>ExtendedTxFifoSize</key>
				<integer>64</integer>
				<key>FifoControl</key>
				<integer>7</integer>
				<key>LineControl</key>
				<integer>7</integer>
				<key>PciDeviceInfo</key>
				<data>
				/w==
				</data>
				<key>RegisterAccessWidth</key>
				<integer>8</integer>
				<key>RegisterBase</key>
				<integer>1016</integer>
				<key>RegisterStride</key>
				<integer>1</integer>
				<key>UseHardwareFlowControl</key>
				<false/>
				<key>UseMmio</key>
				<false/>
			</dict>
M
ma 已提交
639 640 641 642 643
			<key>Init</key>
			<false/>
			<key>Override</key>
			<false/>
		</dict>
M
mrasong 已提交
644 645 646 647 648 649 650 651
		<key>Tools</key>
		<array>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
652
				<string></string>
M
mrasong 已提交
653 654
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
655 656
				<key>Flavour</key>
				<string>Auto</string>
M
mrasong 已提交
657 658
				<key>FullNvramAccess</key>
				<false/>
M
mrasong 已提交
659
				<key>Name</key>
M
mrasong 已提交
660
				<string>UEFI Shell</string>
M
mrasong 已提交
661
				<key>Path</key>
M
mrasong 已提交
662
				<string>OpenShell.efi</string>
M
mrasong 已提交
663 664 665 666
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
667 668 669 670 671 672 673
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
674
				<string></string>
M
mrasong 已提交
675 676
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
677 678
				<key>Flavour</key>
				<string>Auto</string>
M
mrasong 已提交
679 680
				<key>FullNvramAccess</key>
				<false/>
M
mrasong 已提交
681
				<key>Name</key>
M
mrasong 已提交
682
				<string>CFGLock Shell</string>
M
mrasong 已提交
683
				<key>Path</key>
M
mrasong 已提交
684
				<string>CFGLock.efi</string>
M
mrasong 已提交
685 686 687 688
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
689 690 691 692 693 694 695 696 697 698
			</dict>
		</array>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>DefaultBackgroundColor</key>
M
mrasong 已提交
699 700 701
				<data>
				AAAAAA==
				</data>
M
mrasong 已提交
702 703 704 705
			</dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>rtc-blacklist</key>
M
mrasong 已提交
706 707
				<data>
				</data>
M
mrasong 已提交
708 709 710 711
			</dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>SystemAudioVolume</key>
M
mrasong 已提交
712 713 714
				<data>
				Rg==
				</data>
M
mrasong 已提交
715
				<key>boot-args</key>
M
mrasong 已提交
716
				<string>keepsyms=1 debug=0x100 igfxonln=1</string>
M
mrasong 已提交
717
				<key>csr-active-config</key>
M
mrasong 已提交
718 719 720
				<data>
				AAAAAA==
				</data>
M
mrasong 已提交
721 722
				<key>run-efi-updater</key>
				<string>No</string>
M
mrasong 已提交
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<array>
				<string>DefaultBackgroundColor</string>
			</array>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>rtc-blacklist</string>
			</array>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<array>
				<string>boot-args</string>
			</array>
		</dict>
		<key>LegacyOverwrite</key>
		<false/>
M
mrasong 已提交
742 743
		<key>LegacySchema</key>
		<dict/>
M
mrasong 已提交
744 745
		<key>WriteFlash</key>
		<true/>
M
mrasong 已提交
746 747 748 749 750 751 752 753 754
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>CustomMemory</key>
		<false/>
		<key>Generic</key>
		<dict>
M
mrasong 已提交
755
			<key>AdviseFeatures</key>
M
mrasong 已提交
756 757 758
			<false/>
			<key>MLB</key>
			<string></string>
M
mrasong 已提交
759 760
			<key>MaxBIOSVersion</key>
			<false/>
M
mrasong 已提交
761 762 763
			<key>ProcessorType</key>
			<integer>0</integer>
			<key>ROM</key>
M
mrasong 已提交
764 765 766
			<data>
			ESIzRFVm
			</data>
M
mrasong 已提交
767 768
			<key>SpoofVendor</key>
			<true/>
M
mrasong 已提交
769 770
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
M
mrasong 已提交
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785
			<key>SystemProductName</key>
			<string>Macmini8,1</string>
			<key>SystemSerialNumber</key>
			<string></string>
			<key>SystemUUID</key>
			<string></string>
		</dict>
		<key>UpdateDataHub</key>
		<true/>
		<key>UpdateNVRAM</key>
		<true/>
		<key>UpdateSMBIOS</key>
		<true/>
		<key>UpdateSMBIOSMode</key>
		<string>Create</string>
M
mrasong 已提交
786 787
		<key>UseRawUuidEncoding</key>
		<false/>
M
mrasong 已提交
788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805
	</dict>
	<key>UEFI</key>
	<dict>
		<key>APFS</key>
		<dict>
			<key>EnableJumpstart</key>
			<true/>
			<key>GlobalConnect</key>
			<false/>
			<key>HideVerbose</key>
			<true/>
			<key>JumpstartHotPlug</key>
			<false/>
			<key>MinDate</key>
			<integer>0</integer>
			<key>MinVersion</key>
			<integer>0</integer>
		</dict>
M
mrasong 已提交
806 807 808
		<key>AppleInput</key>
		<dict>
			<key>AppleEvent</key>
M
mrasong 已提交
809
			<string>Builtin</string>
M
mrasong 已提交
810 811
			<key>CustomDelays</key>
			<false/>
M
mrasong 已提交
812
			<key>GraphicsInputMirroring</key>
M
mrasong 已提交
813
			<true/>
M
mrasong 已提交
814 815 816 817
			<key>KeyInitialDelay</key>
			<integer>50</integer>
			<key>KeySubsequentDelay</key>
			<integer>5</integer>
M
mrasong 已提交
818 819 820 821 822 823
			<key>PointerDwellClickTimeout</key>
			<integer>0</integer>
			<key>PointerDwellDoubleClickTimeout</key>
			<integer>0</integer>
			<key>PointerDwellRadius</key>
			<integer>0</integer>
M
mrasong 已提交
824 825 826
			<key>PointerPollMask</key>
			<integer>-1</integer>
			<key>PointerPollMax</key>
M
mrasong 已提交
827
			<integer>80</integer>
M
mrasong 已提交
828
			<key>PointerPollMin</key>
M
mrasong 已提交
829
			<integer>10</integer>
M
mrasong 已提交
830 831 832 833 834
			<key>PointerSpeedDiv</key>
			<integer>1</integer>
			<key>PointerSpeedMul</key>
			<integer>1</integer>
		</dict>
M
mrasong 已提交
835 836 837 838 839 840
		<key>Audio</key>
		<dict>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioDevice</key>
			<string></string>
M
mrasong 已提交
841
			<key>AudioOutMask</key>
M
mrasong 已提交
842
			<integer>1</integer>
M
mrasong 已提交
843 844
			<key>AudioSupport</key>
			<false/>
M
mrasong 已提交
845 846 847 848 849 850 851
			<key>DisconnectHda</key>
			<false/>
			<key>MaximumGain</key>
			<integer>-15</integer>
			<key>MinimumAssistGain</key>
			<integer>-30</integer>
			<key>MinimumAudibleGain</key>
M
mrasong 已提交
852
			<integer>-55</integer>
M
mrasong 已提交
853
			<key>PlayChime</key>
M
mrasong 已提交
854
			<string>Auto</string>
M
mrasong 已提交
855 856
			<key>ResetTrafficClass</key>
			<false/>
M
mrasong 已提交
857 858
			<key>SetupDelay</key>
			<integer>0</integer>
M
mrasong 已提交
859 860 861 862 863
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
M
mrasong 已提交
864 865 866 867 868 869 870
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
871 872
				<key>LoadEarly</key>
				<false/>
M
mrasong 已提交
873 874 875 876 877 878 879 880 881
				<key>Path</key>
				<string>CrScreenshotDxe.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
882
				<true/>
M
mrasong 已提交
883 884
				<key>LoadEarly</key>
				<false/>
M
mrasong 已提交
885 886 887 888 889 890 891 892 893 894
				<key>Path</key>
				<string>OpenCanopy.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
895 896
				<key>LoadEarly</key>
				<false/>
M
mrasong 已提交
897 898 899 900 901 902 903 904 905 906
				<key>Path</key>
				<string>OpenHfsPlus.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
907 908
				<key>LoadEarly</key>
				<false/>
M
mrasong 已提交
909 910 911
				<key>Path</key>
				<string>OpenRuntime.efi</string>
			</dict>
912 913 914 915 916 917 918
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
919 920
				<key>LoadEarly</key>
				<false/>
921 922 923 924 925 926 927 928 929 930
				<key>Path</key>
				<string>ResetNvramEntry.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
931 932
				<key>LoadEarly</key>
				<false/>
933 934 935
				<key>Path</key>
				<string>ToggleSipEntry.efi</string>
			</dict>
M
mrasong 已提交
936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951
		</array>
		<key>Input</key>
		<dict>
			<key>KeyFiltering</key>
			<false/>
			<key>KeyForgetThreshold</key>
			<integer>5</integer>
			<key>KeySupport</key>
			<true/>
			<key>KeySupportMode</key>
			<string>Auto</string>
			<key>KeySwap</key>
			<false/>
			<key>PointerSupport</key>
			<false/>
			<key>PointerSupportMode</key>
M
mrasong 已提交
952
			<string>ASUS</string>
M
mrasong 已提交
953 954 955 956 957 958 959 960 961 962 963 964 965
			<key>TimerResolution</key>
			<integer>50000</integer>
		</dict>
		<key>Output</key>
		<dict>
			<key>ClearScreenOnModeSwitch</key>
			<false/>
			<key>ConsoleMode</key>
			<string></string>
			<key>DirectGopRendering</key>
			<false/>
			<key>ForceResolution</key>
			<false/>
M
mrasong 已提交
966
			<key>GopPassThrough</key>
M
mrasong 已提交
967
			<string>Disabled</string>
M
mrasong 已提交
968 969 970 971
			<key>IgnoreTextInGraphics</key>
			<false/>
			<key>ProvideConsoleGop</key>
			<true/>
M
mrasong 已提交
972 973
			<key>ReconnectGraphicsOnConnect</key>
			<false/>
M
mrasong 已提交
974 975 976 977 978 979 980 981 982 983
			<key>ReconnectOnResChange</key>
			<false/>
			<key>ReplaceTabWithSpace</key>
			<false/>
			<key>Resolution</key>
			<string>Max</string>
			<key>SanitiseClearScreen</key>
			<false/>
			<key>TextRenderer</key>
			<string>BuiltinGraphics</string>
M
mrasong 已提交
984
			<key>UIScale</key>
985
			<integer>0</integer>
M
mrasong 已提交
986 987
			<key>UgaPassThrough</key>
			<false/>
M
mrasong 已提交
988 989 990 991 992 993 994 995 996
		</dict>
		<key>ProtocolOverrides</key>
		<dict>
			<key>AppleAudio</key>
			<false/>
			<key>AppleBootPolicy</key>
			<false/>
			<key>AppleDebugLog</key>
			<false/>
M
mrasong 已提交
997 998
			<key>AppleEg2Info</key>
			<false/>
M
mrasong 已提交
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019
			<key>AppleFramebufferInfo</key>
			<false/>
			<key>AppleImageConversion</key>
			<false/>
			<key>AppleImg4Verification</key>
			<false/>
			<key>AppleKeyMap</key>
			<false/>
			<key>AppleRtcRam</key>
			<false/>
			<key>AppleSecureBoot</key>
			<false/>
			<key>AppleSmcIo</key>
			<false/>
			<key>AppleUserInterfaceTheme</key>
			<false/>
			<key>DataHub</key>
			<false/>
			<key>DeviceProperties</key>
			<false/>
			<key>FirmwareVolume</key>
M
mrasong 已提交
1020
			<true/>
M
mrasong 已提交
1021 1022 1023 1024 1025 1026 1027 1028 1029
			<key>HashServices</key>
			<false/>
			<key>OSInfo</key>
			<false/>
			<key>UnicodeCollation</key>
			<false/>
		</dict>
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
1030 1031
			<key>ActivateHpetSupport</key>
			<false/>
M
mrasong 已提交
1032 1033
			<key>DisableSecurityPolicy</key>
			<false/>
M
mrasong 已提交
1034
			<key>EnableVectorAcceleration</key>
M
mrasong 已提交
1035
			<false/>
M
mrasong 已提交
1036 1037
			<key>EnableVmx</key>
			<false/>
M
mrasong 已提交
1038 1039
			<key>ExitBootServicesDelay</key>
			<integer>0</integer>
M
mrasong 已提交
1040 1041
			<key>ForceOcWriteFlash</key>
			<false/>
M
mrasong 已提交
1042 1043
			<key>ForgeUefiSupport</key>
			<false/>
M
mrasong 已提交
1044 1045 1046 1047
			<key>IgnoreInvalidFlexRatio</key>
			<false/>
			<key>ReleaseUsbOwnership</key>
			<false/>
M
mrasong 已提交
1048 1049
			<key>ReloadOptionRoms</key>
			<false/>
M
mrasong 已提交
1050 1051
			<key>RequestBootVarRouting</key>
			<true/>
M
mrasong 已提交
1052 1053
			<key>ResizeGpuBars</key>
			<integer>-1</integer>
M
mrasong 已提交
1054 1055 1056 1057 1058 1059 1060 1061 1062
			<key>TscSyncTimeout</key>
			<integer>0</integer>
			<key>UnblockFsConnect</key>
			<false/>
		</dict>
		<key>ReservedMemory</key>
		<array/>
	</dict>
</dict>
M
mrasong 已提交
1063
</plist>