Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30553 )
Change subject: src/superio/ite/common: Prepare for ITE IT8786E SuperIO
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/30553/2/src/superio/ite/common/env_ctrl.h
File src/superio/ite/common/env_ctrl.h:
https://review.coreboot.org/#/c/30553/2/src/superio/ite/common/env_ctrl.h@53
PS2, Line 53: /* ITE IT8786E has following 16Hz smoothing:
comment not very helpful. […]
hmmm, maybe put it into a definition?
#define IT8786E_FAN_PWM_SMOOTHING_16HZ (1 << 6)
Wouldn't look nice and is easy to overlook, but comments
aren't read either in my experience.
https://review.coreboot.org/#/c/30553/2/src/superio/ite/common/env_ctrl.h@60
PS2, Line 60: #define ITE_EC_FAN_PWM_SMOOTHING_4HZ (3 << 6)
or maybe give all of them a different prefix? e.g.
`ITE_EC_FAN_ALT_PWM_SMOOTHING`
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30553
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I68fbfe62dfa05d0c166abaefbdc2ab873114b236
Gerrit-Change-Number: 30553
Gerrit-PatchSet: 2
Gerrit-Owner: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Piotr Król
piotr.krol@3mdeb.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Comment-Date: Sat, 11 May 2019 13:11:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
siro@das-labor.org
Gerrit-MessageType: comment