[coreboot-gerrit] New patch to review for coreboot: mainboard/asus/kgpe-d16: Add maximum_p_state_limit CMOS option

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Nov 11 20:41:35 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12407

-gerrit

commit ffb3803d7fb31826fac7a9d5e1f4f99dcfdf8f3c
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed Nov 11 13:38:06 2015 -0600

    mainboard/asus/kgpe-d16: Add maximum_p_state_limit CMOS option
    
    Change-Id: I9a7049fd5601da10a954e02427ad59189fa93fa9
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kgpe-d16/cmos.default | 1 +
 src/mainboard/asus/kgpe-d16/cmos.layout  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/asus/kgpe-d16/cmos.default b/src/mainboard/asus/kgpe-d16/cmos.default
index dc698d0..0b87c91 100644
--- a/src/mainboard/asus/kgpe-d16/cmos.default
+++ b/src/mainboard/asus/kgpe-d16/cmos.default
@@ -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
diff --git a/src/mainboard/asus/kgpe-d16/cmos.layout b/src/mainboard/asus/kgpe-d16/cmos.layout
index dfd5159..19c7e7d 100644
--- a/src/mainboard/asus/kgpe-d16/cmos.layout
+++ b/src/mainboard/asus/kgpe-d16/cmos.layout
@@ -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



More information about the coreboot-gerrit mailing list