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.
This commit is contained in:
Josef Söntgen 2021-03-05 17:19:17 +01:00 committed by Norman Feske
parent 1e0d843464
commit c03534e355

View File

@ -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"