Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
biostar/a68n-5200: Add Fan control via IMC option
NB: Fan still does not work on this board even with this option enabled.
WORKAROUND: Plug the cpu fan into the SYSFAN port. It will be always on at max rpm, but at least won't overheat.
Change-Id: Idcefe5170913f192e67518f4a6d90b0ac71ae176 Signed-off-by: Damien Zammit damien@zamaudio.com --- M src/mainboard/biostar/a68n_5200/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/38467/1
diff --git a/src/mainboard/biostar/a68n_5200/Kconfig b/src/mainboard/biostar/a68n_5200/Kconfig index f608513..714900c 100644 --- a/src/mainboard/biostar/a68n_5200/Kconfig +++ b/src/mainboard/biostar/a68n_5200/Kconfig @@ -33,6 +33,7 @@ select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_4096 select GFXUMA + select HUDSON_IMC_ENABLE
config MAINBOARD_DIR string
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1:
would you try to (enable and then) disable SuperIO at 0x4e (and keep only 0x2e enabled)? (I mean, maybe the SupetIO is by default enabling 0x4e)
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1: Code-Review+1
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1:
If it doesn’t work with this option, please mark this change-set as WIP (option in Gerrit on the right ... menu).
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38467/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38467/1//COMMIT_MSG@9 PS1, Line 9: NB: Fan still does not work on this board even with this option enabled. So what's the effect of this change?
Damien Zammit has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1:
(1 comment)
Fan is still not spinning at all.
https://review.coreboot.org/c/coreboot/+/38467/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38467/1//COMMIT_MSG@9 PS1, Line 9: NB: Fan still does not work on this board even with this option enabled.
So what's the effect of this change?
This change adds a selectable option of IMC firmware in Kconfig and when turned on, it enables the code path that is supposed to make the fan work, albeit does not seem to have any noticeable effect with the option turned on or off, ie the fan is still not spinning in either mode.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38467 )
Change subject: biostar/a68n-5200: Add Fan control via IMC option ......................................................................
Patch Set 1:
i highly doubt that this will fix the issue. my guess is that the board uses the sio for fan control; i only know about 1 board using the imc for fan control. the it8728f seems to have fan control support in its driver; it needs some devicetree entries. have a look at devicetree_f2a85-m.cb to see how to use that