mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 12:06:00 +00: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:
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user