199c6c3d | 06-Sep-2024 |
Jagpal Singh Gill <paligill@gmail.com> |
add cable connected & not-connected event
Add the event to be generated when an expected cable is connected and not connected to a specific port.
Change-Id: I9991372c53a25e4480d1944cd91006ec8850fc3
add cable connected & not-connected event
Add the event to be generated when an expected cable is connected and not connected to a specific port.
Change-Id: I9991372c53a25e4480d1944cd91006ec8850fc33 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
9d01e5ea | 29-Jul-2024 |
Jagpal Singh Gill <paligill@gmail.com> |
leak detection: add support for leak detectors
Add support for Leak Detectors alongwith appropriate association to Inventory.Item.
Change-Id: I839446c3ecedfe88ed561b26bbe26b21bef35932 Signed-off-by
leak detection: add support for leak detectors
Add support for Leak Detectors alongwith appropriate association to Inventory.Item.
Change-Id: I839446c3ecedfe88ed561b26bbe26b21bef35932 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
5f4daf15 | 14-Aug-2024 |
Jagpal Singh Gill <paligill@gmail.com> |
leak detector: add leak events
Add the leak events to be reported for liquid leak detector. Currently, there is no standard redfish message registry for these events, hence they are being added to O
leak detector: add leak events
Add the leak events to be reported for liquid leak detector. Currently, there is no standard redfish message registry for these events, hence they are being added to OpenBMC namespace. ``` https://redfishforum.com/thread/1074/redfish-message-registry-leakdetection ```
Change-Id: Ibc88dc2ecf73c4cddcf35d80b2e960026d92dfa4 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
b314bcc8 | 05-Sep-2024 |
Amithash Prasasd <amithash@meta.com> |
sensors: Add threshold event log definitions
Add threshold event logs as defined in the Redfish SensorEvent.1.0.1. It is expected that services use the new interface to log threshold events while ma
sensors: Add threshold event log definitions
Add threshold event logs as defined in the Redfish SensorEvent.1.0.1. It is expected that services use the new interface to log threshold events while maintaining the state.
We are leaving out the implementation of ReadingCritical, ReadingNoLongerCritical, ReadingWarning since these are equivalents but do not specify the threshold values.
More information:
[1] https://lore.kernel.org/openbmc/SJ2PR15MB5801EA7FA684D3B21EE32CE3AB8D2@SJ2PR15MB5801.namprd15.prod.outlook.com/
Change-Id: I6159dd9c1f3f9dc6e3e5d697c2b9b4a131c9ce2e Signed-off-by: Amithash Prasasd <amithash@meta.com>
show more ...
|
73c931fb | 03-Oct-2024 |
Patrick Williams <patrick@stwcx.xyz> |
Logging: add event for clearing
The phosphor-logging had an internal event reported for when the event log is cleared. Create an equivalent event here for better documentation (and using the new ev
Logging: add event for clearing
The phosphor-logging had an internal event reported for when the event log is cleared. Create an equivalent event here for better documentation (and using the new event format).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia8e0e329c5a2818376f0fb313531a1040af23dd6
show more ...
|
15bc3117 | 24-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: update meson to v9 format
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic9327e63de59bb2a1bd6289289aeed1d5c06c44b |
43006dd7 | 19-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: update meson to v8 format
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6f2e86dcba09e76512ec56143ef4554b1ff7b58a |
20650cd0 | 08-Jul-2024 |
Ravi Teja <raviteja28031990@gmail.com> |
Add TOTP MFA Authenticator D-bus interfaces
Time-based One-time Password (TOTP) authenticator provides TOTP based two factor user authentication.
This commit adds TOTP authenticator D-bus interface
Add TOTP MFA Authenticator D-bus interfaces
Time-based One-time Password (TOTP) authenticator provides TOTP based two factor user authentication.
This commit adds TOTP authenticator D-bus interfaces
Change-Id: I20959c5c28d590e48804d4344a31795f424c3869 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
show more ...
|
d0019651 | 22-Jul-2024 |
Ravi Teja <raviteja28031990@gmail.com> |
Add Multi-factor authentication D-bus config
This commit defines D-bus interfaces for multi-factor authentication configuration to enable/disable various MFA authentication methods
These D-bus inte
Add Multi-factor authentication D-bus config
This commit defines D-bus interfaces for multi-factor authentication configuration to enable/disable various MFA authentication methods
These D-bus interfaces defined as per standard redfish interfaces https://redfish.dmtf.org/schemas/v1/AccountService.v1_15_1.json
Change-Id: I52dcf3df95fb60b9f5ea384553b472b71f2be923 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
show more ...
|
12a4dec1 | 26-Jun-2024 |
Patrick Williams <patrick@stwcx.xyz> |
inventory: define a decorator for managed hosts
In order to support multi-host Redfish, we need a mechanism for bmcweb to find the associated objects for managing the host, such as the phosphor-stat
inventory: define a decorator for managed hosts
In order to support multi-host Redfish, we need a mechanism for bmcweb to find the associated objects for managing the host, such as the phosphor-state-management objects for power control. Most of the existing designs use a numerical index rather than an association. Define a decorator that can be added to inventory items, so that bmcweb has a clear mapping to the host management objects without requiring them to all add new associations.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iee69e0a95c2e04089c5ac512d9c8825c62737179
show more ...
|
8bd711ed | 29-Apr-2024 |
Archana Kakani <archana.kakani@ibm.com> |
Inventory-item: Add PCIe Switch interface
Add association between pcie switch to pcie slots
PCIe switches enable the expansion of the system's I/O (Input/Output) capabilities, so adding optional as
Inventory-item: Add PCIe Switch interface
Add association between pcie switch to pcie slots
PCIe switches enable the expansion of the system's I/O (Input/Output) capabilities, so adding optional association between PCIe Switch and PCIe Slots.
Change-Id: I66a26a85ef9df11fac245c60872d4daf191c2b09 Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
show more ...
|
9012243e | 19-Mar-2024 |
Adriana Kobylak <anoo@us.ibm.com> |
software: Add Minimum Version interface
The minimum version is an optional meson option (bmc-msl)[1] that prevents firmware updates to a level lower than the one set via this option. The error logge
software: Add Minimum Version interface
The minimum version is an optional meson option (bmc-msl)[1] that prevents firmware updates to a level lower than the one set via this option. The error logged is a Software Incompatible[2] error.
Add the minimum version as a property of a new interface. This will be populated by the code updater app. It can then be mapped to the SoftwareInventory LowestSupportedVersion Redfish property and be available to the user via Redfish and the GUI so that the user can know in advance which version of software is not supported on their system and avoid having to debug a code update failure after they attempt to install an incompatible version.
``` 1: https://github.com/openbmc/phosphor-bmc-code-mgmt/blob/85c71a13e0938cc4d36caf6b8e735e9740b2e351/meson.options#L100 2: https://github.com/openbmc/phosphor-dbus-interfaces/blob/1c140b9766a15d1cbb8546fa02d5050d772a171d/yaml/xyz/openbmc_project/Software/Version.errors.yaml#L1 ```
Change-Id: I1f6aacf8ad7fa63e58d832409698f4d923184ec2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
4206b1ac | 05-Aug-2023 |
Jagpal Singh Gill <paligill@gmail.com> |
code-update: simplified interface for code update
Current code update invocation flow has no explicit interface but rather rely on discovery of a new file in tmpfs. This makes it more involved and h
code-update: simplified interface for code update
Current code update invocation flow has no explicit interface but rather rely on discovery of a new file in tmpfs. This makes it more involved and hard to use. The intent of this proposal is to define an explicit interface which is easy to use. For more details, please refer to design doc - https://gerrit.openbmc.org/c/openbmc/docs/+/65739
Change-Id: I65f186856c446cf7d957591c213054dc2d5c3861 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
25507c8e | 05-Mar-2024 |
Patrick Williams <patrick@stwcx.xyz> |
com.meta: add FBPN field for ManufacturerExt usage
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3d54d500e9c64b4890cf9c43c759f3ec9a3d21aa |
534515b7 | 12-Jun-2023 |
Zhichuang Sun <zhichuang@google.com> |
Add TrustedComponent D-bus Interface
TrustedComponent represents a trusted device, such as a TPM or SPDM-capable device.
This commit adds TrustedComponent D-Bus interface.
Change-Id: Ic5de5ee6c8ff
Add TrustedComponent D-bus Interface
TrustedComponent represents a trusted device, such as a TPM or SPDM-capable device.
This commit adds TrustedComponent D-Bus interface.
Change-Id: Ic5de5ee6c8ffd58d50a64937dacdddbebac7f1ab Signed-off-by: Zhichuang Sun <zhichuang@google.com>
show more ...
|
387a6191 | 19-Jul-2023 |
Zhichuang Sun <zhichuang@google.com> |
Add Attestation related D-bus Interface
Attestation provides critical and pertinent security information about a specific device, system, software element, or other managed entity.
Three relevant i
Add Attestation related D-bus Interface
Attestation provides critical and pertinent security information about a specific device, system, software element, or other managed entity.
Three relevant interfaces are defined as below.
ComponentIntegrity describes integrity of a component, including what protocol used to measure the integrity, when was the integrity info last updated, whether the integrity measurement is enabled, etc. Some associations have been added to this interface, including a link to the trusted component that the integrity object is reporting, and a link to the systems that the integrity object is protecting.
IdentityAuthentication describes the identity verification status. It also has two associations defined, one is a link to the requester's certificate, the other one for the responder.
MeasurementSet defines the dbus method to get SPDM measurements.
These three interfaces are grouped under a new directory Attestation as they are used to expose identity/integrity/measurement information for an attestation.
Signed-off-by: Zhichuang Sun <zhichuang@google.com> Change-Id: Iac86dfc63c85af04985a61ba52161301134e8f2b
show more ...
|
097188ac | 27-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
Inventory.Item.MemoryBuffer: remove unused interface
There are no uses of this interface in the whole organization so, remove it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9b9
Inventory.Item.MemoryBuffer: remove unused interface
There are no uses of this interface in the whole organization so, remove it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9b91cd6e4b287dcbf1884d1c586ecf44a56de2e4
show more ...
|
871f7556 | 27-Feb-2024 |
Jayanth Othayoth <ojayanth@gmail.com> |
Dump.Entry.FaultLog: interface restructure
Moved Dump.Entry.FaultLog.FaultDataType enum definition to common folder. This to to use FaultDataType enums in different interfaces.
Tested: Build verifi
Dump.Entry.FaultLog: interface restructure
Moved Dump.Entry.FaultLog.FaultDataType enum definition to common folder. This to to use FaultDataType enums in different interfaces.
Tested: Build verified.
Change-Id: I1073ab5e558fc5444a4164492ebb36682dc51e8d Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
show more ...
|
75ca2e95 | 07-Feb-2024 |
Ravi Teja <raviteja28031990@gmail.com> |
Modify StaticRoute interfaces to static gateway
StaticRoute interfaces being used implementing IPv6 static gateways https://gerrit.openbmc.org/c/openbmc/bmcweb/+/62255 Network StaticRoute feature wa
Modify StaticRoute interfaces to static gateway
StaticRoute interfaces being used implementing IPv6 static gateways https://gerrit.openbmc.org/c/openbmc/bmcweb/+/62255 Network StaticRoute feature was dropped for OpenBMC, so these static route interfaces are no longer needed.
This commit modifies exiting static route interfaces to support static gateway with required properties
Change-Id: Icd94b35098b50376d701ea2e3b03ece9f2f71be7 Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
show more ...
|
800f7080 | 15-Dec-2023 |
Patrick Williams <patrick@stwcx.xyz> |
metric: rename from metrics
Generally use non-plural names. Do a trivial rename of the Metric definitions before they start being used by applications.
Signed-off-by: Patrick Williams <patrick@stw
metric: rename from metrics
Generally use non-plural names. Do a trivial rename of the Metric definitions before they start being used by applications.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia0f210684c8aa0f567d5a1d70baf7eb8956b8712
show more ...
|
4b6755c9 | 05-Dec-2023 |
Matt Spinler <spinler@us.ibm.com> |
ibm: Add compatible strings for chassis
Add enums for the compatible strings used by entity-manager for the various chassis types.
Change-Id: Ibea95513a38359b7c378add391afbb77235a4900 Signed-off-by
ibm: Add compatible strings for chassis
Add enums for the compatible strings used by entity-manager for the various chassis types.
Change-Id: Ibea95513a38359b7c378add391afbb77235a4900 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
22d5f744 | 05-Oct-2023 |
Jagpal Singh Gill <paligill@gmail.com> |
phosphor-health-monitor: add reset interface
- Add the reset interface for resetting the persistent counter, such as reboot count. - The intention of this change corresponds to ResetMetrics in Red
phosphor-health-monitor: add reset interface
- Add the reset interface for resetting the persistent counter, such as reboot count. - The intention of this change corresponds to ResetMetrics in Redfish ManagerDiagnosticData - https://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.v1_2_1.json
Change-Id: I31f2efac44f996afb2e0575585d3414196412dfd Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
a60ff845 | 12-Jul-2023 |
Jagpal Singh Gill <jagpalgill@meta.com> |
phosphor-health-monitor: add new D-Bus interface
This commit introduces following changes - - A new Metrics Value Interface. - An interface to reset the metrics, if needed. - Common Threshold interf
phosphor-health-monitor: add new D-Bus interface
This commit introduces following changes - - A new Metrics Value Interface. - An interface to reset the metrics, if needed. - Common Threshold interface so it can be used in Metrics and Sensors.
For more detail, please refer to design - https://gerrit.openbmc.org/c/openbmc/docs/+/64917
Unit Test: meson build passes.
Change-Id: I014a047f9db6fe470124baa41dcce93caf7ceb4b Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
8a2674b8 | 25-Sep-2023 |
Lakshmi Yadlapati <lakshmiy@us.ibm.com> |
common: Add new Priority interface
This commit introduces the new "Priority" interface, which is designed to indicate the priority level of an entity. It can be used as a decorator for other objects
common: Add new Priority interface
This commit introduces the new "Priority" interface, which is designed to indicate the priority level of an entity. It can be used as a decorator for other objects to specify their priority. While this interface was initially developed for fan sensors, it can be applied to various entities and is not limited to fans. This new interface provide more specific information about the primary and secondary sensors, which is needed for Redfish Fan schema.
bmcweb commit: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/57657
Change-Id: Iee875dbe627980139199a6d9a56fde3e5d651af0 Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
show more ...
|
262b9220 | 03-Jan-2023 |
Harvey Wu <Harvey.Wu@quantatw.com> |
Add new interface Debug.Pid.Thermal/Power
- According to the issue#27, adding new interface to record the driver sensor name, driver sensor value and PID loop result to dbus.
interface: Debug.Pid
Add new interface Debug.Pid.Thermal/Power
- According to the issue#27, adding new interface to record the driver sensor name, driver sensor value and PID loop result to dbus.
interface: Debug.Pid.ThermalPower => Record the sensor name and reading with the highest temperature or power in the input list. And record the result of pid loop
Debug.Pid.Zone => Record the pid config name that that is driving the fans
refs: https://github.com/openbmc/phosphor-pid-control/issues/27
Change-Id: I67051616958e07c148eabee658165082855c674d Signed-off-by: Harvey Wu <Harvey.Wu@quantatw.com>
show more ...
|