| 7b1b723d | 24-Oct-2022 |
Chau Ly <chaul@amperecomputing.com> |
Chassis.Intrusion: Add Rearm property
This patch adds Rearm property under "xyz.openbmc_project.Chassis.Intrusion" interface, to specify the method for rearming the chassis cover and updating the "S
Chassis.Intrusion: Add Rearm property
This patch adds Rearm property under "xyz.openbmc_project.Chassis.Intrusion" interface, to specify the method for rearming the chassis cover and updating the "Status" property. As defined in Redfish schema specification, this property is optional and can take "Automatic" or "Manual". If not set, "Rearm" will default to "Automatic", which will directly update the raw chassis intrusion status to the "Status" property. If set to "Manual", after an intrusion event, the "Status" property will be kept to "HardwareIntrusion", no update accepted, until a reset event happends for it to be updated normally again.
Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I73f6404a03184bea828727dcab4c38cbe2bdf35f
show more ...
|
| 0f08d970 | 30-Dec-2022 |
Tim Lee <timlee660101@gmail.com> |
add Enabled properties and remove unused methods nmiEnable
Currently, x86-power-control is using property "Enabled" to monitor NMI Source. But, NMISource.interface.yaml didn't have this "Enabled" pr
add Enabled properties and remove unused methods nmiEnable
Currently, x86-power-control is using property "Enabled" to monitor NMI Source. But, NMISource.interface.yaml didn't have this "Enabled" property and the methods "nmiEnable" seems unused in current openbmc design, remove it avoid usage confusion.
Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I1d7751cfe0de6c919ecd0deaea4a801db4d8b86e
show more ...
|