#
2e141a97 |
| 21-Oct-2024 |
Lora Lin <lora.lin.wiwynn@gmail.com> |
configurations: yosemite4: Revise the descriptor part of sensor name
Revise the descriptor part of sensor name to comply naming rule.
Change-Id: I8715e49ef19270089728936a16667163ed522f99 Signed-off
configurations: yosemite4: Revise the descriptor part of sensor name
Revise the descriptor part of sensor name to comply naming rule.
Change-Id: I8715e49ef19270089728936a16667163ed522f99 Signed-off-by: Lora Lin <lora.lin.wiwynn@gmail.com>
show more ...
|
#
be328f86 |
| 21-Oct-2024 |
Tim Lee <timlee660101@gmail.com> |
configuration: yosemite4n: correct index of ADC
`MGNT_P5V_USB_VOLT_V` Index 7 change to Index 4 `MGNT_P1V2_VOLT_V` Index 4 change to Index 5 `MGNT_P3V_BAT_VOLT_V` Index 5 change to Index 6
configuration: yosemite4n: correct index of ADC
`MGNT_P5V_USB_VOLT_V` Index 7 change to Index 4 `MGNT_P1V2_VOLT_V` Index 4 change to Index 5 `MGNT_P3V_BAT_VOLT_V` Index 5 change to Index 6 `MGNT_P1V07_BMC_VOLT_V` Index 6 change to Index 7
Tested: ``` root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P12V_VOLT_V xyz.openbmc_project.Sensor.Value Value d 12.0018 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P1V07_BMC_VOLT_V xyz.openbmc_project.Sensor.Value Value d 1.065 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P1V2_VOLT_V xyz.openbmc_project.Sensor.Value Value d 1.191 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P2V5_VOLT_V xyz.openbmc_project.Sensor.Value Value d 2.4982 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P3V3_VOLT_V xyz.openbmc_project.Sensor.Value Value d 3.2798 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P3V_BAT_VOLT_V xyz.openbmc_project.Sensor.Value Value d 3.0363 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P5V_USB_VOLT_V xyz.openbmc_project.Sensor.Value Value d 5.0534 root@bmc:~# busctl get-property xyz.openbmc_project.ADCSensor /xyz/openbmc_project/sensors/voltage/MGNT_P5V_VOLT_V xyz.openbmc_project.Sensor.Value Value d 5.0755 ```
Change-Id: I9b88f47bfd9b6a1a6d48f0918d6d15d0b720a302 Signed-off-by: Tim Lee <timlee660101@gmail.com>
show more ...
|
#
1ee3235c |
| 04-Oct-2024 |
Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> |
configurations: yosemite4: update fan control configs
Update fan control configs according to the test result from thermal team.
Change-Id: I57bea4362f3e00a50ca3aaaf6706ea5167d9489a Signed-off-by:
configurations: yosemite4: update fan control configs
Update fan control configs according to the test result from thermal team.
Change-Id: I57bea4362f3e00a50ca3aaaf6706ea5167d9489a Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
show more ...
|
#
266248f9 |
| 01-Aug-2024 |
Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> |
configurations: yosemite4: set fail safe percent to 80% for Fan fail
Set fail safe percent to 80% for fan sensors so that pid-control service would set fan PWM to 80% when one of the fan failed.
No
configurations: yosemite4: set fail safe percent to 80% for Fan fail
Set fail safe percent to 80% for fan sensors so that pid-control service would set fan PWM to 80% when one of the fan failed.
Note: Need to apply Gerrit 67566 before adding this change.
Tested: Tested with patch of Gerrit 67566 and checked that the fan PWM would be set to 80% when one fan failed.
Change-Id: I38acd26f2610ed0ae9dd95fc2130b124383b0be1 Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
show more ...
|
#
7681fd60 |
| 26-Sep-2024 |
Lora Lin <lora.lin.wiwynn@gmail.com> |
configurations: yosemite4: Revise sensor names to comply with standard
Revise sensor names to comply with Meta standard.
Change-Id: Iab81e7504d8d783a221f2ccd5a4ba1f47ed26340 Signed-off-by: Lora Lin
configurations: yosemite4: Revise sensor names to comply with standard
Revise sensor names to comply with Meta standard.
Change-Id: Iab81e7504d8d783a221f2ccd5a4ba1f47ed26340 Signed-off-by: Lora Lin <lora.lin.wiwynn@gmail.com>
show more ...
|
#
1f9b27f3 |
| 02-Sep-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
configurations: yosemite4: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: I21a9
configurations: yosemite4: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: I21a9f9de92e819ea1e0a4e7b1c757fb71ca1b607 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
#
5919471e |
| 11-Aug-2024 |
Tim Lee <timlee660101@gmail.com> |
configuration: yosemite4n: add support 2nd source ADC
Add new ADC `MAX11615` type to support 2nd source.
Tested: ``` root@bmc:~# busctl introspect xyz.openbmc_project.PSUSensor /xyz/openbmc_project
configuration: yosemite4n: add support 2nd source ADC
Add new ADC `MAX11615` type to support 2nd source.
Tested: ``` root@bmc:~# busctl introspect xyz.openbmc_project.PSUSensor /xyz/openbmc_project/sensors/voltage/MGNT_P1V8_VOLT_V NAME TYPE SIGNATURE RESULT/VALUE FLAGS xyz.openbmc_project.Sensor.Threshold.Critical interface - - - .CriticalAlarmHigh property b true emits-change .CriticalAlarmLow property b false emits-change .CriticalHigh property d 1.944 emits-change writable .CriticalLow property d 1.656 emits-change writable xyz.openbmc_project.Sensor.Threshold.Warning interface - - - .WarningAlarmHigh property b true emits-change .WarningAlarmLow property b false emits-change .WarningHigh property d 1.926 emits-change writable .WarningLow property d 1.674 emits-change writable xyz.openbmc_project.Sensor.Value interface - - - .MaxValue property d 255 emits-change .MinValue property d 0 emits-change .Unit property s "xyz.openbmc_project.Sensor.Value.Unit.… emits-change .Value property d 1.80581 emits-change writable
```
Change-Id: I3473ee94a8ec9f87d143b9e1765fedccdfd7e761 Signed-off-by: Tim Lee <timlee660101@gmail.com>
show more ...
|
#
f6d0e780 |
| 10-Jul-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
configurations: yosemite4: Revise Decorator.Asset to include board info
- Revise Decorator.Asset to include board info - Support BuildDate
Change-Id: I2c28fa7407689bf39c382f1e0a7b67ba2654753b Signe
configurations: yosemite4: Revise Decorator.Asset to include board info
- Revise Decorator.Asset to include board info - Support BuildDate
Change-Id: I2c28fa7407689bf39c382f1e0a7b67ba2654753b Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
#
b0750a0a |
| 26-Jun-2024 |
Tim Lee <timlee660101@gmail.com> |
configuration: Add yosemite4 config for Nuvoton BMC
- Add yosemite4n.json in configurations - Update meson.build
Change-Id: Ia1167d3229e535bd646c0d0bc1ff84121909d5d3 Signed-off-by: RickyWu-wiwynn <
configuration: Add yosemite4 config for Nuvoton BMC
- Add yosemite4n.json in configurations - Update meson.build
Change-Id: Ia1167d3229e535bd646c0d0bc1ff84121909d5d3 Signed-off-by: RickyWu-wiwynn <ricky_cx_wu@wiwynn.com> Signed-off-by: Tim Lee <timlee660101@gmail.com>
show more ...
|