mainboard/asus/kgpe-d16: Add maximum_p_state_limit CMOS option
Change-Id: I9a7049fd5601da10a954e02427ad59189fa93fa9 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12407 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
4f85a1eb76
commit
ab87c4db30
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ interleave_memory_channels = Enable
|
|||
cpu_c_states = Enable
|
||||
cpu_cc6_state = Enable
|
||||
sata_ahci_mode = Enable
|
||||
maximum_p_state_limit = 0xf
|
||||
ieee1394_controller = Enable
|
||||
power_on_after_fail = On
|
||||
boot_option = Fallback
|
||||
|
|
|
@ -41,7 +41,8 @@ entries
|
|||
465 1 e 1 cpu_c_states
|
||||
466 1 e 1 cpu_cc6_state
|
||||
467 1 e 1 sata_ahci_mode
|
||||
468 1 r 0 allow_spd_nvram_cache_restore
|
||||
468 4 h 0 maximum_p_state_limit
|
||||
473 1 r 0 allow_spd_nvram_cache_restore
|
||||
477 1 e 1 ieee1394_controller
|
||||
728 256 h 0 user_data
|
||||
984 16 h 0 check_sum
|
||||
|
|
Loading…
Reference in a new issue