Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fix PNLF and CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jan 19, 2020
1 parent 7619daf commit db75057
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 125 deletions.
Binary file not shown.
127 changes: 126 additions & 1 deletion Mi-NB-Air-125-7y-Series/EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<dict>
<key>DropOEM_DSM</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddPNLF</key>
<true/>
</dict>
<key>Patches</key>
<array>
<dict>
Expand Down Expand Up @@ -185,12 +190,110 @@
<dict>
<key>Properties</key>
<dict>
<key>PciRoot(0x0)/Pci(0x0,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,0,0</string>
<key>device_type</key>
<string>Host bridge</string>
<key>model</key>
<string>Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers</string>
</dict>
<key>PciRoot(0x0)/Pci(0x14,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,20,0</string>
<key>device_type</key>
<string>USB controller</string>
<key>model</key>
<string>Sunrise Point-LP USB 3.0 xHCI Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x15,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,21,0</string>
<key>device_type</key>
<string>Signal processing controller</string>
<key>model</key>
<string>Sunrise Point-LP Serial IO I2C Controller #0</string>
</dict>
<key>PciRoot(0x0)/Pci(0x16,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,22,0</string>
<key>device_type</key>
<string>Communication controller</string>
<key>model</key>
<string>Sunrise Point-LP CSME HECI #1</string>
</dict>
<key>PciRoot(0x0)/Pci(0x17,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,23,0</string>
<key>device_type</key>
<string>SATA controller</string>
<key>model</key>
<string>Sunrise Point-LP SATA Controller [AHCI mode]</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1d,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,29,0</string>
<key>device_type</key>
<string>PCI bridge</string>
<key>model</key>
<string>Sunrise Point-LP PCI Express Root Port #9</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1d,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,29,0/0,0</string>
<key>device_type</key>
<string>Network controller</string>
<key>model</key>
<string>Wireless 8260</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1f,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,0</string>
<key>device_type</key>
<string>ISA bridge</string>
<key>model</key>
<string>Sunrise Point-LP LPC Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1f,0x2)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,2</string>
<key>device_type</key>
<string>Memory controller</string>
<key>model</key>
<string>Sunrise Point-LP PMC</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,3</string>
<key>device-id</key>
<data>cKEAAA==</data>
<data>cJ0AAA==</data>
<key>device_type</key>
<string>Audio device</string>
<key>hda-gfx</key>
<string>onboard-1</string>
<key>layout-id</key>
<data>AwAAAA==</data>
<key>model</key>
<string>100 Series/C230 Series Chipset Family HD Audio Controller</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1f,0x4)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,4</string>
<key>device_type</key>
<string>SMBus</string>
<key>model</key>
<string>Sunrise Point-LP SMBus</string>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
Expand Down Expand Up @@ -227,7 +330,29 @@
<key>framebuffer-unifiedmem</key>
<data>AAAAgA==</data>
</dict>
<key>PciRoot(0x0)/Pci(0x4,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,4,0</string>
<key>device_type</key>
<string>Signal processing controller</string>
<key>model</key>
<string>Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem</string>
</dict>
<key>PciRoot(0x0)/Pci(0x8,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,8,0</string>
<key>device_type</key>
<string>System peripheral</string>
<key>model</key>
<string>Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model</string>
</dict>
</dict>
<key>SetIntelBacklight</key>
<true/>
<key>SetIntelMaxBacklight</key>
<true/>
<key>USB</key>
<dict>
<key>FixOwnership</key>
Expand Down
14 changes: 6 additions & 8 deletions Mi-NB-Air-125-7y-Series/EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/Info.plist
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19C57</string>
<string>18E226</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11C29</string>
<string>10E1001</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>19B90</string>
<string>18E219</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1130</string>
<string>1020</string>
<key>DTXcodeBuild</key>
<string>11C29</string>
<string>10E1001</string>
<key>IOKitPersonalities</key>
<dict>
<key>CPUFriend</key>
Expand Down Expand Up @@ -74,8 +74,6 @@
<string>ACPI</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 - 2019 PMheart. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
Expand Down
Binary file not shown.

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit db75057

Please sign in to comment.