DELL-T5810-OpenCore/DELL-T7810-OpenCore (Big Sur/Monterey/Ventura Support)

DELL T5810 / DELL T7810 OpenCore 0.8.6 Support macOS Big Sur/Monterey/Ventura.

About this EFI

OpenCore loader (0.8.6) for DELL workstations T5810 and T7810. Support macOS Big Sur to Ventura.

Adding ResetTSCAdjust.efi driver to perform TSC Reset, required to solve the kernel panic during Monterey/Ventura booting.

Supported Hardware

  • T5810/T7810 (BIOS A33)
  • CPUs: E5-1600/2600 V3 & V4 Xeons (Hanswell/Broadwell)
  • Required BIOS Settings: SATA Operation -> AHCI, Secure Boot Enable -> Disabled, VT for Direct I/O -> Disabled.

Installation:

  • Generate new serials unique for your system
  • Choose correct CPU Emulation. Modify config.plist->Root->Kernel->Emulate->Cpuid1Data
    • For V3 Xeon's: C3060300 00000000 00000000 00000000 (<- current setting)
    • For V4 Xeon's: D4060300 00000000 00000000 00000000

What Works:

  • Everything, including Sleep/Wake.

EFI Folder

  • OpenCore 0.8.6

  • SYMBIOS: MacPro7,1

  • ACPI folder:

    • SSDT-EC.aml - Fix Embedded Controller, via OC Guide
    • SSDT-HPET.aml - Fix HPET/IRQ conflict. Created with SDDTTimes, via OC Guide
    • SSDT-PLUG.aml - Enable CPU power management, via OC Guide
    • SDT-UNC.aml - Disable unused Uncore Bridges, via OC Guide
    • SSDT-RTC0-RANGE.aml - Fix RTC range, via OC Guide
    • SSDT-USBX.aml - Fix USB BUS Power properties, via OC Guide.
    • SSDT-SBUS-MCHC.aml - SBUS/MCHC fix, via OC Guide
  • Kexts folder:

    • Lilu.kext
    • WhateverGreen.kext
    • VirtualSMC.kext
    • AppleALC.kext - On-board Audio (Layout ID 11)
      • AppleMCEReporterDisabler.kext - Needed if you have a dual socket intel
    • CpuTscSync.kext - CPU TSC sync (fix TSC out of sync from wake/sleep)
    • IntelMausi.kext - Intel LAN port driver
    • USBMap.kext - Custom USB port maps for T5810
    • NVMeFix.kext - NvMe SSD on PCI-E adapter
    • CtlnaAHCIPort.kext - additinal SATA ports support
    • X99_InjectorUSB3.kext - USB3 ports injector
  • Driver folder:

    • ResetTSCAdjust.efi - Reset TSC sync at OC boot (required for Monterey/Ventura. DELL BIOS failed to do this.)

Credits:

  • This EFI was optimized from two earlier builds by OreyM (GitHub link) and NOTNICE (Github link).
  • ResetTSCAdjust.efi tool by denskop (Github link). This little tool allowed CPU TSC sync to be performed before macOS luanch (DELL BIOS failed to do this). Without this, Monterey/Ventura booting would encounter kernel panic due to "non-monotonic time" error.