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