Attention is currently required from: Anastasios Koutian.
Angel Pons has posted comments on this change by Anastasios Koutian. ( https://review.coreboot.org/c/coreboot/+/83270?usp=email )
Change subject: cpu/intel/model_206ax: Allow package power limit clamping ......................................................................
Patch Set 2:
(3 comments)
File src/cpu/intel/model_206ax/model_206ax_init.c:
https://review.coreboot.org/c/coreboot/+/83270/comment/f7e63cf6_dc32d1a6?usp... : PS2, Line 144: if(conf->pl2_clamp) {
`space required before the open parenthesis '('` […]
```suggestion if (conf->pl2_clamp) { ```
https://review.coreboot.org/c/coreboot/+/83270/comment/a24924ab_de1d884f?usp... : PS2, Line 153: if (conf->pl2){
`space required before the open brace '{'` […]
```suggestion if (conf->pl2) { ```
https://review.coreboot.org/c/coreboot/+/83270/comment/d03213ed_55335a01?usp... : PS2, Line 160: if(conf->pl2_clamp) {
`space required before the open parenthesis '('` […]
```suggestion if (conf->pl2_clamp) { ```