Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,7 @@
IPMB_CHANNELS:yosemitev2 = "\
/dev/ipmb-1 \
/dev/ipmb-3 \
/dev/ipmb-5 \
/dev/ipmb-7 \
/dev/ipmb-13 \
"
@@ -0,0 +1,43 @@
[
{
"Desc": {
"Name": "Virtual_CFM_Sensor",
"SensorType": "airflow"
},
"Threshold": {
"CriticalHigh": 40,
"CriticalLow": 10,
"WarningHigh": 30,
"WarningLow": 15
},
"Params": {
"ConstParam": [
{
"ParamName": "P1",
"Value": 0.00565
},
{
"ParamName": "P2",
"Value": 3.7427
}
],
"DbusParam": [
{
"ParamName": "P3",
"Desc": {
"Name": "SP_FAN0_TACH",
"SensorType": "fan_tach"
}
},
{
"ParamName": "P4",
"Desc": {
"Name": "SP_FAN1_TACH",
"SensorType": "fan_tach"
}
}
]
},
"Expression": "(P3 * P1) + (P4 * P1) - P2"
}
]
@@ -0,0 +1 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"