Skip to content

v.11.1 Asus-Vivobook-S510UA Hackintosh (2021-04-18)

Latest
Compare
Choose a tag to compare
@LeeBinder LeeBinder released this 18 Apr 20:56
· 66 commits to main since this release
  • MSR E2 ("CFG Lock") unlocking:
    • OC: updated ControlMsrE2.efi
    • Clover: dropped CFGLock.efi and switched to ControlMsrE2.efi (now packaged with Clover)
  • Adopted changes from whatnameisit's VivoBook repo:
    • Sleep, Wake-from-Sleep, Shutdown Optimization: added custom SSDT + 3 ACPI patches ¹. Added SSDT:

      • OC: ACPI/SSDT-PTSWAK-RP01_PEGP.aml
      • Clover: ACPI/patched/SSDT-PTSWAK-RP01_PEGP.aml

      Lots of KUDOS to whatnameisit for his efforts which should also make this work on VivoBooks with Nvidia GeForce 940MX and tentatively other Nvidia (Optimus) dGPUs!

    • Trackpad: switched from polling to more energy friendly interrupts mode because UEFI BIOS 310 for x510UAR no longer appears to have flaws in the GPIO. Make sure you run your VivoBook with the latest BIOS! ¹

      Added file:
          ¡Current repo users: before you add below file, make sure you disable SSDT-I2C1_USTP.aml! It has been renamed to SSDT-Trackpad_polling-I2C1_USTP.aml in this release to remain as backup in case you need to revert

      • OC: ACPI/SSDT-Trackpad_interrupts.aml
      • Clover: ACPI/patched/SSDT-Trackpad_interrupts.aml
  • (re-)enabled TRIM for SSD:
    • OC: Kernel/ Quirks/ ThirdPartyDrives
    • Clover: Kernel and Kext Patches/ KextsToPatch ¹
  • Kexts: apart from updating many kexts:
    • updated Sinetek's old SD-card reader Sinetek-rtsx.kext to latest release from current fork by cholonam
    • as per recommendations/ agreements, VoodooInput is now provided as a separate kext and thus deactivated inside both, VoodooPS2Controller and VoodooI2C
  • many Refinements in repo and ReadMe

Bootloader specific:

OC:

  • updated to v.0.6.8 incl. required changes to config.plist
  • added latest Resources folder from OcBinaryData for v.0.6.8 graphical UI compatibility, having to force-overwrite blackosx' better readable custom framd front with the stock OC Helvetica font due to (hopefully temporary) OpenCanopy boot picker restrictions.

Clover:

  • updated to r5133 incl. ControlMsrE2.efi

Current repo users: follow the repo update instructions

--
¹ For config.plist changes against repo release v.11.0.2 see OC diff.plist and/or Clover diff.plist.