Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Gigabyte's custom fan controller #1020

Merged
merged 4 commits into from
Mar 21, 2023

Conversation

javs
Copy link
Contributor

@javs javs commented Mar 20, 2023

  • This is a custom firmware loaded into ITE ECs that adds automatic control of fans, and possibly LEDs and other functions as well.
  • It has only been seen so far in the 2nd EC of some MBs, and requires the ITE chip to support reading its "scratch ram".
  • The controller fan control module is disabled when attempting to change the fan speed for the known affected fans.
  • Also clean up the discovery and name of some of the ITE chips based on known info.
  • Only AMD MBs are supported with this commit, further work required for Intel boards.
  • Fixes Problem with ITE IT8792E/IT8795E - values are ignored #251 for potentially many AMD boards.

javs and others added 3 commits March 20, 2023 18:08
* This is a custom firmware loaded into ITE ECs that adds automatic
  control of fans, and possibly LEDs and other functions as well.
* It has only been seen so far in the 2nd EC of some MBs, and requires
  the ITE chip to support reading its "scratch ram".
* The controller fan control module is disabled when attempting to
  change the fan speed for the known affected fans.
* Also clean up the discovery and name of some of the ITE chips based
  on known info.
* Only AMD MBs are supported with this commit, further work required for
  Intel boards.
Copy link
Collaborator

@PhyxionNL PhyxionNL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to confirm this.

@PhyxionNL PhyxionNL merged commit 297c348 into LibreHardwareMonitor:master Mar 21, 2023
@PhyxionNL
Copy link
Collaborator

Thanks @javs, appreciate getting to the bottom of this 👍

@javs javs deleted the fix251 branch April 6, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with ITE IT8792E/IT8795E - values are ignored
2 participants