This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic HD 4000 framebuffer support
- Loading branch information
1 parent
aa1e3bf
commit 1173250
Showing
38 changed files
with
1,496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
# 0.0.14 | ||
|
||
- Add basic HD 4000 framebuffer support | ||
|
||
# 0.0.13 | ||
|
||
- Add basic Monterey SMBIOS support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Pulled from macOS 10.13.6: | ||
|
||
- IOAcceleratorFamily2.kext | ||
- AMD2400Controller.kext | ||
- AMD2600Controller.kext | ||
- AMD3800Controller.kext | ||
- AMD4600Controller.kext | ||
- AMD4800Controller.kext | ||
- AMD5000Controller.kext | ||
- AMD6000Controller.kext | ||
- AMDFramebuffer.kext | ||
- AMDLegacyFramebuffer.kext | ||
- AMDLegacySupport.kext | ||
- AMDRadeonVADriver.bundle | ||
- AMDRadeonVADriver2.bundle | ||
- AMDRadeonX3000.kext | ||
- AMDRadeonX3000GLDriver.bundle | ||
- AMDShared.bundle | ||
- AMDSupport.kext | ||
- ATIRadeonX2000.kext | ||
- ATIRadeonX2000GA.plugin | ||
- ATIRadeonX2000GLDriver.bundle | ||
- ATIRadeonX2000VADriver.bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Pulled from macOS 10.13.6: | ||
|
||
- IOSurface.kext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Pulled from macOS 10.13.6: | ||
|
||
- AppleIntelHDGraphics.kext | ||
- AppleIntelHDGraphicsFB.kext | ||
- AppleIntelHDGraphicsGA.plugin | ||
- AppleIntelHDGraphicsGLDriver.bundle | ||
- AppleIntelHDGraphicsVADriver.bundle |
261 changes: 261 additions & 0 deletions
261
...cceleration/Intel-Gen6-SandyBridge/AppleIntelSNBGraphicsFB-Clean.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,261 @@ | ||
<?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> | ||
<key>BuildMachineOSBuild</key> | ||
<string>16B2657</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AppleIntelSNBGraphicsFB</string> | ||
<key>CFBundleGetInfoString</key> | ||
<string>AppleIntelSNBGraphicsFB 10.4.14</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>10.4.14</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>10.0.4</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>9P107g</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>17F68</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.13internal</string> | ||
<key>DTXcode</key> | ||
<string>0930</string> | ||
<key>DTXcodeBuild</key> | ||
<string>9P107g</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>AppleIntelMEIDriver</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>IOClass</key> | ||
<string>AppleIntelMEIDriver</string> | ||
<key>IOMatchCategory</key> | ||
<string>IODefaultMatchCategory</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x1C3A8086</string> | ||
<key>IOProbeScore</key> | ||
<integer>80000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOSourceVersion</key> | ||
<string>0.0.0.0.0</string> | ||
</dict> | ||
<key>AppleIntelSNBGraphicsController</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>FBCControl</key> | ||
<dict> | ||
<key>Compression</key> | ||
<integer>0</integer> | ||
</dict> | ||
<key>FeatureControl</key> | ||
<dict> | ||
<key>DPM</key> | ||
<integer>1</integer> | ||
<key>FBC</key> | ||
<integer>0</integer> | ||
<key>GPUInterruptHandling</key> | ||
<integer>1</integer> | ||
<key>Gamma</key> | ||
<integer>1</integer> | ||
<key>IgnorePanelTimings</key> | ||
<integer>0</integer> | ||
<key>MaximumSelfRefreshLevel</key> | ||
<integer>3</integer> | ||
<key>PowerStates</key> | ||
<integer>0</integer> | ||
<key>RenderStandby</key> | ||
<integer>1</integer> | ||
<key>SetRC6Voltage</key> | ||
<integer>0</integer> | ||
<key>UseInterruptFilter</key> | ||
<integer>1</integer> | ||
<key>Watermarks</key> | ||
<integer>1</integer> | ||
</dict> | ||
<key>IOClass</key> | ||
<string>AppleIntelSNBGraphicsFB</string> | ||
<key>IOMatchCategory</key> | ||
<string>IOFramebuffer</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x04800000&0xfff00000</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x010b8086</string> | ||
<key>IOProbeScore</key> | ||
<integer>80000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOSourceVersion</key> | ||
<string>0.0.0.0.0</string> | ||
</dict> | ||
<key>AppleIntelSNBGraphicsController2</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>FBCControl</key> | ||
<dict> | ||
<key>Compression</key> | ||
<integer>0</integer> | ||
</dict> | ||
<key>FeatureControl</key> | ||
<dict> | ||
<key>DPM</key> | ||
<integer>1</integer> | ||
<key>FBC</key> | ||
<integer>0</integer> | ||
<key>GPUInterruptHandling</key> | ||
<integer>1</integer> | ||
<key>Gamma</key> | ||
<integer>1</integer> | ||
<key>IgnorePanelTimings</key> | ||
<integer>0</integer> | ||
<key>MaximumSelfRefreshLevel</key> | ||
<integer>3</integer> | ||
<key>PowerStates</key> | ||
<integer>0</integer> | ||
<key>RenderStandby</key> | ||
<integer>1</integer> | ||
<key>SetRC6Voltage</key> | ||
<integer>0</integer> | ||
<key>ThreadingMode</key> | ||
<integer>0</integer> | ||
<key>UseInterruptFilter</key> | ||
<integer>1</integer> | ||
<key>Watermarks</key> | ||
<integer>1</integer> | ||
</dict> | ||
<key>IOClass</key> | ||
<string>AppleIntelSNBGraphicsFB</string> | ||
<key>IOMatchCategory</key> | ||
<string>IOFramebuffer</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x03000000&0xff000000</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x01028086</string> | ||
<key>IOProbeScore</key> | ||
<integer>80000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOSourceVersion</key> | ||
<string>0.0.0.0.0</string> | ||
</dict> | ||
<key>AppleIntelSNBGraphicsFB</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>FBCControl</key> | ||
<dict> | ||
<key>Compression</key> | ||
<integer>0</integer> | ||
</dict> | ||
<key>FeatureControl</key> | ||
<dict> | ||
<key>CachedEDIDDisable</key> | ||
<integer>0</integer> | ||
<key>DPM</key> | ||
<integer>1</integer> | ||
<key>FBC</key> | ||
<integer>0</integer> | ||
<key>FastDisplayDetectDisable</key> | ||
<integer>0</integer> | ||
<key>GPUInterruptHandling</key> | ||
<integer>1</integer> | ||
<key>Gamma</key> | ||
<integer>1</integer> | ||
<key>IgnorePanelTimings</key> | ||
<integer>0</integer> | ||
<key>MaximumSelfRefreshLevel</key> | ||
<integer>3</integer> | ||
<key>PowerStates</key> | ||
<integer>1</integer> | ||
<key>RenderStandby</key> | ||
<integer>1</integer> | ||
<key>SetRC6Voltage</key> | ||
<integer>0</integer> | ||
<key>SpreadON</key> | ||
<integer>1</integer> | ||
<key>UseInterruptFilter</key> | ||
<integer>1</integer> | ||
<key>Watermarks</key> | ||
<integer>1</integer> | ||
</dict> | ||
<key>IOClass</key> | ||
<string>AppleIntelSNBGraphicsFB</string> | ||
<key>IOMatchCategory</key> | ||
<string>IOFramebuffer</string> | ||
<key>IOPCIClassMatch</key> | ||
<string>0x03000000&0xff000000</string> | ||
<key>IOPCIPrimaryMatch</key> | ||
<string>0x01068086 0x11068086 0x16018086 01168086 01268086</string> | ||
<key>IOProbeScore</key> | ||
<integer>80000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>IOSourceVersion</key> | ||
<string>10.4.14</string> | ||
</dict> | ||
<key>FBClientController</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AppleIntelSNBGraphicsFB</string> | ||
<key>IOClass</key> | ||
<string>AppleMEClientController</string> | ||
<key>IOMatchCategory</key> | ||
<string>AppleMEClientController</string> | ||
<key>IOProviderClass</key> | ||
<string>AppleIntelSNBGraphicsFB</string> | ||
<key>IOUserClientClass</key> | ||
<string>AppleSNBFBUserClient</string> | ||
<key>RetryCount</key> | ||
<integer>3</integer> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 1999-2012 Apple Inc. All rights reserved.</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.iokit.IOGraphicsFamily</key> | ||
<string>1.3</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>1.1</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.private</key> | ||
<string>10.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>10.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Safe Boot</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+294 KB
...en6-SandyBridge/AppleIntelSNBGraphicsFB-Clean.kext/Contents/MacOS/AppleIntelSNBGraphicsFB
Binary file not shown.
Oops, something went wrong.