config.plist 21.5 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>#AUTHOR</key>
	<string>mrasong &lt;i@mrasong.com&gt;</string>
M
mrasong 已提交
7 8 9 10 11 12
	<key>ACPI</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Comment</key>
M
mrasong 已提交
13
				<string></string>
M
mrasong 已提交
14 15 16
				<key>Enabled</key>
				<true/>
				<key>Path</key>
M
mrasong 已提交
17
				<string>SSDT-NUC10.aml</string>
M
mrasong 已提交
18 19 20 21 22 23 24
			</dict>
		</array>
		<key>Delete</key>
		<array/>
		<key>Patch</key>
		<array>
			<dict>
M
mrasong 已提交
25 26 27 28
				<key>Base</key>
				<string></string>
				<key>BaseSkip</key>
				<integer>0</integer>
M
mrasong 已提交
29 30 31 32 33 34 35
				<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 已提交
36
				<data>X1NUQQCk</data>
M
mrasong 已提交
37 38 39
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
M
mrasong 已提交
40
				<data></data>
M
mrasong 已提交
41
				<key>OemTableId</key>
M
mrasong 已提交
42
				<data></data>
M
mrasong 已提交
43
				<key>Replace</key>
M
mrasong 已提交
44
				<data>WFNUQQCk</data>
M
mrasong 已提交
45
				<key>ReplaceMask</key>
M
mrasong 已提交
46
				<data></data>
M
mrasong 已提交
47 48 49 50 51
				<key>Skip</key>
				<integer>46</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
M
mrasong 已提交
52
				<data>RFNEVA==</data>
M
mrasong 已提交
53
			</dict>
M
mrasong 已提交
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
			<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>
				<data>R1BSVwI=</data>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data></data>
				<key>OemTableId</key>
				<data></data>
				<key>Replace</key>
				<data>WFBSVwI=</data>
				<key>ReplaceMask</key>
				<data></data>
				<key>Skip</key>
				<integer>0</integer>
				<key>TableLength</key>
				<integer>0</integer>
				<key>TableSignature</key>
				<data></data>
			</dict>
M
mrasong 已提交
84 85 86 87 88 89 90 91 92 93 94 95
		</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 已提交
96
			<true/>
M
mrasong 已提交
97 98
			<key>SyncTableIds</key>
			<false/>
M
mrasong 已提交
99 100 101 102 103 104
		</dict>
	</dict>
	<key>Booter</key>
	<dict>
		<key>MmioWhitelist</key>
		<array/>
M
mrasong 已提交
105 106
		<key>Patch</key>
		<array/>
M
mrasong 已提交
107 108
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
109 110
			<key>AllowRelocationBlock</key>
			<false/>
M
mrasong 已提交
111 112 113 114 115 116 117 118 119 120 121 122 123 124
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>DevirtualiseMmio</key>
			<true/>
			<key>DisableSingleUser</key>
			<false/>
			<key>DisableVariableWrite</key>
			<false/>
			<key>DiscardHibernateMap</key>
			<false/>
			<key>EnableSafeModeSlide</key>
			<true/>
			<key>EnableWriteUnprotector</key>
			<false/>
M
mrasong 已提交
125 126
			<key>ForceBooterSignature</key>
			<false/>
M
mrasong 已提交
127 128 129 130 131 132 133 134 135 136 137 138 139 140
			<key>ForceExitBootServices</key>
			<false/>
			<key>ProtectMemoryRegions</key>
			<false/>
			<key>ProtectSecureBoot</key>
			<false/>
			<key>ProtectUefiServices</key>
			<true/>
			<key>ProvideCustomSlide</key>
			<true/>
			<key>ProvideMaxSlide</key>
			<integer>0</integer>
			<key>RebuildAppleMemoryMap</key>
			<true/>
M
mrasong 已提交
141 142
			<key>ResizeAppleGpuBars</key>
			<integer>-1</integer>
M
mrasong 已提交
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
			<key>SetupVirtualMap</key>
			<false/>
			<key>SignalAppleOS</key>
			<false/>
			<key>SyncRuntimePermissions</key>
			<true/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
M
mrasong 已提交
158
				<data>BwCbPg==</data>
M
mrasong 已提交
159
				<key>device-id</key>
M
mrasong 已提交
160
				<data>mz4AAA==</data>
M
mrasong 已提交
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
				<key>model</key>
				<string>Intel UHD Graphics 630</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
				<string>USB controller</string>
				<key>model</key>
				<string>Thunderbolt 3 USB Controller</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>AAPL,slot-name</key>
				<string>Thunderbolt</string>
				<key>device_type</key>
				<string>System peripheral</string>
				<key>model</key>
				<string>Thunderbolt 3 NHI</string>
M
mrasong 已提交
181
			</dict>
M
mrasong 已提交
182 183 184 185 186
			<key>PciRoot(0x0)/Pci(0x1D,0x5)/Pci(0x0,0x0)</key>
			<dict>
				<key>compatible</key>
				<string>pci14e4,16bc</string>
			</dict>
M
mrasong 已提交
187 188 189 190 191 192 193 194 195 196 197 198
		</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 已提交
199
				<string>Lilu.kext</string>
M
mrasong 已提交
200 201 202 203 204
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
205
				<string>Contents/MacOS/Lilu</string>
M
mrasong 已提交
206 207 208 209 210 211 212 213 214 215 216
				<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 已提交
217
				<string>VirtualSMC.kext</string>
M
mrasong 已提交
218 219 220 221 222
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
223
				<string>Contents/MacOS/VirtualSMC</string>
M
mrasong 已提交
224 225 226 227 228 229 230 231 232 233 234
				<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 已提交
235
				<string>SMCProcessor.kext</string>
M
mrasong 已提交
236 237 238 239 240
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
241
				<string>Contents/MacOS/SMCProcessor</string>
M
mrasong 已提交
242 243 244 245 246 247 248 249 250 251 252
				<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 已提交
253
				<string>SMCSuperIO.kext</string>
M
mrasong 已提交
254 255 256 257 258
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
259
				<string>Contents/MacOS/SMCSuperIO</string>
M
mrasong 已提交
260 261 262 263 264 265 266 267 268 269 270
				<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 已提交
271
				<string>WhateverGreen.kext</string>
M
mrasong 已提交
272 273 274 275 276
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
277
				<string>Contents/MacOS/WhateverGreen</string>
M
mrasong 已提交
278 279 280 281 282 283 284 285 286 287 288
				<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 已提交
289
				<string>AppleALC.kext</string>
M
mrasong 已提交
290 291 292 293 294
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
295
				<string>Contents/MacOS/AppleALC</string>
M
mrasong 已提交
296 297 298 299 300 301 302 303 304 305 306
				<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 已提交
307
				<string>IntelMausi.kext</string>
M
mrasong 已提交
308 309 310 311 312
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
313
				<string>Contents/MacOS/IntelMausi</string>
M
mrasong 已提交
314 315 316 317 318 319 320 321 322 323 324
				<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 已提交
325
				<string>AirportItlwm.kext</string>
M
mrasong 已提交
326 327 328 329 330
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
331
				<string>Contents/MacOS/AirportItlwm</string>
M
mrasong 已提交
332 333 334 335 336 337 338 339 340 341 342
				<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 已提交
343
				<string>BlueToolFixup.kext</string>
M
mrasong 已提交
344 345 346 347 348
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
M
mrasong 已提交
349
				<string>Contents/MacOS/BlueToolFixup</string>
M
mrasong 已提交
350 351 352 353 354 355 356
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
357 358 359 360
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
361
				<string>IntelBluetoothFirmware.kext</string>
M
mrasong 已提交
362 363 364
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
365
				<true/>
M
mrasong 已提交
366
				<key>ExecutablePath</key>
M
mrasong 已提交
367
				<string>Contents/MacOS/IntelBluetoothFirmware</string>
M
mrasong 已提交
368 369 370 371 372 373 374 375 376 377 378
				<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 已提交
379
				<string>IOElectrify.kext</string>
M
mrasong 已提交
380 381 382
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
383
				<true/>
M
mrasong 已提交
384
				<key>ExecutablePath</key>
M
mrasong 已提交
385
				<string>Contents/MacOS/IOElectrify</string>
M
mrasong 已提交
386 387 388 389 390 391 392
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
393 394 395 396
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>BundlePath</key>
M
mrasong 已提交
397
				<string>AGPM_NO.kext</string>
M
mrasong 已提交
398 399 400
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
401
				<true/>
M
mrasong 已提交
402
				<key>ExecutablePath</key>
M
mrasong 已提交
403
				<string></string>
M
mrasong 已提交
404 405 406 407 408 409 410
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
M
mrasong 已提交
411 412 413 414 415 416
		</array>
		<key>Block</key>
		<array/>
		<key>Emulate</key>
		<dict>
			<key>Cpuid1Data</key>
M
mrasong 已提交
417
			<data>7AYIAAAAAAAAAAAAAAAAAA==</data>
M
mrasong 已提交
418
			<key>Cpuid1Mask</key>
M
mrasong 已提交
419
			<data>/////wAAAAAAAAAAAAAAAA==</data>
M
mrasong 已提交
420 421 422 423 424 425 426 427 428 429
			<key>DummyPowerManagement</key>
			<false/>
			<key>MaxKernel</key>
			<string></string>
			<key>MinKernel</key>
			<string></string>
		</dict>
		<key>Force</key>
		<array/>
		<key>Patch</key>
M
mrasong 已提交
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
		<array>
			<dict>
				<key>Arch</key>
				<string>Any</string>
				<key>Base</key>
				<string></string>
				<key>Comment</key>
				<string>HDMI&amp;DP_Audio</string>
				<key>Count</key>
				<integer>0</integer>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>DgAAuHCdAADrBpA=</data>
				<key>Identifier</key>
				<string>as.vit9696.AppleALC</string>
				<key>Limit</key>
				<integer>0</integer>
				<key>Mask</key>
				<data></data>
				<key>MaxKernel</key>
				<string></string>
				<key>MinKernel</key>
				<string></string>
				<key>Replace</key>
				<data>DgAAuEijAADrBpA=</data>
				<key>ReplaceMask</key>
				<data></data>
				<key>Skip</key>
				<integer>0</integer>
			</dict>
		</array>
M
mrasong 已提交
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
		<key>Quirks</key>
		<dict>
			<key>AppleCpuPmCfgLock</key>
			<true/>
			<key>AppleXcpmCfgLock</key>
			<true/>
			<key>AppleXcpmExtraMsrs</key>
			<false/>
			<key>AppleXcpmForceBoost</key>
			<false/>
			<key>CustomSMBIOSGuid</key>
			<false/>
			<key>DisableIoMapper</key>
			<true/>
			<key>DisableLinkeditJettison</key>
M
mrasong 已提交
477
			<true/>
M
mrasong 已提交
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
			<key>DisableRtcChecksum</key>
			<false/>
			<key>ExtendBTFeatureFlags</key>
			<false/>
			<key>ExternalDiskIcons</key>
			<false/>
			<key>ForceSecureBootScheme</key>
			<false/>
			<key>IncreasePciBarSize</key>
			<false/>
			<key>LapicKernelPanic</key>
			<false/>
			<key>LegacyCommpage</key>
			<false/>
			<key>PanicNoKextDump</key>
			<true/>
			<key>PowerTimeoutKernelPanic</key>
			<true/>
M
mrasong 已提交
496 497
			<key>ProvideCurrentCpuInfo</key>
			<false/>
M
mrasong 已提交
498 499
			<key>SetApfsTrimTimeout</key>
			<integer>-1</integer>
M
mrasong 已提交
500 501 502 503 504 505 506
			<key>ThirdPartyDrives</key>
			<false/>
			<key>XhciPortLimit</key>
			<true/>
		</dict>
		<key>Scheme</key>
		<dict>
M
mrasong 已提交
507 508
			<key>CustomKernel</key>
			<false/>
M
mrasong 已提交
509
			<key>FuzzyMatch</key>
M
mrasong 已提交
510
			<true/>
M
mrasong 已提交
511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
			<key>KernelArch</key>
			<string>Auto</string>
			<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>
			<key>HideAuxiliary</key>
M
mrasong 已提交
528
			<true/>
M
mrasong 已提交
529 530 531 532
			<key>LauncherOption</key>
			<string>Disabled</string>
			<key>LauncherPath</key>
			<string>Default</string>
M
mrasong 已提交
533 534 535 536 537
			<key>PickerAttributes</key>
			<integer>1</integer>
			<key>PickerAudioAssist</key>
			<false/>
			<key>PickerMode</key>
M
mrasong 已提交
538
			<string>External</string>
M
mrasong 已提交
539
			<key>PickerVariant</key>
M
mrasong 已提交
540
			<string>OC\m1</string>
M
mrasong 已提交
541 542 543 544 545 546 547 548 549 550 551 552
			<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 已提交
553
			<true/>
M
mrasong 已提交
554
			<key>ApplePanic</key>
M
mrasong 已提交
555
			<true/>
M
mrasong 已提交
556
			<key>DisableWatchDog</key>
M
mrasong 已提交
557
			<true/>
M
mrasong 已提交
558 559 560 561
			<key>DisplayDelay</key>
			<integer>0</integer>
			<key>DisplayLevel</key>
			<integer>2147483650</integer>
M
mrasong 已提交
562 563
			<key>LogModules</key>
			<string>*</string>
M
mrasong 已提交
564 565 566 567 568
			<key>SerialInit</key>
			<false/>
			<key>SysReport</key>
			<false/>
			<key>Target</key>
M
mrasong 已提交
569
			<integer>0</integer>
M
mrasong 已提交
570 571 572 573 574 575
		</dict>
		<key>Entries</key>
		<array/>
		<key>Security</key>
		<dict>
			<key>AllowNvramReset</key>
M
mrasong 已提交
576
			<true/>
M
mrasong 已提交
577
			<key>AllowSetDefault</key>
M
mrasong 已提交
578
			<true/>
M
mrasong 已提交
579 580
			<key>AllowToggleSip</key>
			<false/>
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
			<data></data>
M
mrasong 已提交
597
			<key>PasswordSalt</key>
M
mrasong 已提交
598
			<data></data>
M
mrasong 已提交
599
			<key>ScanPolicy</key>
M
mrasong 已提交
600
			<integer>0</integer>
M
mrasong 已提交
601 602
			<key>SecureBootModel</key>
			<string>Default</string>
M
mrasong 已提交
603
			<key>Vault</key>
M
mrasong 已提交
604
			<string>Optional</string>
M
mrasong 已提交
605 606 607 608 609 610 611 612 613
		</dict>
		<key>Tools</key>
		<array>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
614
				<string></string>
M
mrasong 已提交
615 616
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
617 618
				<key>Flavour</key>
				<string>Auto</string>
M
mrasong 已提交
619
				<key>Name</key>
M
mrasong 已提交
620
				<string>UEFI Shell</string>
M
mrasong 已提交
621
				<key>Path</key>
M
mrasong 已提交
622
				<string>OpenShell.efi</string>
M
mrasong 已提交
623 624 625 626
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
627 628 629 630 631 632 633
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Auxiliary</key>
				<true/>
				<key>Comment</key>
M
mrasong 已提交
634
				<string></string>
M
mrasong 已提交
635 636
				<key>Enabled</key>
				<true/>
M
mrasong 已提交
637 638
				<key>Flavour</key>
				<string>Auto</string>
M
mrasong 已提交
639
				<key>Name</key>
M
mrasong 已提交
640
				<string>CFGLock Shell</string>
M
mrasong 已提交
641
				<key>Path</key>
M
mrasong 已提交
642
				<string>CFGLock.efi</string>
M
mrasong 已提交
643 644 645 646
				<key>RealPath</key>
				<false/>
				<key>TextMode</key>
				<false/>
M
mrasong 已提交
647 648 649 650 651 652 653 654 655 656
			</dict>
		</array>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict>
				<key>DefaultBackgroundColor</key>
M
mrasong 已提交
657
				<data>AAAAAA==</data>
M
mrasong 已提交
658
				<key>UIScale</key>
M
mrasong 已提交
659
				<data>AQ==</data>
M
mrasong 已提交
660 661 662 663
			</dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>rtc-blacklist</key>
M
mrasong 已提交
664
				<data></data>
M
mrasong 已提交
665 666 667 668
			</dict>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>SystemAudioVolume</key>
M
mrasong 已提交
669
				<data>Rg==</data>
M
mrasong 已提交
670
				<key>boot-args</key>
M
mrasong 已提交
671
				<string>alcid=23 keepsyms=1 debug=0x100 npci=0x2000</string>
M
mrasong 已提交
672
				<key>csr-active-config</key>
M
mrasong 已提交
673
				<data>AAAAAA==</data>
M
mrasong 已提交
674 675
				<key>run-efi-updater</key>
				<string>No</string>
M
mrasong 已提交
676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<array>
				<string>UIScale</string>
				<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>LegacyEnable</key>
		<false/>
		<key>LegacyOverwrite</key>
		<false/>
		<key>LegacySchema</key>
		<dict/>
		<key>WriteFlash</key>
		<true/>
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>CustomMemory</key>
		<false/>
		<key>Generic</key>
		<dict>
M
mrasong 已提交
711
			<key>AdviseFeatures</key>
M
mrasong 已提交
712
			<false/>
M
mrasong 已提交
713 714
			<key>MaxBIOSVersion</key>
			<false/>
M
mrasong 已提交
715 716 717 718 719
			<key>MLB</key>
			<string></string>
			<key>ProcessorType</key>
			<integer>0</integer>
			<key>ROM</key>
M
mrasong 已提交
720
			<data>ESIzRFVm</data>
M
mrasong 已提交
721 722
			<key>SpoofVendor</key>
			<true/>
M
mrasong 已提交
723 724
			<key>SystemMemoryStatus</key>
			<string>Auto</string>
M
mrasong 已提交
725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
			<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 已提交
740 741
		<key>UseRawUuidEncoding</key>
		<false/>
M
mrasong 已提交
742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759
	</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 已提交
760 761 762 763 764 765
		<key>AppleInput</key>
		<dict>
			<key>AppleEvent</key>
			<string>Auto</string>
			<key>CustomDelays</key>
			<false/>
M
mrasong 已提交
766 767
			<key>GraphicsInputMirroring</key>
			<false/>
M
mrasong 已提交
768 769 770 771
			<key>KeyInitialDelay</key>
			<integer>50</integer>
			<key>KeySubsequentDelay</key>
			<integer>5</integer>
M
mrasong 已提交
772 773 774 775 776 777
			<key>PointerPollMask</key>
			<integer>-1</integer>
			<key>PointerPollMin</key>
			<integer>0</integer>
			<key>PointerPollMax</key>
			<integer>0</integer>
M
mrasong 已提交
778 779 780 781 782
			<key>PointerSpeedDiv</key>
			<integer>1</integer>
			<key>PointerSpeedMul</key>
			<integer>1</integer>
		</dict>
M
mrasong 已提交
783 784 785 786 787 788
		<key>Audio</key>
		<dict>
			<key>AudioCodec</key>
			<integer>0</integer>
			<key>AudioDevice</key>
			<string></string>
M
mrasong 已提交
789 790
			<key>AudioOutMask</key>
			<integer>-1</integer>
M
mrasong 已提交
791 792
			<key>AudioSupport</key>
			<false/>
M
mrasong 已提交
793 794 795 796 797 798 799 800
			<key>DisconnectHda</key>
			<false/>
			<key>MaximumGain</key>
			<integer>-15</integer>
			<key>MinimumAssistGain</key>
			<integer>-30</integer>
			<key>MinimumAudibleGain</key>
			<integer>-128</integer>
M
mrasong 已提交
801
			<key>PlayChime</key>
M
mrasong 已提交
802
			<string>Auto</string>
M
mrasong 已提交
803 804
			<key>ResetTrafficClass</key>
			<false/>
M
mrasong 已提交
805 806
			<key>SetupDelay</key>
			<integer>0</integer>
M
mrasong 已提交
807 808 809 810 811
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
M
mrasong 已提交
812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>CrScreenshotDxe.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
M
mrasong 已提交
828
				<true/>
M
mrasong 已提交
829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851
				<key>Path</key>
				<string>OpenCanopy.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>OpenHfsPlus.efi</string>
			</dict>
			<dict>
				<key>Arguments</key>
				<string></string>
				<key>Comment</key>
				<string></string>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>OpenRuntime.efi</string>
			</dict>
M
mrasong 已提交
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
		</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>
			<string></string>
			<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 已提交
882
			<key>GopPassThrough</key>
M
mrasong 已提交
883
			<string>Disabled</string>
M
mrasong 已提交
884 885 886 887
			<key>IgnoreTextInGraphics</key>
			<false/>
			<key>ProvideConsoleGop</key>
			<true/>
M
mrasong 已提交
888 889
			<key>ReconnectGraphicsOnConnect</key>
			<false/>
M
mrasong 已提交
890 891 892 893 894 895 896 897 898 899 900 901
			<key>ReconnectOnResChange</key>
			<false/>
			<key>ReplaceTabWithSpace</key>
			<false/>
			<key>Resolution</key>
			<string>Max</string>
			<key>SanitiseClearScreen</key>
			<false/>
			<key>TextRenderer</key>
			<string>BuiltinGraphics</string>
			<key>UgaPassThrough</key>
			<false/>
M
mrasong 已提交
902 903
			<key>UIScale</key>
			<integer>-1</integer>
M
mrasong 已提交
904 905 906 907 908 909 910 911 912
		</dict>
		<key>ProtocolOverrides</key>
		<dict>
			<key>AppleAudio</key>
			<false/>
			<key>AppleBootPolicy</key>
			<false/>
			<key>AppleDebugLog</key>
			<false/>
M
mrasong 已提交
913 914
			<key>AppleEg2Info</key>
			<false/>
M
mrasong 已提交
915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945
			<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>
			<false/>
			<key>HashServices</key>
			<false/>
			<key>OSInfo</key>
			<false/>
			<key>UnicodeCollation</key>
			<false/>
		</dict>
		<key>Quirks</key>
		<dict>
M
mrasong 已提交
946 947
			<key>ActivateHpetSupport</key>
			<false/>
M
mrasong 已提交
948 949
			<key>DisableSecurityPolicy</key>
			<false/>
M
mrasong 已提交
950 951
			<key>EnableVectorAcceleration</key>
			<false/>
M
mrasong 已提交
952 953
			<key>EnableVmx</key>
			<false/>
M
mrasong 已提交
954 955
			<key>ExitBootServicesDelay</key>
			<integer>0</integer>
M
mrasong 已提交
956 957
			<key>ForceOcWriteFlash</key>
			<false/>
M
mrasong 已提交
958 959
			<key>ForgeUefiSupport</key>
			<false/>
M
mrasong 已提交
960 961 962 963
			<key>IgnoreInvalidFlexRatio</key>
			<false/>
			<key>ReleaseUsbOwnership</key>
			<false/>
M
mrasong 已提交
964 965
			<key>ReloadOptionRoms</key>
			<false/>
M
mrasong 已提交
966 967
			<key>RequestBootVarRouting</key>
			<true/>
M
mrasong 已提交
968 969
			<key>ResizeGpuBars</key>
			<integer>-1</integer>
M
mrasong 已提交
970 971 972 973 974 975 976 977 978
			<key>TscSyncTimeout</key>
			<integer>0</integer>
			<key>UnblockFsConnect</key>
			<false/>
		</dict>
		<key>ReservedMemory</key>
		<array/>
	</dict>
</dict>
M
mrasong 已提交
979
</plist>