From c03534e35562c623b35a72d619485ec880017800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 5 Mar 2021 17:19:17 +0100 Subject: [PATCH] boot_dir/nova: enable intel_hwp Instruct bender to enable Intel HWP on supported CPUs unconditionally to gain more insight by using the feature most prominently in Sculpt. Fixes #4040. --- tool/run/boot_dir/nova | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tool/run/boot_dir/nova b/tool/run/boot_dir/nova index 4a979fa39c..18abbf8df3 100644 --- a/tool/run/boot_dir/nova +++ b/tool/run/boot_dir/nova @@ -64,6 +64,11 @@ proc run_boot_dir {binaries} { # set options_bender "" + # + # Enable Intel HWP unconditionally + # + append options_bender " intel_hwp" + if {[apply_microcode]} { exec cp bin/micro.code [run_dir]/boot/ append options_bender " microcode"