1 Star 0 Fork 0

fly3366/Dell-Ins3558-hackintosh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.plist 10.55 KB
一键复制 编辑 原始数据 按行查看 历史
fly3366 提交于 2019-01-23 17:29 . Add files via upload
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
<?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>ACPI</key>
<dict>
<key>DSDT</key>
<dict>
<key>Debug</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddDTGP</key>
<true/>
<key>AddHDMI</key>
<false/>
<key>AddIMEI</key>
<false/>
<key>AddMCHC</key>
<false/>
<key>AddPNLF</key>
<false/>
<key>FakeLPC</key>
<true/>
<key>FixADP1</key>
<true/>
<key>FixAirport</key>
<false/>
<key>FixDarwin</key>
<false/>
<key>FixDarwin7</key>
<true/>
<key>FixDisplay</key>
<false/>
<key>FixHDA</key>
<false/>
<key>FixHPET</key>
<true/>
<key>FixIPIC</key>
<true/>
<key>FixIntelGfx</key>
<false/>
<key>FixLAN</key>
<false/>
<key>FixRTC</key>
<true/>
<key>FixS3D</key>
<true/>
<key>FixSATA</key>
<false/>
<key>FixSBUS</key>
<false/>
<key>FixShutdown</key>
<false/>
<key>FixTMR</key>
<true/>
<key>FixUSB</key>
<false/>
<key>FixWAK</key>
<true/>
</dict>
<key>ReuseFFFF</key>
<false/>
<key>SlpSmiAtWake</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
</array>
<key>HaltEnabler</key>
<true/>
<key>PatchAPIC</key>
<true/>
<key>ResetAddress</key>
<string>0x0000000000000CF9</string>
<key>ResetValue</key>
<string>0x06</string>
<key>SSDT</key>
<dict>
<key>C3Latency</key>
<string>0x00FA</string>
<key>DoubleFirstState</key>
<false/>
<key>DropOem</key>
<false/>
<key>EnableC2</key>
<false/>
<key>EnableC4</key>
<false/>
<key>EnableC6</key>
<false/>
<key>EnableC7</key>
<false/>
<key>Generate</key>
<dict>
<key>APLF</key>
<false/>
<key>APSN</key>
<false/>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
<key>PluginType</key>
<true/>
</dict>
<key>PluginType</key>
<string>1</string>
<key>UseSystemIO</key>
<false/>
</dict>
<key>SortedOrder</key>
<array>
<string>ssdt.aml</string>
<string>SSDT-Config.aml</string>
<string>SSDT-CPUFriend.aml</string>
<string>SSDT-IGPU.aml</string>
<string>SSDT-HDEF.aml</string>
<string>SSDT-XOSI.aml</string>
<string>SSDT-ALS0.aml</string>
<string>SSDT-HDAU.aml</string>
<string>SSDT-HDMI-HD5500.aml</string>
<string>SSDT-EH01.aml</string>
<string>SSDT-EH02.aml</string>
<string>SSDT-PRW.aml</string>
<string>SSDT-REV.aml</string>
<string>SSDT-PNLF.aml</string>
<string>SSDT-13.aml</string>
<string>SSDT-14.aml</string>
<string>SSDT-15.aml</string>
<string>SSDT-16.aml</string>
<string>SSDT-17.aml</string>
<string>SSDT-18.aml</string>
<string>SSDT-19.aml</string>
</array>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>kext-dev-mode=1 -ath9565 darkwake=10</string>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>mac</string>
<key>Fast</key>
<false/>
<key>HibernationFixup</key>
<true/>
<key>Legacy</key>
<string>PBR</string>
<key>NeverHibernate</key>
<false/>
<key>Secure</key>
<false/>
<key>XMPDetection</key>
<string>Yes</string>
</dict>
<key>CPU</key>
<dict>
<key>C2</key>
<false/>
<key>C4</key>
<false/>
<key>C6</key>
<false/>
<key>Latency</key>
<string>0x00FA</string>
<key>UseARTFrequency</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>AFGLowPowerState</key>
<true/>
<key>Inject</key>
<integer>27</integer>
<key>ResetHDA</key>
<true/>
</dict>
<key>ForceHPET</key>
<false/>
<key>Inject</key>
<false/>
<key>LpcTune</key>
<false/>
<key>NoDefaultProperties</key>
<false/>
<key>Properties</key>
<dict>
<key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
<dict>
<key>layout-id</key>
<data>
GwAAAA==
</data>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>
AgAWFg==
</data>
<key>device-id</key>
<data>
FhYAAA==
</data>
<key>disable-external-gpu</key>
<data>
AQAAAA==
</data>
<key>enable-hdmi20</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-type</key>
<data>
AAgAAA==
</data>
<key>framebuffer-con2-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con2-type</key>
<data>
AAgAAA==
</data>
<key>framebuffer-fbmem</key>
<data>
AACQAA==
</data>
<key>framebuffer-patch-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-stolenmem</key>
<data>
AAAwAQ==
</data>
<key>framebuffer-unifiedmem</key>
<data>
AAAAgA==
</data>
</dict>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>HighCurrent</key>
<true/>
<key>Inject</key>
<true/>
</dict>
<key>UseIntelHDMI</key>
<false/>
</dict>
<key>DisableDrivers</key>
<array>
<string>GrubEXFAT</string>
<string>Nothing</string>
<string>CsmVideoDxe</string>
</array>
<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>UEFI internal</string>
<key>Hidden</key>
<string>Always</string>
<key>Ignore</key>
<false/>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>Other</string>
</dict>
</array>
</dict>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<false/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<true/>
<key>Linux</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>metal</string>
</dict>
<key>Graphics</key>
<dict>
<key>EDID</key>
<dict>
<key>Inject</key>
<false/>
</dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
<key>LoadVBios</key>
<false/>
<key>NvidiaGeneric</key>
<false/>
<key>NvidiaNoEFI</key>
<false/>
<key>NvidiaSingle</key>
<false/>
<key>PatchVBios</key>
<false/>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleIntelCPUPM</key>
<false/>
<key>AppleRTC</key>
<true/>
<key>Debug</key>
<false/>
<key>DellSMBIOSPatch</key>
<true/>
<key>ForceKextsToLoad</key>
<array>
<string>\System\Library\Extensions\IONetworkingFamily.kext</string>
</array>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<true/>
<key>KernelXCPM</key>
<false/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>
AQAAdRc=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
AQAA6xc=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.13.x </string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>
TIlduHZE
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelBDWGraphicsFramebuffer</string>
<key>Replace</key>
<data>
TIlduOtE
</data>
</dict>
<dict>
<key>Comment</key>
<string>Enable TRIM for SSD</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AIN9lBAPg1o=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
AIN9lB8Pg1o=
</data>
</dict>
<dict>
<key>Comment</key>
<string>HDMI-audio, port 0105/0204, 0x16260006</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>
AQULAAAEAAAHBQAAAgQLAAAEAAAHBQAA/wAAAAEAAABA
AAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelBDWGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQULAAAIAACCAAAAAgQLAAAIAACCAAAA/wAAAAEAAABA
AAAA
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>06/05/2018</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBP121.88Z.0177.B00.1806051659</string>
<key>Board-ID</key>
<string>Mac-E43C1C25D4880AD6</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>C026213064NF502A8</string>
<key>BoardType</key>
<integer>10</integer>
<key>BoardVersion</key>
<string>1.0</string>
<key>ChassisAssetTag</key>
<string>MacBook-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>0x09</string>
<key>Family</key>
<string>MacBook Pro</string>
<key>FirmwareFeatures</key>
<string>0xFC0FE137</string>
<key>FirmwareFeaturesMask</key>
<string>0xFF1FFF3F</string>
<key>LocationInChassis</key>
<string>Part Component</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>PlatformFeature</key>
<string>0x02</string>
<key>ProductName</key>
<string>MacBookPro12,1</string>
<key>SerialNumber</key>
<string>C02RR08XH1DP</string>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>CustomUUID</key>
<string>B80974CD-6EE4-56A9-AE61-58B562AAC181</string>
<key>InjectKexts</key>
<string>Detect</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fly3366/Dell-Ins3558-hackintosh.git
git@gitee.com:fly3366/Dell-Ins3558-hackintosh.git
fly3366
Dell-Ins3558-hackintosh
Dell-Ins3558-hackintosh
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385