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

[Re] Add mowgli fan control and dbus monitor #129

Merged
merged 5 commits into from
Dec 22, 2020

Commits on Dec 10, 2020

  1. meta-ibm: Add mowgli fan control events

    Add fan control events for mowgli will adjust the fan speed according
    to core, dimm, and some sensors.
    
    Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
    Ben Pai committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    eed5778 View commit details
    Browse the repository at this point in the history
  2. meta-ibm: Add mowgli dbus monitor

    1.Add fan error detection
    2.Add power supply policy
    3.Add thermal policy: When the cpu core temperature exceeds 95 degrees
      or the ambient exceeds 45 degrees, it will automatically shutdowm.
    Ben Pai committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    6af4675 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. meta-ibm: Only fan*_0 has the target interface

    Mowgli only needs fan*_0 to control the fan speed.
    
    Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
    Ben Pai committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    3e84ef3 View commit details
    Browse the repository at this point in the history
  2. meta-ibm: Modify fan policy and description

    When more than two fan enclosures, the system will shut down.
    
    Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
    Ben Pai committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    a123207 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. meta-ibm: Add phosphor-cooling-type for mowgli

    We found that the fan sourcecode of op940 still needs a cooling type.
    There must be a cooling type under system/chassis.
    
    Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
    Ben Pai committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9bb8dfb View commit details
    Browse the repository at this point in the history