mb/google/zork: Decrease stamp_boost parameter for dirinboz
Original Stamp_boost parameter will cause boost time over 2500sec(3960sec)
To pass balance performance and skin temperature test, decrease stamp_boost:
2500 -> 1640
BUG=b:175364713
TEST=1. emerge-zork coreboot
2. run balance performance and skin temperature test
Change-Id: I44f086af6b5dd552efd2bd1ef4db0d69b652826d
Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49109
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Rob Barnes <robbarnes@google.com>
This commit is contained in:
parent
66dbd9c31e
commit
f85a6899ac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ chip soc/amd/picasso
|
|||
register "slow_ppt_limit_mW" = "6000"
|
||||
register "fast_ppt_limit_mW" = "9000"
|
||||
register "slow_ppt_time_constant_s" = "5"
|
||||
register "stapm_time_constant_s" = "2500"
|
||||
register "stapm_time_constant_s" = "1640"
|
||||
register "sustained_power_limit_mW" = "4800"
|
||||
|
||||
register "telemetry_vddcr_vdd_slope_mA" = "42465"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue