Skip to content

v7.7.0

Compare
Choose a tag to compare
@azhinu azhinu released this 23 Jan 15:46
· 9 commits to main since this release
  • Fetched upstream:
    • Updated OpenCore to 0.7.7 Release.
    • ACPI
      • Replaced SSDT-AWAC-DISABLE.aml with a more elegant variant
      • Updated SSDT-EC-USBX → disables native H_EC and adds a fake EC for macOS instead.
      • Added DMAR.aml → Modified DMAR table with removed memory regions. More info
      • Added SSDT-DMAC.aml → Adds DMAC device for macOS. More info
      • Added SSDT-PMC.aml → Adds PMCR device for macOS. More info
      • Added SSDT-PORTS.aml with new Port Mapping → Replaces OEMTableID xh_cmsd4 (SSDT-7-xh_cmsd4.aml), so USBPorts.kext is no longer required! More info
      • Deleted SSDT-PPMC.aml → Now for 100/200 Series Boards only.
    • Config
      • Added UEFI > AppleInput > GraphicsInputMirroring option → new OpenCore option.
      • Added UEFI > Audio > DisconnectHda option → new OpenCore option.
      • Added UEFI > Drivers > Comment option → new OpenCore option.
      • Added UEFI > Output > ReconnectGraphicsOnConnect option → new OpenCore option.
      • Added UEFI > Output > UIScale option → new OpenCore option.
      • Added UEFI > Quirks > EnableVmx option → new OpenCore option.
      • Added UEFI > Quirks > ForceOcWriteFlash option → new OpenCore option.
      • Added UEFI > Quirks > ResizeGpuBars option → new OpenCore option.
      • Disabled DisableIoMapper. Refered to DMAR.aml
      • Disabled ExternalDiskIcons Quirk → no longer necessary.
      • Kernel > Quirks: enabled ThirdPartyDrives → Enable trim for SATA SSDs.
      • Updated ResizeAppleGPBars to -1. Refered to Docs if you want to configure it.
      • Updated UEFI > APFS > MinDate to -1.
      • Updated UEFI > APFS > MinVersion to -1.
    • Kexts
    • Removed USBPorts.kext → no longer needs. Refered to SSDT-PORTS.aml
  • Reordered some config sections to match upstream.
  • Updated kexts
  • Config
    • Removed NVRAM > Add UIScale. Refered to Docs
    • Removed dublicated csr-active-config option.
    • Removed UEFI -> Audio > MinimumVolume → removed OpenCore option.
    • Updated UEFI -> AppleInput > PointerPollMask → new OpenCore option.
    • Updated UEFI -> AppleInput > PointerPollMax → new OpenCore option.
    • Updated UEFI -> AppleInput > PointerPollMin → new OpenCore option.
    • Updated UEFI -> ProtocolOverrides > FirmwareVolume. Refered to Docs