Revision Date Author Comments
# 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 ...


# 6a094513 28-Oct-2024 Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

configurations: yosemite4: remove threshold of Medusa HSC sensors

Remove threshold of the following sensors since these sensors will be
calibrated in virtual sensor service:
1. MEDUSA_48VHSCX_INPUT_

configurations: yosemite4: remove threshold of Medusa HSC sensors

Remove threshold of the following sensors since these sensors will be
calibrated in virtual sensor service:
1. MEDUSA_48VHSCX_INPUT_X_PWR_W
2. MEDUSA_48VHSCX_X_CURR_A
3. MEDUSA_MBX_12VHSC_X_CURR_A
4. MEDUSA_MBX_12VHSC_INPUT_X_PWR_W

Change-Id: Idf88528fcef0204bbead73acd098be6be7301014
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@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 ...


# 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 ...


# d3f5840a 13-Sep-2024 Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

configurations: yosemite4: add unavailableAsFailed flag to the sensors

Add InputUnavailableAsFailed as false to all the sensors that would be
unavailable when slot DC off or AC off so fan mode would

configurations: yosemite4: add unavailableAsFailed flag to the sensors

Add InputUnavailableAsFailed as false to all the sensors that would be
unavailable when slot DC off or AC off so fan mode wouldn't be set to
fail safe mode if the sensors were unavailable.

Change-Id: I8f0ae17c9925b39f85b70ef5f70b797cc8155e26
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

show more ...


# 54f40384 10-Sep-2024 Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

configurations: yosemite4: Revise sensors' threshold on Medusa Board

Revised the threshold value for the following sensors on Medusa
board according to hardware team's calculation.

- MEDUSA_ADC_48V

configurations: yosemite4: Revise sensors' threshold on Medusa Board

Revised the threshold value for the following sensors on Medusa
board according to hardware team's calculation.

- MEDUSA_ADC_48V_SENSE_VOLT_V
- MEDUSA_48VHSC0_CURR_A
- MEDUSA_48VHSC1_CURR_A
- MEDUSA_12VEFFUSE_INPUT_PWR_W
- MEDUSA_48VHSC0_INPUT_PWR_W
- MEDUSA_48VHSC1_INPUT_PWR_W

Change-Id: I24bdb8a372d77fadadc3ac79ed174fc8f23cd2f1
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

show more ...


# 00503d00 27-Aug-2024 Bright Cheng <bright_cheng@wiwynn.com>

configurations: yosemite4: Add PowerState to Medusa Board

To let psusensor get real value of MEDUSA_MBX_ sensors while
corresponding chassis power state is ON.
Add "SlotId" in schemas/legacy.json to

configurations: yosemite4: Add PowerState to Medusa Board

To let psusensor get real value of MEDUSA_MBX_ sensors while
corresponding chassis power state is ON.
Add "SlotId" in schemas/legacy.json to indicate corresponding chassis
slot number.

Test plan:
1. Modify property "CurrentPowerState" to
xyz.openbmc_project.State.Chassis.PowerState.Off, the sensor value of
corresponding slot should be nan.
2. Change property "CurrentPowerState" to
xyz.openbmc_project.State.Chassis.PowerState.Off, the sensor value of
corresponding slot should be real value.

Change-Id: I2d3a5f33a6091b69cb6a78357692e6066a72dcbc
Signed-off-by: Bright Cheng <bright.cheng.wiwynn@gmail.com>

show more ...


# 360a6d5b 30-Jul-2024 Ian Chien <ianchien.wiwynn@gmail.com>

configurations: yosemite4: distinguish sensor naming for virtual sensor

The formulas of sensor calibration are different for each component.
Distinguish the sensor name so that virtual sensors can a

configurations: yosemite4: distinguish sensor naming for virtual sensor

The formulas of sensor calibration are different for each component.
Distinguish the sensor name so that virtual sensors can apply different
calibrated formulas for them. Otherwise, virtual sensor services can not
determine which formula is going to apply.
Test Case: Entity manager can load the config and sensors can be read.

Change-Id: If2d1cbd0447ab83a353cec9c1faaeca17cd036ef
Signed-off-by: Ian Chien <ianchien.wiwynn@gmail.com>

show more ...


# ef095a79 31-Jul-2024 Ian Chien <ianchien.wiwynn@gmail.com>

configurations: yosemite4: Include board info into Decorator.Asset

To include board info in Decorator.Asset instead of product info.
Test case: board info can be read via entity manager service.

Ch

configurations: yosemite4: Include board info into Decorator.Asset

To include board info in Decorator.Asset instead of product info.
Test case: board info can be read via entity manager service.

Change-Id: Ia9dc27ed9939acea15d325726fbaaafe7ae4b955
Signed-off-by: Ian Chien <ianchien.wiwynn@gmail.com>

show more ...


# dc46651f 19-Jul-2024 Ian Chien <ianchien.wiwynn@gmail.com>

configurations: yosemite4: Add second sources support for Medusa Board

To add second sources Medusa Board config.
Test Plan: Loads the config and sensors can be read.

Change-Id: I01bbbb8b6bd442a6f5

configurations: yosemite4: Add second sources support for Medusa Board

To add second sources Medusa Board config.
Test Plan: Loads the config and sensors can be read.

Change-Id: I01bbbb8b6bd442a6f581bfe99c76f91f45e606b7
Signed-off-by: Ian Chien <ianchien.wiwynn@gmail.com>

show more ...