Skip to content

Commit

Permalink
Initial commit with an amateur but working config
Browse files Browse the repository at this point in the history
  • Loading branch information
lorea committed Jun 22, 2021
1 parent 5e7de05 commit 05003c9
Show file tree
Hide file tree
Showing 378 changed files with 148,540 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EFI/BOOT/.contentFlavour
EFI/OC/.contentFlavour
EFI/OC/config-backup.plist
Binary file added EFI/.DS_Store
Binary file not shown.
Binary file added EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file added EFI/OC/.DS_Store
Binary file not shown.
Binary file added EFI/OC/ACPI/.DS_Store
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-AWAC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EC-USBX-LAPTOP.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-EHCx_OFF.aml
Binary file not shown.
15 changes: 15 additions & 0 deletions EFI/OC/ACPI/SSDT-Enable_DynamicEWMode.dsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DefinitionBlock ("", "SSDT", 2, "hack", "ps2", 0)
{
External(_SB.PCI0.LPCB.PS2M , DeviceObj)
Scope(_SB.PCI0.LPCB.PS2M)
{
Name(RMCF, Package()
{
"Synaptics TouchPad", Package()
{
"DynamicEWMode", ">y",
},
})
}
}
//EOF
Binary file added EFI/OC/ACPI/SSDT-IGPU.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG-DRTNIA.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PLUG.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PMC.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-PNLF.aml
Binary file not shown.
Binary file added EFI/OC/ACPI/SSDT-XOSI.aml
Binary file not shown.
Binary file added EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/HfsPlus.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/HiiDatabase.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/NvmExpressDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenHfsPlus.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenPartitionDxe.efi
Binary file not shown.
Binary file added EFI/OC/Drivers/OpenRuntime.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.
Binary file added EFI/OC/Kexts/.DS_Store
Binary file not shown.
115 changes: 115 additions & 0 deletions EFI/OC/Kexts/ACPIBatteryManager.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?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>18A391</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>ACPIBatteryManager</string>
<key>CFBundleGetInfoString</key>
<string>1.90.1, Copyright 2011 Apple Inc., RehabMan 2012</string>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ACPIBatteryManager</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.90.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.90.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9F2000</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0941</string>
<key>DTXcodeBuild</key>
<string>9F2000</string>
<key>IOKitPersonalities</key>
<dict>
<key>ACPI AC Adapter</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>IOClass</key>
<string>ACPIACAdapter</string>
<key>IONameMatch</key>
<string>ACPI0003</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
<key>ACPI Battery Manager</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.rehabman.driver.AppleSmartBatteryManager</string>
<key>Configuration</key>
<dict>
<key>Correct16bitSignedCurrentRate</key>
<true/>
<key>CorrectCorruptCapacities</key>
<true/>
<key>CurrentDischargeRateMax</key>
<integer>20000</integer>
<key>EstimateCycleCountDivisor</key>
<integer>6</integer>
<key>FirstPollDelay</key>
<integer>4000</integer>
<key>StartupDelay</key>
<integer>0</integer>
<key>UseDesignVoltageForCurrentCapacity</key>
<true/>
<key>UseDesignVoltageForDesignCapacity</key>
<true/>
<key>UseDesignVoltageForMaxCapacity</key>
<true/>
<key>UseExtendedBatteryInformationMethod</key>
<true/>
<key>UseExtraBatteryInformationMethod</key>
<true/>
</dict>
<key>IOClass</key>
<string>AppleSmartBatteryManager</string>
<key>IONameMatch</key>
<string>PNP0C0A</string>
<key>IOProbeScore</key>
<integer>1000</integer>
<key>IOProviderClass</key>
<string>IOACPIPlatformDevice</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 Apple Inc. All rights reserved, RehabMan 2012</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0d1</string>
<key>com.apple.kpi.iokit</key>
<string>9.0</string>
<key>com.apple.kpi.libkern</key>
<string>9.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
<key>Source Code</key>
<string>https://github.com/RehabMan/OS-X-ACPI-Battery-Driver</string>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 05003c9

Please sign in to comment.