Skip to content

Commit

Permalink
add Sequoia for IntelWLAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mrasong committed Dec 13, 2024
1 parent 2eb640f commit dca7d80
Showing 1 changed file with 119 additions and 6 deletions.
125 changes: 119 additions & 6 deletions EFI-With-Intel-WLAN/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,116 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>RestrictEvents.kext</string>
<key>Comment</key>
<string>V1.1.5</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/RestrictEvents</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>AMFIPass.kext</string>
<key>Comment</key>
<string>V1.4.1</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AMFIPass</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IOSkywalkFamily.kext</string>
<key>Comment</key>
<string>V1.0</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IOSkywalkFamily</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IO80211FamilyLegacy.kext</string>
<key>Comment</key>
<string>V1200.12.2b1</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IO80211FamilyLegacy</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext</string>
<key>Comment</key>
<string>V1400.1.1</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirPortBrcmNIC</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>
<array>
<dict>
<key>Arch</key>
<string>Any</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>Identifier</key>
<string>com.apple.iokit.IOSkywalkFamily</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>Strategy</key>
<string>Exclude</string>
</dict>
</array>
<key>Emulate</key>
<dict>
<key>Cpuid1Data</key>
Expand All @@ -371,7 +478,7 @@
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<string>20.0.0</string>
</dict>
<key>Force</key>
<array/>
Expand Down Expand Up @@ -521,7 +628,7 @@
<key>ScanPolicy</key>
<integer>0</integer>
<key>SecureBootModel</key>
<string>Default</string>
<string>Disabled</string>
<key>Vault</key>
<string>Optional</string>
</dict>
Expand Down Expand Up @@ -571,7 +678,7 @@
<key>Enabled</key>
<true/>
<key>Flavour</key>
<string>OpenShell:UEFIShell:Shell</string>
<string>Auto</string>
<key>FullNvramAccess</key>
<false/>
<key>Name</key>
Expand Down Expand Up @@ -618,6 +725,10 @@
</dict>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<dict>
<key>OCLP-Settings</key>
<string>-allow_amfi</string>
<key>revpatch</key>
<string>sbvmm</string>
<key>rtc-blacklist</key>
<data></data>
</dict>
Expand All @@ -626,9 +737,9 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>keepsyms=1 debug=0x100 igfxonln=1</string>
<string>keepsyms=1 debug=0x100 igfxonln=1 ipc_control_port_options=0</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<data>fwoAAA==</data>
<key>run-efi-updater</key>
<string>No</string>
</dict>
Expand All @@ -642,10 +753,12 @@
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<array>
<string>rtc-blacklist</string>
<string>revpatch</string>
</array>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>boot-args</string>
<string>csr-active-config</string>
</array>
</dict>
<key>LegacyOverwrite</key>
Expand Down

0 comments on commit dca7d80

Please sign in to comment.