mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Norman Feske
parent
1e0d843464
commit
c03534e355
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user