mb/google/poppy/variants/nocturne: Update PowerLimit1 maximum value
Increase power limit1 maximum value from 5W to 7W. This value as per recent measurement on closed system which shows better performance results. BUG=None TEST=Build and tested on Nocturne system. Performance tests show better results. Change-Id: I7485b1d2afde46ec28d548c13be35a43e7572918 Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/28686 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Puthikorn Voravootivat <puthik@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
e6e84f1ea9
commit
899e2ce6ce
|
@ -76,7 +76,7 @@ Name (MPPC, Package ()
|
||||||
Package () { /* Power Limit 1 */
|
Package () { /* Power Limit 1 */
|
||||||
0, /* PowerLimitIndex, 0 for Power Limit 1 */
|
0, /* PowerLimitIndex, 0 for Power Limit 1 */
|
||||||
3000, /* PowerLimitMinimum */
|
3000, /* PowerLimitMinimum */
|
||||||
5000, /* PowerLimitMaximum */
|
7000, /* PowerLimitMaximum */
|
||||||
5000, /* TimeWindowMinimum */
|
5000, /* TimeWindowMinimum */
|
||||||
5000, /* TimeWindowMaximum */
|
5000, /* TimeWindowMaximum */
|
||||||
200 /* StepSize */
|
200 /* StepSize */
|
||||||
|
|
Loading…
Reference in New Issue