Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
add native intel wifi support
Browse files Browse the repository at this point in the history
Used Airportitlwm.kext
  • Loading branch information
voltangle committed Sep 29, 2020
1 parent 45c24e5 commit d628103
Show file tree
Hide file tree
Showing 173 changed files with 42 additions and 256 deletions.
Binary file modified .DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file added EFI/OC/Drivers/HiiDatabase.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenUsbKbDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/Ps2KeyboardDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/Ps2MouseDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/UsbMouseDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/XhciDxe.efi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>19G73</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>CFBundleIdentifier</key>
<string>com.zxystd.itlwm</string>
<string>com.zxystd.AirportItlwm</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
Expand All @@ -27,25 +27,25 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E608c</string>
<string>11E708</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16C58</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>1150</string>
<string>1160</string>
<key>DTXcodeBuild</key>
<string>11E608c</string>
<string>11E708</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.itlwm</string>
<string>com.zxystd.AirportItlwm</string>
<key>IOClass</key>
<string>itlwm</string>
<string>AirportItlwm</string>
<key>IOMatchCategory</key>
<string>IODefaultMatchCategory</string>
<key>IOPCIPrimaryMatch</key>
Expand All @@ -54,8 +54,6 @@
<integer>2000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>ItlNetworkUserClient</string>
<key>WiFiConfig</key>
<dict>
<key>WiFi_1</key>
Expand Down Expand Up @@ -90,11 +88,13 @@
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IO80211Family</key>
<string>1200.12.2b1</string>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>3.2</string>
<key>com.apple.iokit.IOPCIFamily</key>
Expand All @@ -108,7 +108,5 @@
<key>com.apple.kpi.mach</key>
<string>16.7</string>
</dict>
<key>OSBundleRequired</key>
<string>Network-Root</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.6</string>
<string>1.4.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.6</string>
<string>1.4.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<string>1.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.1</string>
<string>1.4.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Binary file added EFI/OC/OpenCore.efi
Binary file not shown.
Binary file added EFI/OC/Resources/Image/ExtHardDrive.icns
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 26 additions & 8 deletions IntelWireless/EFI/OC/config.plist → EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
<key>SignalAppleOS</key>
<false/>
<key>SyncRuntimePermissions</key>
<true/>
<false/>
</dict>
</dict>
<key>DeviceProperties</key>
Expand Down Expand Up @@ -1215,6 +1215,8 @@
</dict>
<key>Debug</key>
<dict>
<key>SerialInit</key>
<false/>
<key>#Target </key>
<integer>67</integer>
<key>AppleDebug</key>
Expand Down Expand Up @@ -1251,12 +1253,24 @@
</array>
<key>Security</key>
<dict>
<key>SecureBootModel</key>
<string>Default</string>
<key>PasswordSalt</key>
<data></data>
<key>PasswordHash</key>
<data></data>
<key>EnablePassword</key>
<false/>
<key>DmgLoading</key>
<string>Signed</string>
<key>ApECID</key>
<integer>0</integer>
<key>AllowNvramReset</key>
<true/>
<key>AllowSetDefault</key>
<true/>
<key>AuthRestart</key>
<true/>
<false/>
<key>BootProtect</key>
<string>Bootstrap</string>
<key>ExposeSensitiveData</key>
Expand Down Expand Up @@ -1402,7 +1416,7 @@
<key>HideVerbose</key>
<true/>
<key>JumpstartHotPlug</key>
<true/>
<false/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
Expand Down Expand Up @@ -1430,9 +1444,7 @@
<key>Drivers</key>
<array>
<string>AudioDxe.efi</string>
<string>CrScreenshotDxe.efi</string>
<string>HfsPlus.efi</string>
<string>NvmExpressDxe.efi</string>
<string>OpenCanopy.efi</string>
<string>OpenRuntime.efi</string>
</array>
Expand Down Expand Up @@ -1484,6 +1496,10 @@
</dict>
<key>ProtocolOverrides</key>
<dict>
<key>AppleSecureBoot</key>
<false/>
<key>AppleImg4Verification</key>
<false/>
<key>AppleAudio</key>
<false/>
<key>AppleBootPolicy</key>
Expand All @@ -1501,15 +1517,15 @@
<key>AppleRtcRam</key>
<false/>
<key>AppleSmcIo</key>
<true/>
<false/>
<key>AppleUserInterfaceTheme</key>
<false/>
<key>DataHub</key>
<false/>
<key>DeviceProperties</key>
<false/>
<key>FirmwareVolume</key>
<true/>
<false/>
<key>HashServices</key>
<false/>
<key>OSInfo</key>
Expand All @@ -1532,11 +1548,13 @@
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
<true/>
<false/>
</dict>
<key>ReservedMemory</key>
<array>
<dict>
<key>Type</key>
<string>Reserved</string>
<key>Address</key>
<integer>268435456</integer>
<key>Comment</key>
Expand Down
Binary file removed IntelWireless/.DS_Store
Binary file not shown.
Binary file removed IntelWireless/EFI/.DS_Store
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/.DS_Store
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/ACPI/.DS_Store
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/Drivers/.DS_Store
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file removed IntelWireless/EFI/OC/Kexts/.DS_Store
Binary file not shown.

This file was deleted.

Loading

0 comments on commit d628103

Please sign in to comment.