Advertisement
Guest User

10.14.3 Clover config.plist

a guest
Apr 14th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>ACPI</key>
  6. <dict>
  7. <key>#DropTables</key>
  8. <array>
  9. <dict>
  10. <key>Signature</key>
  11. <string>DMAR</string>
  12. </dict>
  13. <dict>
  14. <key>Signature</key>
  15. <string>SSDT</string>
  16. <key>TableId</key>
  17. <string>PtidDevc</string>
  18. </dict>
  19. <dict>
  20. <key>Signature</key>
  21. <string>SSDT</string>
  22. <key>TableId</key>
  23. <string>CpuPm</string>
  24. </dict>
  25. <dict>
  26. <key>Signature</key>
  27. <string>SSDT</string>
  28. <key>TableId</key>
  29. <string>Cpu0Cst</string>
  30. </dict>
  31. <dict>
  32. <key>Signature</key>
  33. <string>SSDT</string>
  34. <key>TableId</key>
  35. <string>Cpu0Ist</string>
  36. </dict>
  37. <dict>
  38. <key>Signature</key>
  39. <string>SSDT</string>
  40. <key>TableId</key>
  41. <string>ApCst</string>
  42. </dict>
  43. <dict>
  44. <key>Signature</key>
  45. <string>SSDT</string>
  46. <key>TableId</key>
  47. <string>ApIst</string>
  48. </dict>
  49. </array>
  50. <key>DSDT</key>
  51. <dict>
  52. <key>DropOEM_DSM</key>
  53. <false/>
  54. <key>Fixes</key>
  55. <dict>
  56. <key>FixHPET</key>
  57. <true/>
  58. <key>FixIPIC</key>
  59. <true/>
  60. <key>FixRTC</key>
  61. <true/>
  62. <key>FixTMR</key>
  63. <true/>
  64. </dict>
  65. <key>Patches</key>
  66. <array>
  67. <dict>
  68. <key>Comment</key>
  69. <string>change _DSM to XDSM</string>
  70. <key>Find</key>
  71. <data>
  72. X0RTTQ==
  73. </data>
  74. <key>Replace</key>
  75. <data>
  76. WERTTQ==
  77. </data>
  78. </dict>
  79. <dict>
  80. <key>Comment</key>
  81. <string>change _OSI to XOSI</string>
  82. <key>Find</key>
  83. <data>
  84. X09TSQ==
  85. </data>
  86. <key>Replace</key>
  87. <data>
  88. WE9TSQ==
  89. </data>
  90. </dict>
  91. <dict>
  92. <key>Comment</key>
  93. <string>change EC0 to EC</string>
  94. <key>Find</key>
  95. <data>
  96. RUMwXw==
  97. </data>
  98. <key>Replace</key>
  99. <data>
  100. RUNfXw==
  101. </data>
  102. </dict>
  103. <dict>
  104. <key>Comment</key>
  105. <string>change EHC1 to EH01</string>
  106. <key>Find</key>
  107. <data>
  108. RUhDMQ==
  109. </data>
  110. <key>Replace</key>
  111. <data>
  112. RUgwMQ==
  113. </data>
  114. </dict>
  115. <dict>
  116. <key>Comment</key>
  117. <string>change EHC2 to EH02</string>
  118. <key>Find</key>
  119. <data>
  120. RUhDMg==
  121. </data>
  122. <key>Replace</key>
  123. <data>
  124. RUgwMg==
  125. </data>
  126. </dict>
  127. <dict>
  128. <key>Comment</key>
  129. <string>change GFX0 to IGPU</string>
  130. <key>Find</key>
  131. <data>
  132. R0ZYMA==
  133. </data>
  134. <key>Replace</key>
  135. <data>
  136. SUdQVQ==
  137. </data>
  138. </dict>
  139. <dict>
  140. <key>Comment</key>
  141. <string>Change Device(HECI) _ADR=0x00160000 to _ADR=0</string>
  142. <key>Disabled</key>
  143. <true/>
  144. <key>Find</key>
  145. <data>
  146. SEVDSQhfQURSDAAAFgA=
  147. </data>
  148. <key>Replace</key>
  149. <data>
  150. SEVDSQhfQURSDAAAAAA=
  151. </data>
  152. </dict>
  153. <dict>
  154. <key>Comment</key>
  155. <string>change HDAS to HDEF</string>
  156. <key>Find</key>
  157. <data>
  158. SERBUw==
  159. </data>
  160. <key>Replace</key>
  161. <data>
  162. SERFRg==
  163. </data>
  164. </dict>
  165. <dict>
  166. <key>Comment</key>
  167. <string>change B0D3 to HDAU</string>
  168. <key>Find</key>
  169. <data>
  170. QjBEMw==
  171. </data>
  172. <key>Replace</key>
  173. <data>
  174. SERBVQ==
  175. </data>
  176. </dict>
  177. <dict>
  178. <key>Comment</key>
  179. <string>change Method(UPRW,2,S) to XPRW</string>
  180. <key>Find</key>
  181. <data>
  182. VVBSVwpwEg==
  183. </data>
  184. <key>Replace</key>
  185. <data>
  186. WFBSVwpwEg==
  187. </data>
  188. </dict>
  189. <dict>
  190. <key>Comment</key>
  191. <string>change Method(GPRW,2,N) to XPRW</string>
  192. <key>Find</key>
  193. <data>
  194. R1BSVwI=
  195. </data>
  196. <key>Replace</key>
  197. <data>
  198. WFBSVwI=
  199. </data>
  200. </dict>
  201. <dict>
  202. <key>Comment</key>
  203. <string>change LANC Method(_PRW,0,Serialized) to Method(XPRW,0,..)</string>
  204. <key>Find</key>
  205. <data>
  206. AAAZABQfX1BSVwg=
  207. </data>
  208. <key>Replace</key>
  209. <data>
  210. AAAZABQfWFBSVwg=
  211. </data>
  212. </dict>
  213. <dict>
  214. <key>Comment</key>
  215. <string>change _PTS to ZPTS</string>
  216. <key>Find</key>
  217. <data>
  218. X1BUUwE=
  219. </data>
  220. <key>Replace</key>
  221. <data>
  222. WlBUUwE=
  223. </data>
  224. </dict>
  225. <dict>
  226. <key>Comment</key>
  227. <string>change _WAK to ZWAK</string>
  228. <key>Find</key>
  229. <data>
  230. X1dBSwE=
  231. </data>
  232. <key>Replace</key>
  233. <data>
  234. WldBSwE=
  235. </data>
  236. </dict>
  237. <dict>
  238. <key>Comment</key>
  239. <string>change _WAK to ZWAK (G3)</string>
  240. <key>Find</key>
  241. <data>
  242. X1dBSwk=
  243. </data>
  244. <key>Replace</key>
  245. <data>
  246. WldBSwk=
  247. </data>
  248. </dict>
  249. <dict>
  250. <key>Comment</key>
  251. <string>change Method(BTIF,1,Serialized) to BTI0</string>
  252. <key>Find</key>
  253. <data>
  254. QlRJRgl5Cg==
  255. </data>
  256. <key>Replace</key>
  257. <data>
  258. QlRJMAl5Cg==
  259. </data>
  260. </dict>
  261. <dict>
  262. <key>Comment</key>
  263. <string>change Method(BTIF,1,Serialized) to BTI0 (G3)</string>
  264. <key>Find</key>
  265. <data>
  266. QlRJRgl5AWg=
  267. </data>
  268. <key>Replace</key>
  269. <data>
  270. QlRJMAl5AWg=
  271. </data>
  272. </dict>
  273. <dict>
  274. <key>Comment</key>
  275. <string>change Method(BTST,2,Serialized) to BTS1</string>
  276. <key>Find</key>
  277. <data>
  278. QlRTVAp5Cg==
  279. </data>
  280. <key>Replace</key>
  281. <data>
  282. QlRTMQp5Cg==
  283. </data>
  284. </dict>
  285. <dict>
  286. <key>Comment</key>
  287. <string>change Method(BTST,2,Serialized) to BTS1 (G3)</string>
  288. <key>Find</key>
  289. <data>
  290. QlRTVAp5AWg=
  291. </data>
  292. <key>Replace</key>
  293. <data>
  294. QlRTMQp5AWg=
  295. </data>
  296. </dict>
  297. <dict>
  298. <key>Comment</key>
  299. <string>change Method(SBTC,3,NotSerialized) to SBT2</string>
  300. <key>Find</key>
  301. <data>
  302. U0JUQwNwDQ==
  303. </data>
  304. <key>Replace</key>
  305. <data>
  306. U0JUMgNwDQ==
  307. </data>
  308. </dict>
  309. <dict>
  310. <key>Comment</key>
  311. <string>change Method(GBTI,1,NotSerialized) to GBT3</string>
  312. <key>Find</key>
  313. <data>
  314. R0JUSQFwDQ==
  315. </data>
  316. <key>Replace</key>
  317. <data>
  318. R0JUMwFwDQ==
  319. </data>
  320. </dict>
  321. <dict>
  322. <key>Comment</key>
  323. <string>change Method(GBTC,0,NotSerialized) to GBT4</string>
  324. <key>Find</key>
  325. <data>
  326. R0JUQwBwDQ==
  327. </data>
  328. <key>Replace</key>
  329. <data>
  330. R0JUNABwDQ==
  331. </data>
  332. </dict>
  333. <dict>
  334. <key>Comment</key>
  335. <string>change Method(ITLB,0,NotSerialized) to ITL1 (for G4)</string>
  336. <key>Find</key>
  337. <data>
  338. SVRMQgA=
  339. </data>
  340. <key>Replace</key>
  341. <data>
  342. SVRMMQA=
  343. </data>
  344. </dict>
  345. <dict>
  346. <key>Comment</key>
  347. <string>change Method(GACW,0,NotSerialized) to XACW (for G4 latest BIOS)</string>
  348. <key>Find</key>
  349. <data>
  350. R0FDVwA=
  351. </data>
  352. <key>Replace</key>
  353. <data>
  354. WEFDVwA=
  355. </data>
  356. </dict>
  357. <dict>
  358. <key>Comment</key>
  359. <string>change Method(GBAW,0,NotSerialized) to XBAW (for G4 latest BIOS)</string>
  360. <key>Find</key>
  361. <data>
  362. R0JBVwA=
  363. </data>
  364. <key>Replace</key>
  365. <data>
  366. WEJBVwA=
  367. </data>
  368. </dict>
  369. <dict>
  370. <key>Comment</key>
  371. <string>change Name(NBTI,..) to NBT5</string>
  372. <key>Find</key>
  373. <data>
  374. CE5CVEk=
  375. </data>
  376. <key>Replace</key>
  377. <data>
  378. CE5CVDU=
  379. </data>
  380. </dict>
  381. <dict>
  382. <key>Comment</key>
  383. <string>change Notify(\_SB.BAT0,...) to Notify(_SB.BATC,...)</string>
  384. <key>Find</key>
  385. <data>
  386. hlwuX1NCX0JBVDA=
  387. </data>
  388. <key>Replace</key>
  389. <data>
  390. hlwuX1NCX0JBVEM=
  391. </data>
  392. </dict>
  393. <dict>
  394. <key>Comment</key>
  395. <string>change Notify(\_SB.BAT1,...) to Notify(_SB.BATC,...)</string>
  396. <key>Find</key>
  397. <data>
  398. hlwuX1NCX0JBVDE=
  399. </data>
  400. <key>Replace</key>
  401. <data>
  402. hlwuX1NCX0JBVEM=
  403. </data>
  404. </dict>
  405. <dict>
  406. <key>Comment</key>
  407. <string>change Notify(BAT0,...) to Notify(BATC,...)</string>
  408. <key>Find</key>
  409. <data>
  410. hkJBVDA=
  411. </data>
  412. <key>Replace</key>
  413. <data>
  414. hkJBVEM=
  415. </data>
  416. </dict>
  417. <dict>
  418. <key>Comment</key>
  419. <string>change Notify(BAT1,...) to Notify(BATC,...)</string>
  420. <key>Find</key>
  421. <data>
  422. hkJBVDE=
  423. </data>
  424. <key>Replace</key>
  425. <data>
  426. hkJBVEM=
  427. </data>
  428. </dict>
  429. <dict>
  430. <key>Comment</key>
  431. <string>change Method(RDSS,1,S) to XDSS</string>
  432. <key>Find</key>
  433. <data>
  434. UkRTUwk=
  435. </data>
  436. <key>Replace</key>
  437. <data>
  438. WERTUwk=
  439. </data>
  440. </dict>
  441. <dict>
  442. <key>Comment</key>
  443. <string>change EC Method(_REG,2,N) to XREG, 4x40s, 4x30s</string>
  444. <key>Find</key>
  445. <data>
  446. X1JFRwKgKJNoCgM=
  447. </data>
  448. <key>Replace</key>
  449. <data>
  450. WFJFRwKgKJNoCgM=
  451. </data>
  452. </dict>
  453. <dict>
  454. <key>Comment</key>
  455. <string>change EC Method(_REG,2,N) to XREG, 4x0 G3 Skylake</string>
  456. <key>Find</key>
  457. <data>
  458. X1JFRwKgFJNoCgM=
  459. </data>
  460. <key>Replace</key>
  461. <data>
  462. WFJFRwKgFJNoCgM=
  463. </data>
  464. </dict>
  465. <dict>
  466. <key>Comment</key>
  467. <string>RTC fix</string>
  468. <key>Find</key>
  469. <data>
  470. RwFwAHAAAQg=
  471. </data>
  472. <key>Replace</key>
  473. <data>
  474. RwFwAHAAAQI=
  475. </data>
  476. </dict>
  477. </array>
  478. </dict>
  479. <key>DropTables</key>
  480. <array>
  481. <dict>
  482. <key>Signature</key>
  483. <string>DMAR</string>
  484. </dict>
  485. <dict>
  486. <key>Signature</key>
  487. <string>SSDT</string>
  488. <key>TableId</key>
  489. <string>PtidDevc</string>
  490. </dict>
  491. </array>
  492. <key>SSDT</key>
  493. <dict>
  494. <key>Generate</key>
  495. <dict>
  496. <key>APLF</key>
  497. <false/>
  498. <key>APSN</key>
  499. <false/>
  500. <key>CStates</key>
  501. <false/>
  502. <key>PStates</key>
  503. <false/>
  504. <key>PluginType</key>
  505. <true/>
  506. </dict>
  507. </dict>
  508. </dict>
  509. <key>Boot</key>
  510. <dict>
  511. <key>Arguments</key>
  512. <string>kext-dev-mode=1 dart=0 -igfxnohdmi</string>
  513. <key>DefaultVolume</key>
  514. <string>LastBootedVolume</string>
  515. <key>NeverHibernate</key>
  516. <true/>
  517. <key>Debug</key>
  518. <true/>
  519. <key>Secure</key>
  520. <false/>
  521. <key>Timeout</key>
  522. <integer>5</integer>
  523. </dict>
  524. <key>Devices</key>
  525. <dict>
  526. <key>Audio</key>
  527. <dict>
  528. <key>Inject</key>
  529. <integer>0</integer>
  530. </dict>
  531. <key>Properties</key>
  532. <dict>
  533. <key>PciRoot(0)/Pci(0x02,0)</key>
  534. <dict>
  535. <key>framebuffer-con1-0a260006-alldata</key>
  536. <data>
  537. AQUSAAAEAACHAAAAAgQSAAAEAACHAAAAAwYDAAAEAACH
  538. AAAA
  539. </data>
  540. <key>framebuffer-con1-enable</key>
  541. <integer>1</integer>
  542. <key>framebuffer-con3-0a260006-alldata</key>
  543. <data>
  544. AwYDAAAEAAAHAQAA
  545. </data>
  546. <key>framebuffer-con3-enable</key>
  547. <integer>1</integer>
  548. <key>framebuffer-cursormem</key>
  549. <data>
  550. AACQAA==
  551. </data>
  552. <key>framebuffer-patch-enable</key>
  553. <integer>1</integer>
  554. <key>framebuffer-portcount</key>
  555. <integer>4</integer>
  556. </dict>
  557. </dict>
  558. <key>USB</key>
  559. <dict>
  560. <key>Inject</key>
  561. <false/>
  562. </dict>
  563. </dict>
  564. <key>DisableDrivers</key>
  565. <array>
  566. <string>VBoxHfs</string>
  567. </array>
  568. <key>GUI</key>
  569. <dict>
  570. <key>Custom</key>
  571. <dict>
  572. <key>Entries</key>
  573. <array>
  574. <dict>
  575. <key>Hidden</key>
  576. <true/>
  577. <key>Type</key>
  578. <string>OSXRecovery</string>
  579. </dict>
  580. <dict>
  581. <key>Title</key>
  582. <string>Windows</string>
  583. <key>Type</key>
  584. <string>Windows</string>
  585. </dict>
  586. </array>
  587. </dict>
  588. <key>Hide</key>
  589. <array>
  590. <string>Preboot</string>
  591. </array>
  592. <key>Mouse</key>
  593. <dict>
  594. <key>Enabled</key>
  595. <false/>
  596. </dict>
  597. <key>Scan</key>
  598. <dict>
  599. <key>Entries</key>
  600. <true/>
  601. <key>Legacy</key>
  602. <false/>
  603. <key>Tool</key>
  604. <true/>
  605. </dict>
  606. <key>ScreenResolution</key>
  607. <string>1024x768</string>
  608. <key>Theme</key>
  609. <string>BGM</string>
  610. </dict>
  611. <key>Graphics</key>
  612. <dict>
  613. <key>Inject</key>
  614. <dict>
  615. <key>Intel</key>
  616. <false/>
  617. </dict>
  618. </dict>
  619. <key>KernelAndKextPatches</key>
  620. <dict>
  621. <key>AppleIntelCPUPM</key>
  622. <false/>
  623. <key>AppleRTC</key>
  624. <true/>
  625. <key>KernelLapic</key>
  626. <false/>
  627. <key>KernelPm</key>
  628. <true/>
  629. <key>KernelToPatch</key>
  630. <array>
  631. <dict>
  632. <key>Comment</key>
  633. <string>MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha</string>
  634. <key>Disabled</key>
  635. <false/>
  636. <key>Find</key>
  637. <data>
  638. ILniAAAADzA=
  639. </data>
  640. <key>Replace</key>
  641. <data>
  642. ILniAAAAkJA=
  643. </data>
  644. </dict>
  645. <dict>
  646. <key>Comment</key>
  647. <string>Disable panic kext logging on 10.13 release kernel (credit vit9696)</string>
  648. <key>Find</key>
  649. <data>
  650. igKEwHRE
  651. </data>
  652. <key>MatchOS</key>
  653. <string>10.13.x</string>
  654. <key>Replace</key>
  655. <data>
  656. igKEwOtE
  657. </data>
  658. </dict>
  659. <dict>
  660. <key>Comment</key>
  661. <string>Disable panic kext logging on 10.14 release kernel (credit vit9696)</string>
  662. <key>Find</key>
  663. <data>
  664. igKEwHRC
  665. </data>
  666. <key>MatchOS</key>
  667. <string>10.14.x</string>
  668. <key>Replace</key>
  669. <data>
  670. igKEwOtC
  671. </data>
  672. </dict>
  673. </array>
  674. <key>KernelXCPM</key>
  675. <false/>
  676. <key>KextsToPatch</key>
  677. <array>
  678. <dict>
  679. <key>Comment</key>
  680. <string>Enable TRIM for non-Apple SSDs</string>
  681. <key>Disabled</key>
  682. <true/>
  683. <key>Find</key>
  684. <data>
  685. AEFQUExFIFNTRAA=
  686. </data>
  687. <key>Name</key>
  688. <string>com.apple.iokit.IOAHCIBlockStorage</string>
  689. <key>Replace</key>
  690. <data>
  691. AAAAAAAAAAAAAAA=
  692. </data>
  693. </dict>
  694. </array>
  695. </dict>
  696. <key>RtVariables</key>
  697. <dict>
  698. <key>BooterConfig</key>
  699. <string>0x28</string>
  700. <key>CsrActiveConfig</key>
  701. <string>0x67</string>
  702. </dict>
  703. <key>SMBIOS</key>
  704. <dict>
  705. <key>BiosReleaseDate</key>
  706. <string>09/17/2018</string>
  707. <key>BiosVendor</key>
  708. <string>Apple Inc.</string>
  709. <key>BiosVersion</key>
  710. <string>MBA61.88Z.0108.B00.1809171520</string>
  711. <key>Board-ID</key>
  712. <string>REMOVED</string>
  713. <key>BoardManufacturer</key>
  714. <string>Apple Inc.</string>
  715. <key>BoardSerialNumber</key>
  716. <string>REMOVED</string>
  717. <key>BoardType</key>
  718. <integer>10</integer>
  719. <key>BoardVersion</key>
  720. <string>1.0</string>
  721. <key>ChassisAssetTag</key>
  722. <string>Air-Enclosure</string>
  723. <key>ChassisManufacturer</key>
  724. <string>Apple Inc.</string>
  725. <key>ChassisType</key>
  726. <string>0x0A</string>
  727. <key>EfiVersion</key>
  728. <string>110.0.0.0.0</string>
  729. <key>Family</key>
  730. <string>MacBook Air</string>
  731. <key>Manufacturer</key>
  732. <string>Apple Inc.</string>
  733. <key>Mobile</key>
  734. <true/>
  735. <key>ProductName</key>
  736. <string>MacBookAir6,1</string>
  737. <key>SerialNumber</key>
  738. <string>REMOVED</string>
  739. <key>SmUUID</key>
  740. <string>REMOVED</string>
  741. <key>Version</key>
  742. <string>1.0</string>
  743. <key>Trust</key>
  744. <true/>
  745. </dict>
  746. <key>SystemParameters</key>
  747. <dict>
  748. <key>InjectKexts</key>
  749. <string>Detect</string>
  750. </dict>
  751. </dict>
  752. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement