diff options
| author | sickcodes <[email protected]> | 2021-11-29 19:09:41 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-11-29 19:09:41 +0000 |
| commit | 030258ef677eeccb0f32653e02632144390df84e (patch) | |
| tree | a8f4cb98a2d31faee9a7ec0f3a42f500ca95b5c2 /custom/config-nopicker-custom.plist | |
| parent | Merge pull request #393 from sickcodes/shrink-naked (diff) | |
| download | docker-osx-030258ef677eeccb0f32653e02632144390df84e.tar.xz docker-osx-030258ef677eeccb0f32653e02632144390df84e.zip | |
Update legacy folder ./custom so README works
Diffstat (limited to 'custom/config-nopicker-custom.plist')
| -rw-r--r-- | custom/config-nopicker-custom.plist | 689 |
1 files changed, 602 insertions, 87 deletions
diff --git a/custom/config-nopicker-custom.plist b/custom/config-nopicker-custom.plist index 6602df5..7310c06 100644 --- a/custom/config-nopicker-custom.plist +++ b/custom/config-nopicker-custom.plist @@ -11,11 +11,51 @@ <array> <dict> <key>Comment</key> - <string>add DTGP method</string> + <string>My custom DSDT</string> <key>Enabled</key> - <true/> + <false/> <key>Path</key> - <string>SSDT-DTGP.aml</string> + <string>DSDT.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>My custom SSDT</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-1.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-ALS0.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-AWAC-DISABLE.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-BRG0.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-EC-USBX.aml</string> </dict> <dict> <key>Comment</key> @@ -27,11 +67,19 @@ </dict> <dict> <key>Comment</key> - <string>USB 2.0 Injection</string> + <string>Read the comment in dsl sample</string> <key>Enabled</key> - <true/> + <false/> <key>Path</key> - <string>SSDT-EHCI.aml</string> + <string>SSDT-EHCx-DISABLE.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-IMEI.aml</string> </dict> <dict> <key>Comment</key> @@ -41,6 +89,78 @@ <key>Path</key> <string>SSDT-PLUG.aml</string> </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-PMC.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-PNLF.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-PNLFCFL.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-RTC0-RANGE.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-RTC0.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-SBUS-MCHC.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>Read the comment in dsl sample</string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>SSDT-UNC.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>add DTGP method</string> + <key>Enabled</key> + <true/> + <key>Path</key> + <string>SSDT-DTGP.aml</string> + </dict> + <dict> + <key>Comment</key> + <string>USB 2.0 Injection</string> + <key>Enabled</key> + <true/> + <key>Path</key> + <string>SSDT-EHCI.aml</string> + </dict> </array> <key>Delete</key> <array> @@ -76,14 +196,18 @@ <key>Patch</key> <array> <dict> + <key>Base</key> + <string></string> + <key>BaseSkip</key> + <integer>0</integer> <key>Comment</key> - <string>_Q11 to XQ11</string> + <string>Replace one byte sequence with another</string> <key>Count</key> - <integer>1</integer> + <integer>0</integer> <key>Enabled</key> <false/> <key>Find</key> - <data>X1ExMQ==</data> + <data>ESIzRA==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> @@ -91,7 +215,7 @@ <key>OemTableId</key> <data></data> <key>Replace</key> - <data>WFExMQ==</data> + <data>RDMiEQ==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> @@ -102,14 +226,18 @@ <data></data> </dict> <dict> + <key>Base</key> + <string>\_SB.PCI0.LPCB.HPET</string> + <key>BaseSkip</key> + <integer>0</integer> <key>Comment</key> - <string>_Q12 to XQ12</string> + <string>HPET _CRS to XCRS</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <false/> <key>Find</key> - <data>X1ExMg==</data> + <data>X0NSUw==</data> <key>Limit</key> <integer>0</integer> <key>Mask</key> @@ -117,7 +245,7 @@ <key>OemTableId</key> <data></data> <key>Replace</key> - <data>WFExMg==</data> + <data>WENSUw==</data> <key>ReplaceMask</key> <data></data> <key>Skip</key> @@ -139,6 +267,8 @@ <key>ResetHwSig</key> <false/> <key>ResetLogoStatus</key> + <true/> + <key>SyncTableIds</key> <false/> </dict> </dict> @@ -148,6 +278,8 @@ <array/> <key>Quirks</key> <dict> + <key>AllowRelocationBlock</key> + <false/> <key>AvoidRuntimeDefrag</key> <true/> <key>DevirtualiseMmio</key> @@ -162,6 +294,8 @@ <true/> <key>EnableWriteUnprotector</key> <true/> + <key>ForceBooterSignature</key> + <false/> <key>ForceExitBootServices</key> <false/> <key>ProtectMemoryRegions</key> @@ -201,12 +335,7 @@ </dict> </dict> <key>Delete</key> - <dict> - <key>PciRoot(0x0)/Pci(0x1b,0x0)</key> - <array> - <string>MaximumBootBeepVolume</string> - </array> - </dict> + <dict/> </dict> <key>Kernel</key> <dict> @@ -216,17 +345,35 @@ <key>Arch</key> <string>Any</string> <key>BundlePath</key> - <string>VoodooHDA.kext</string> + <string>Lilu.kext</string> <key>Comment</key> - <string></string> + <string>Patch engine</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> - <string>Contents/MacOS/VoodooHDA</string> + <string>Contents/MacOS/Lilu</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> + <string>8.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>Any</string> + <key>BundlePath</key> + <string>VirtualSMC.kext</string> + <key>Comment</key> + <string>SMC emulator</string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string>Contents/MacOS/VirtualSMC</string> + <key>MaxKernel</key> <string></string> + <key>MinKernel</key> + <string>8.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> @@ -234,17 +381,35 @@ <key>Arch</key> <string>x86_64</string> <key>BundlePath</key> - <string>Lilu.kext</string> + <string>WhateverGreen.kext</string> <key>Comment</key> - <string>Patch engine</string> + <string>Video patches</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> - <string>Contents/MacOS/Lilu</string> + <string>Contents/MacOS/WhateverGreen</string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>10.0.0</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>Audio patches</string> + <key>Enabled</key> + <true/> + <key>ExecutablePath</key> + <string>Contents/MacOS/AppleALC</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> - <string>12.0.0</string> + <string>8.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> @@ -252,17 +417,17 @@ <key>Arch</key> <string>x86_64</string> <key>BundlePath</key> - <string>VirtualSMC.kext</string> + <string>IntelMausi.kext</string> <key>Comment</key> - <string>SMC emulator</string> + <string>Intel Ethernet LAN</string> <key>Enabled</key> <false/> <key>ExecutablePath</key> - <string>Contents/MacOS/VirtualSMC</string> + <string>Contents/MacOS/IntelMausi</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> - <string>12.0.0</string> + <string>13.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> @@ -270,37 +435,131 @@ <key>Arch</key> <string>x86_64</string> <key>BundlePath</key> - <string>WhateverGreen.kext</string> + <string>Legacy_USB3.kext</string> <key>Comment</key> - <string>Video patches</string> + <string>XHC ports configuration</string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string></string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>15.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>x86_64</string> + <key>BundlePath</key> + <string>MCEReporterDisabler.kext</string> + <key>Comment</key> + <string>AppleMCEReporter disabler</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> - <string>Contents/MacOS/WhateverGreen</string> + <string></string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> - <string>12.0.0</string> + <string>19.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> + <key>Arch</key> + <string>x86_64</string> <key>BundlePath</key> - <string>AGPMInjector.kext</string> + <string>VoodooPS2Controller.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> - <true/> + <false/> <key>ExecutablePath</key> + <string>Contents/MacOS/VoodooPS2Controller</string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>15.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>x86_64</string> + <key>BundlePath</key> + <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext</string> + <key>Comment</key> <string></string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string>Contents/MacOS/VoodooPS2Keyboard</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> + <string>15.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>x86_64</string> + <key>BundlePath</key> + <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext</string> + <key>Comment</key> <string></string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string>Contents/MacOS/VoodooPS2Mouse</string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>15.0.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> + <key>Arch</key> + <string>x86_64</string> + <key>BundlePath</key> + <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string>Contents/MacOS/VoodooPS2Trackpad</string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>15.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>x86_64</string> + <key>BundlePath</key> + <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext</string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>ExecutablePath</key> + <string>Contents/MacOS/VoodooInput</string> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string>15.0.0</string> + <key>PlistPath</key> + <string>Contents/Info.plist</string> + </dict> + <dict> + <key>Arch</key> + <string>x86_64</string> <key>BundlePath</key> <string>USBPorts.kext</string> <key>Comment</key> @@ -320,9 +579,9 @@ <key>Arch</key> <string>x86_64</string> <key>BundlePath</key> - <string>MCEReporterDisabler.kext</string> + <string>AGPMInjector.kext</string> <key>Comment</key> - <string>AppleMCEReporter disabler</string> + <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> @@ -330,7 +589,7 @@ <key>MaxKernel</key> <string></string> <key>MinKernel</key> - <string>19.0.0</string> + <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> @@ -362,6 +621,12 @@ <data> ////AAAAAAAAAAAAAAAAAA== </data> + <key>DummyPowerManagement</key> + <true/> + <key>MaxKernel</key> + <string></string> + <key>MinKernel</key> + <string></string> </dict> <key>Force</key> <array> @@ -371,13 +636,13 @@ <key>BundlePath</key> <string>System/Library/Extensions/IONetworkingFamily.kext</string> <key>Comment</key> - <string>Patch engine</string> + <string></string> <key>Enabled</key> <false/> - <key>Identifier</key> - <string>com.apple.iokit.IONetworkingFamily</string> <key>ExecutablePath</key> <string>Contents/MacOS/IONetworkingFamily</string> + <key>Identifier</key> + <string>com.apple.iokit.IONetworkingFamily</string> <key>MaxKernel</key> <string>13.99.99</string> <key>MinKernel</key> @@ -389,17 +654,19 @@ <key>Patch</key> <array> <dict> + <key>Arch</key> + <string>x86_64</string> <key>Base</key> - <string>_cpu_topology_sort</string> + <string></string> <key>Comment</key> - <string>algrey - cpu_topology_sort -disable _x86_validate_topology</string> + <string>algrey - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data> - 6AAA//8= + MduAPQAAAAAGdQA= </data> <key>Identifier</key> <string>kernel</string> @@ -407,15 +674,15 @@ <integer>0</integer> <key>Mask</key> <data> - /wAA//8= + /////wAAAP///wA= </data> <key>MaxKernel</key> - <string>20.99.99</string> + <string>20.3.99</string> <key>MinKernel</key> <string>17.0.0</string> <key>Replace</key> <data> - Dx9EAAA= + u7xP6njpXQAAAJA= </data> <key>ReplaceMask</key> <data> @@ -424,17 +691,19 @@ <integer>0</integer> </dict> <dict> + <key>Arch</key> + <string>x86_64</string> <key>Base</key> <string></string> <key>Comment</key> - <string>algrey - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN</string> + <string>algrey - thenickdude - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN (Big Sur 11.3 and newer)</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data> - MduAPQAAAAAGdQA= + MdKzAYA9AAAAAAZ1 </data> <key>Identifier</key> <string>kernel</string> @@ -442,15 +711,15 @@ <integer>0</integer> <key>Mask</key> <data> - /////wAAAP///wA= + ////////AAAAAP// </data> <key>MaxKernel</key> - <string>20.99.99</string> + <string>21.99.99</string> <key>MinKernel</key> - <string>17.0.0</string> + <string>20.4.0</string> <key>Replace</key> <data> - u7xP6njpXQAAAJA= + urxP6nizAJCQkJDr </data> <key>ReplaceMask</key> <data> @@ -477,18 +746,26 @@ <true/> <key>DisableRtcChecksum</key> <false/> - <key>DummyPowerManagement</key> - <true/> + <key>ExtendBTFeatureFlags</key> + <false/> <key>ExternalDiskIcons</key> <false/> + <key>ForceSecureBootScheme</key> + <true/> <key>IncreasePciBarSize</key> <false/> <key>LapicKernelPanic</key> <false/> + <key>LegacyCommpage</key> + <false/> <key>PanicNoKextDump</key> <false/> <key>PowerTimeoutKernelPanic</key> <false/> + <key>ProvideCurrentCpuInfo</key> + <true/> + <key>SetApfsTrimTimeout</key> + <integer>-1</integer> <key>ThirdPartyDrives</key> <false/> <key>XhciPortLimit</key> @@ -496,10 +773,12 @@ </dict> <key>Scheme</key> <dict> + <key>CustomKernel</key> + <false/> <key>FuzzyMatch</key> <true/> <key>KernelArch</key> - <string>x86_64</string> + <string>Auto</string> <key>KernelCache</key> <string>Auto</string> </dict> @@ -516,12 +795,18 @@ <string>Auto</string> <key>HideAuxiliary</key> <false/> + <key>LauncherOption</key> + <string>Disabled</string> + <key>LauncherPath</key> + <string>Default</string> <key>PickerAttributes</key> - <integer>1</integer> + <integer>17</integer> <key>PickerAudioAssist</key> <false/> <key>PickerMode</key> <string>External</string> + <key>PickerVariant</key> + <string>Auto</string> <key>PollAppleHotKeys</key> <true/> <key>ShowPicker</key> @@ -529,7 +814,7 @@ <key>TakeoffDelay</key> <integer>0</integer> <key>Timeout</key> - <integer>0</integer> + <integer>45</integer> </dict> <key>Debug</key> <dict> @@ -557,13 +842,15 @@ <key>AllowNvramReset</key> <true/> <key>AllowSetDefault</key> - <false/> + <true/> + <key>AllowToggleSip</key> + <true/> <key>ApECID</key> <integer>0</integer> <key>AuthRestart</key> <false/> - <key>BootProtect</key> - <string>None</string> + <key>BlacklistAppleUpdate</key> + <true/> <key>DmgLoading</key> <string>Signed</string> <key>EnablePassword</key> @@ -594,10 +881,36 @@ <string>Not signed for security reasons</string> <key>Enabled</key> <true/> + <key>Flavour</key> + <string>OpenShell:UEFIShell:Shell</string> <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>Memory testing utility</string> + <key>Enabled</key> + <false/> + <key>Flavour</key> + <string>MemTest</string> + <key>Name</key> + <string>memtest86</string> + <key>Path</key> + <string>memtest86/BOOTX64.efi</string> + <key>RealPath</key> + <true/> + <key>TextMode</key> + <false/> </dict> <dict> <key>Arguments</key> @@ -607,11 +920,17 @@ <key>Comment</key> <string>Perform shutdown</string> <key>Enabled</key> - <true/> + <false/> + <key>Flavour</key> + <string>Auto</string> <key>Name</key> <string>Shutdown</string> <key>Path</key> <string>ResetSystem.efi</string> + <key>RealPath</key> + <false/> + <key>TextMode</key> + <false/> </dict> </array> </dict> @@ -633,6 +952,8 @@ </dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> + <key>ForceDisplayRotationInEFI</key> + <integer>0</integer> <key>SystemAudioVolume</key> <data>Rg==</data> <key>boot-args</key> @@ -643,6 +964,8 @@ <data>ZwAAAA==</data> <key>prev-lang:kbd</key> <data>ZW4tVVM6MA==</data> + <key>run-efi-updater</key> + <string>No</string> </dict> </dict> <key>Delete</key> @@ -659,6 +982,7 @@ <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>boot-args</string> + <string>ForceDisplayRotationInEFI</string> </array> </dict> <key>LegacyEnable</key> @@ -679,6 +1003,8 @@ <string>bluetoothInternalControllerInfo</string> <string>flagstate</string> <string>fmm-computer-name</string> + <string>fmm-mobileme-token-FMM</string> + <string>fmm-mobileme-token-FMM-BridgeHasAccount</string> <string>nvda_drv</string> <string>prev-lang:kbd</string> </array> @@ -698,16 +1024,24 @@ <dict> <key>Automatic</key> <true/> + <key>CustomMemory</key> + <false/> <key>Generic</key> <dict> - <key>AdviseWindows</key> + <key>AdviseFeatures</key> + <false/> + <key>MaxBIOSVersion</key> <false/> <key>MLB</key> <string>{{BOARD_SERIAL}}</string> + <key>ProcessorType</key> + <integer>0</integer> <key>ROM</key> <data>{{ROM}}</data> <key>SpoofVendor</key> <true/> + <key>SystemMemoryStatus</key> + <string>Auto</string> <key>SystemProductName</key> <string>{{DEVICE_MODEL}}</string> <key>SystemSerialNumber</key> @@ -723,6 +1057,8 @@ <true/> <key>UpdateSMBIOSMode</key> <string>Create</string> + <key>UseRawUuidEncoding</key> + <false/> </dict> <key>UEFI</key> <dict> @@ -733,13 +1069,30 @@ <key>GlobalConnect</key> <false/> <key>HideVerbose</key> - <false/> - <key>JumpstartHotPlug</key> <true/> + <key>JumpstartHotPlug</key> + <false/> <key>MinDate</key> - <integer>0</integer> + <integer>-1</integer> <key>MinVersion</key> - <integer>0</integer> + <integer>-1</integer> + </dict> + <key>AppleInput</key> + <dict> + <key>AppleEvent</key> + <string>Builtin</string> + <key>CustomDelays</key> + <false/> + <key>GraphicsInputMirroring</key> + <true/> + <key>KeyInitialDelay</key> + <integer>50</integer> + <key>KeySubsequentDelay</key> + <integer>5</integer> + <key>PointerSpeedDiv</key> + <integer>1</integer> + <key>PointerSpeedMul</key> + <integer>1</integer> </dict> <key>Audio</key> <dict> @@ -754,7 +1107,11 @@ <key>MinimumVolume</key> <integer>20</integer> <key>PlayChime</key> + <string>Auto</string> + <key>ResetTrafficClass</key> <false/> + <key>SetupDelay</key> + <integer>0</integer> <key>VolumeAmplifier</key> <integer>0</integer> </dict> @@ -762,20 +1119,166 @@ <true/> <key>Drivers</key> <array> - <string>VBoxHfs.efi</string> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string>HFS+ Driver</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> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <true/> + <key>Path</key> <string>OpenCanopy.efi</string> - <string>#AudioDxe.efi</string> - <string>#OpenUsbKbDxe.efi</string> - <string>#UsbMouseDxe.efi</string> - <string>#Ps2KeyboardDxe.efi</string> - <string>#Ps2MouseDxe.efi</string> - <string>#HiiDatabase.efi</string> - <string>#NvmExpressDxe.efi</string> - <string>#XhciDxe.efi</string> - <string>#ExFatDxe.efi</string> - <string>#PartitionDxe.efi</string> - <string>#CrScreenshotDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>AudioDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <true/> + <key>Path</key> + <string>OpenPartitionDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>OpenUsbKbDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>UsbMouseDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>Ps2KeyboardDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>Ps2MouseDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>HiiDatabase.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>NvmExpressDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>XhciDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>ExFatDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>CrScreenshotDxe.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>ext4_x64.efi</string> + </dict> + <dict> + <key>Arguments</key> + <string></string> + <key>Comment</key> + <string></string> + <key>Enabled</key> + <false/> + <key>Path</key> + <string>OpenLinuxBoot.efi</string> + </dict> </array> <key>Input</key> <dict> @@ -783,8 +1286,6 @@ <false/> <key>KeyForgetThreshold</key> <integer>5</integer> - <key>KeyMergeThreshold</key> - <integer>2</integer> <key>KeySupport</key> <true/> <key>KeySupportMode</key> @@ -806,6 +1307,10 @@ <string></string> <key>DirectGopRendering</key> <false/> + <key>ForceResolution</key> + <false/> + <key>GopPassThrough</key> + <string>Disabled</string> <key>IgnoreTextInGraphics</key> <false/> <key>ProvideConsoleGop</key> @@ -831,7 +1336,7 @@ <false/> <key>AppleDebugLog</key> <false/> - <key>AppleEvent</key> + <key>AppleEg2Info</key> <false/> <key>AppleFramebufferInfo</key> <false/> @@ -854,7 +1359,7 @@ <key>DeviceProperties</key> <false/> <key>FirmwareVolume</key> - <false/> + <true/> <key>HashServices</key> <false/> <key>OSInfo</key> @@ -864,20 +1369,30 @@ </dict> <key>Quirks</key> <dict> + <key>ActivateHpetSupport</key> + <false/> + <key>DisableSecurityPolicy</key> + <false/> + <key>EnableVectorAcceleration</key> + <true/> <key>ExitBootServicesDelay</key> <integer>0</integer> + <key>ForceOcWriteFlash</key> + <{{THINKPAD}}/> + <key>ForgeUefiSupport</key> + <false/> <key>IgnoreInvalidFlexRatio</key> <false/> <key>ReleaseUsbOwnership</key> <false/> + <key>ReloadOptionRoms</key> + <false/> <key>RequestBootVarRouting</key> <true/> <key>TscSyncTimeout</key> <integer>0</integer> <key>UnblockFsConnect</key> - <true/> - <key>ConnectDrivers</key> - <true/> + <false/> </dict> </dict> </dict> |