From a171a3b0455d7f792fdcd63d40a65c55050df1f1 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 29 Jul 2024 19:15:18 +0700 Subject: [PATCH] Set 'Synchronize the TSC' to be enabled by default for HEDT systems --- Scripts/efi_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/efi_builder.py b/Scripts/efi_builder.py index df7e314..f086f47 100755 --- a/Scripts/efi_builder.py +++ b/Scripts/efi_builder.py @@ -422,7 +422,7 @@ class builder: efi_option = {} efi_option["macOS Version"] = macos_version efi_option["Custom CPU Name"] = not (" Core" in hardware_shorc.get("Processor Name") and self.utils.contains_any(cpu_data.IntelCPUGenerations, hardware_shorc.get("CPU Codename"), end=12)) - efi_option["Synchronize the TSC"] = "Laptop" in hardware_shorc["Platform"] and "ASUS" in hardware_shorc["Motherboard Name"] or "AMD" in hardware_shorc["Integrated GPU"].get("Manufacturer", "") + efi_option["Synchronize the TSC"] = "Laptop" in hardware_shorc["Platform"] and "ASUS" in hardware_shorc["Motherboard Name"] or "AMD" in hardware_shorc["Integrated GPU"].get("Manufacturer", "") or self.config.is_intel_hedt_cpu(hardware_shorc["CPU Codename"]) efi_option["iGPU Properties"] = self.igpu_properties( hardware_shorc["Platform"], hardware_shorc.get("Processor Name"),