Attention is currently required from: Nico Huber, Michał Żygowski. Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52670
to look at the new patch set (#2).
Change subject: mb/dell/optiplex_9010: Always log chosen fan mode ......................................................................
mb/dell/optiplex_9010: Always log chosen fan mode
Always print the chosen fan mode, not only when get_int_option() returns the fallback value. Callers of get_int_option() should not try to handle option-related errors, and simply proceed using the fallback value.
This change is needed to update the option API to use unsigned integers. The CMOS option system does not support negative numbers.
Change-Id: Ic8adbe557b48a46f785d82fddb16383678705e87 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/dell/optiplex_9010/sch5545_ec.c 1 file changed, 4 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/52670/2