History log of /openbmc/phosphor-dbus-interfaces/yaml/xyz/ (Results 226 – 250 of 250)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a4da80e03-Aug-2021 Tim Lee <timlee660101@gmail.com>

Add LastRebootCause property for BMC Reboot Cause feature

Scenario:
Customer want to know the last reboot cause of BMC through OpenBMC WebUI.
Thus, we need to add LastRebootCause property in BMC.int

Add LastRebootCause property for BMC Reboot Cause feature

Scenario:
Customer want to know the last reboot cause of BMC through OpenBMC WebUI.
Thus, we need to add LastRebootCause property in BMC.interface.yaml.
Meanwhile, we also modify phosphor-state-manager and phosphor-webui
to support show BMC Reboot Cause information in Reboot BMC page.

Tested:
busctl get-property xyz.openbmc_project.State.BMC /xyz/openbmc_project/state/bmc0 xyz.openbmc_project.State.BMC LastRebootCause

When unplug/plug in BMC power cable then return as below: (POR i.e. Power-On-Reset)
s "xyz.openbmc_project.State.BMC.BMCResetCause.POR"

When executing reboot command then return as below:
s "xyz.openbmc_project.State.BMC.BMCResetCause.Watchdog"

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: Iac99adc1e12ab42076f0d33aa87a179f63b9c1ce

show more ...

5795dacb15-Jul-2021 Willy Tu <wltu@google.com>

Drive: Add Drive Type for Item.Drive Interface

Add support for Drive Types for
- HDD
- SSD

All other drive type will be represented as `Unknown`.

Change-Id: If067553135898a3a47b161f59d3867feddd8a9

Drive: Add Drive Type for Item.Drive Interface

Add support for Drive Types for
- HDD
- SSD

All other drive type will be represented as `Unknown`.

Change-Id: If067553135898a3a47b161f59d3867feddd8a93d
Signed-off-by: Willy Tu <wltu@google.com>

show more ...

0ef46c1e19-Jul-2021 Tejas Patil <tejaspp@ami.com>

Network: Add support for MTU propery

This commit adds support for the MTU property under
the "xyz.openbmc_project.Network.EthernetInterface" interface.

This property shows the maximum size of the P

Network: Add support for MTU propery

This commit adds support for the MTU property under
the "xyz.openbmc_project.Network.EthernetInterface" interface.

This property shows the maximum size of the Protocol Data Uint
(PDU) in bytes, that can be passed in an Ethernet frame on the
network interface.

Tested:

Verified this property on "xyz.openbmc_project.Network.EthernetInterface"
interface.

busctl introspect xyz.openbmc_project.Network /xyz/openbmc_project/network/eth3
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
xyz.openbmc_project.Network.EthernetInterface interface - - -
.MTU property u 1500 emits-change writable

Signed-off-by: Tejas Patil <tejaspp@ami.com>
Change-Id: I3aa758edf5cfee25c928934c315d705920094c00

show more ...

73989f1d12-Jul-2021 Ben Tyner <ben.tyner@ibm.com>

Power: Add dbus error for voltage regulator fault

Add dbus error for voltage regulator fault.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I9a94670e5bcc3d4bdb044532e84fb70da5bf041c

d7a81eb515-May-2021 Sharad Yadav <sharady@nvidia.com>

Inventory: Add type attribute to Item.Accelerator interface

Inventory accelerator items can report their processor type
via management APIs like Redfish.
For this purpose, this commit adds following

Inventory: Add type attribute to Item.Accelerator interface

Inventory accelerator items can report their processor type
via management APIs like Redfish.
For this purpose, this commit adds following property:

1. Type - The string identifies the type of processor in
the socket.

Signed-off-by: Sharad Yadav <sharady@nvidia.com>
Change-Id: I0e27ddc2fe4c2115ca134091ff9de38c35423a55

show more ...

7b0f117219-Jul-2021 Mansi Joshi <mansi.joshi@linux.intel.com>

Add DDR5 Device Type support in Dimm Interfaces

Added DeviceType DDR5 and LPDDR5 as per latest SMBIOS spec DSP0134
version 3.4.0.
Further this information can be used to display under dimm informati

Add DDR5 Device Type support in Dimm Interfaces

Added DeviceType DDR5 and LPDDR5 as per latest SMBIOS spec DSP0134
version 3.4.0.
Further this information can be used to display under dimm information
using Redfish.

Tested:
Works fine,
Tested using get-property for MemoryType under Smbios.MDR_V2

Signed-off-by: Mansi Joshi <mansi.joshi@linux.intel.com>
Change-Id: I2c2bd5b71366d444d869761d5f0a22957a7f08d7

show more ...

47c11aad28-Jul-2021 Basheer Ahmed Muddebihal <basheerx.muddebihal@intel.com>

Fix for missing airflow in interface description

Added airflow in top-level interface description.

Tested:
verified using YAML editor, Compiles correctly

Signed-off-by: Basheer Ahmed Muddebihal

Fix for missing airflow in interface description

Added airflow in top-level interface description.

Tested:
verified using YAML editor, Compiles correctly

Signed-off-by: Basheer Ahmed Muddebihal <basheerx.muddebihal@intel.com>
Change-Id: Idc546ba27049f244a07d0e443bc57b1f8e335ad3

show more ...

e253e0ec09-Sep-2020 Josh Lehan <krellan@google.com>

Add sensor value mutability interface

This adds and documents the new sensor value mutability interface. IPMI
will check the mutability interface before overriding a sensor value.

Signed-off-by: Jo

Add sensor value mutability interface

This adds and documents the new sensor value mutability interface. IPMI
will check the mutability interface before overriding a sensor value.

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: I4e90800a79469a87ef63f7395dbfc402976c73aa
Signed-off-by: Jie Yang <jjy@google.com>

show more ...

1855438612-May-2021 Willy Tu <wltu@google.com>

State: Drive: Update the State interface for Drive

The State interface will have the state of the Drive and transition
states.

Added RequestedDriveTransition, DriveState, and LastRebootTime
based o

State: Drive: Update the State interface for Drive

The State interface will have the state of the Drive and transition
states.

Added RequestedDriveTransition, DriveState, and LastRebootTime
based off xyz.openbmc_project.State.BMC.

The RequestedDriveTransition allow actions like reset and powercycles.
For systems that does not support it, it is defaulted to `NotSupported`.

The current DriveState provides different available state the drive can
be in. The `UpdateInProgress` in DriveState can be used to replace
the current `Rebuilding`.

Required:
https://gerrit.openbmc-project.xyz/c/openbmc/sdbusplus/+/45142
for sdbusplus maxint uint64 support.

Change-Id: I5350de29554a0a0a41307f1f009d942135471abe
Signed-off-by: Willy Tu <wltu@google.com>

show more ...

e5899eb527-Jul-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

DeleteAll and Delete: Added additional errors

The system or object may not be in a state to delete the object
either "permanently" or "temporarily" so the added errors
can be used accordingly by the

DeleteAll and Delete: Added additional errors

The system or object may not be in a state to delete the object
either "permanently" or "temporarily" so the added errors
can be used accordingly by the object implementor.

- xyz.openbmc_project.Common.Error.NotAllowed
- If the object cannot be deleted permanently.
- xyz.openbmc_project.Common.Error.Unavailable
- If the object cannot be deleted temporarily.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I1896dba4b936c263880244ee0f8b5248298ab5d1

show more ...

6ff6561018-Jun-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

HardwareIsolation: Added the "CreateWithErrorLog" method

In an OpenPOWER based system, an application can isolate hardware
in the error path if the hardware is faulty, and the respective
isolated ha

HardwareIsolation: Added the "CreateWithErrorLog" method

In an OpenPOWER based system, an application can isolate hardware
in the error path if the hardware is faulty, and the respective
isolated hardware part will be ignored to init during the
next boot of the host.

This interface will be used to isolate hardware by using
the respective hardware path along with error log which is caused
the hardware isolation.

This method is not going to create an error log and the consumer
of this method need to pass the bmc error log which caused
the isolation.

The added method will throw below exceptions.
- xyz.openbmc_project.Common.Error.InvalidArgument
- If the given parameters are invalid.
- If the given hardware is not found to isolate.
- xyz.openbmc_project.Common.Error.TooManyResources
- If the platforms are not allowed to isolate hardware
when the isolated hardware count is reached to the maximum
allowed size.
- xyz.openbmc_project.HardwareIsolation.Error.IsolatedAlready
- If the isolating hardware is already isolated.
- xyz.openbmc_project.Common.Error.NotAllowed
- If the given hardware cannot be isolated permanently.
- xyz.openbmc_project.Common.Error.Unavailable
- If the given hardware cannot be isolated temporarily.

Please refer https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/27804
to get more details of hardware isolation.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I10218466fd2e1bf956b6cbb97da2c91480d70642

show more ...

ae56dbca17-May-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

HardwareIsolation: Added the "Create" interface

In an OpenPOWER based system, the user can isolate hardware,
and the respective isolated hardware part will be ignored
to init during the next boot of

HardwareIsolation: Added the "Create" interface

In an OpenPOWER based system, the user can isolate hardware,
and the respective isolated hardware part will be ignored
to init during the next boot of the host.

This interface can be used by a user to manually isolate
hardware and we don't have/generate the event log because
this is not an error case and the user voluntarily tried to
isolate hardware.

The added method will throw below exceptions.
- xyz.openbmc_project.Common.Error.InvalidArgument
- If the given parameters are invalid.
- If the given hardware is not found to isolate.
- xyz.openbmc_project.Common.Error.TooManyResources
- If the platforms are not allowed to isolate hardware
when the isolated hardware count is reached to the maximum
allowed size.
- xyz.openbmc_project.HardwareIsolation.Error.IsolatedAlready
- If the isolating hardware is already isolated.
- xyz.openbmc_project.Common.Error.NotAllowed
- If the given hardware cannot be isolated permanently.
- xyz.openbmc_project.Common.Error.Unavailable
- If the given hardware cannot be isolated temporarily.

Please refer https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/27804
to get more details of hardware isolation.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I8868e0f7e07694a902b790a909ee7ff20272ca81

show more ...

b96ed61026-Jun-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

HardwareIsolation: Added the error code

Added the error code which is specific to hardware isolation
interfaces.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I787bc1a422d197f016d010

HardwareIsolation: Added the error code

Added the error code which is specific to hardware isolation
interfaces.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I787bc1a422d197f016d0102f5ad659ab679f2b6e

show more ...

c6f2d7a723-Jun-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

In dump create add type uint64 for values in additional parameters

The additional parameters passed to the dump create interfaces
are accepting a key-value pair and the value should be a string.
In

In dump create add type uint64 for values in additional parameters

The additional parameters passed to the dump create interfaces
are accepting a key-value pair and the value should be a string.
In some of the dump use cases an integer error log id needs to be
passed, it was being passed as a string. But to make it
more readable and to reduce conversion errors, updating the dict
definition to accept 32 bit unsigned integer.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Iefc3a49c2d569a4b179fc515938349f8f84bb3ae

show more ...

178cae0827-May-2021 Sharad Yadav <sharady@nvidia.com>

Inventory: Change Item.Chassis interface chassis type to enum

Inventory chassis items can report their chassis type
via management APIs like Redfish.
For this purpose, this commit adds enum values f

Inventory: Change Item.Chassis interface chassis type to enum

Inventory chassis items can report their chassis type
via management APIs like Redfish.
For this purpose, this commit adds enum values for chassis type.

Signed-off-by: Sharad Yadav <sharady@nvidia.com>
Change-Id: I81fa5d26527126f479051b5735786b08a0210523

show more ...

39bdb47113-May-2021 Vijay Lobo <vijaylobo@gmail.com>

Entry: Add Resolution property

This property can be used to provide suggestions on how to resolve the
situation that caused the log entry. This property is to support
Redfish API version v1_9_0 for

Entry: Add Resolution property

This property can be used to provide suggestions on how to resolve the
situation that caused the log entry. This property is to support
Redfish API version v1_9_0 for LogEntry.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I6ce909f81c5ed2fd742f95297f07fe6b77021eec

show more ...

e123c46105-May-2021 Tom Joseph <rushtotom@gmail.com>

MCTP: Define interface for MCTP endpoint enumeration

This interface will be implemented by an MCTP control message protocol
process[1] that discovers MCTP communication terminuses that are
discovera

MCTP: Define interface for MCTP endpoint enumeration

This interface will be implemented by an MCTP control message protocol
process[1] that discovers MCTP communication terminuses that are
discoverable by BMC. D-Bus discovery of this interface triggers higher
level protocols like PLDM to complete the PLDM discovery for the MCTP
devices.

[1] https://github.com/openbmc/docs/blob/master/designs/mctp/mctp-kernel.md

Signed-off-by: Tom Joseph <rushtotom@gmail.com>
Change-Id: I240bd3e7d300dfbc0a74ed71eb5a466e1d4a1db4

show more ...

5167e22a15-May-2021 Sharad Yadav <sharady@nvidia.com>

Inventory: Add Decorator.Dimension interface

Inventory items can report their dimensions (if applicable and
if specified by the manufacturer) via management APIs like Redfish.

For this purpose, thi

Inventory: Add Decorator.Dimension interface

Inventory items can report their dimensions (if applicable and
if specified by the manufacturer) via management APIs like Redfish.

For this purpose, this commit introduces a Decorator.Dimension
interface containing the following properties:

1. Height - The height of the item in meters.
2. Width - The width of the item in meters.
3. Depth - The depth of the item in meters.

Signed-off-by: Sharad Yadav <sharady@nvidia.com>
Change-Id: I2ac2dcd9743e8991c05eaf68acf856553ceecc55

show more ...

846182e004-Jun-2021 Willy Tu <wltu@google.com>

location code: add new item interface to support more connections types

Provide informaiton on different types of physical connections.
Supporting:
- Slot
- Embedded

Only supporting these two opt

location code: add new item interface to support more connections types

Provide informaiton on different types of physical connections.
Supporting:
- Slot
- Embedded

Only supporting these two options since it can be used to cover most
cases.

The location type can be used by the IPMI OEM or Redfish to represent
the physical location of the hardware. A client wrapper client around
IPMI/Redfish can use it along with physical location to determine/build
device path of the hardware.

Change-Id: I2a8cf408d52f2434bc0c7874f5006215fc7203f5
Signed-off-by: Willy Tu <wltu@google.com>

show more ...

531c90e330-Jun-2021 Willy Tu <wltu@google.com>

Drive: rename Interface to interface

Drive.Interface.yaml is not being processed and no server.hpp
is created. Renamed to Drive.interface.yaml instead.

Fixes openbmc/phosphor-dbus-interfaces#11.

Drive: rename Interface to interface

Drive.Interface.yaml is not being processed and no server.hpp
is created. Renamed to Drive.interface.yaml instead.

Fixes openbmc/phosphor-dbus-interfaces#11.

Same change as in
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/43632
but that change was removed due to
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/43821

Change-Id: I3e1a7dbd84aeb92689eeedf9c613595f4e16ada3
Signed-off-by: Willy Tu <wltu@google.com>

show more ...

1f971f2d17-May-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

HardwareIsolation: Added the "Entry" interface

In an OpenPOWER based system, a user or an application (in the
error path if the hardware is faulty) can isolate hardware and
the respective isolated h

HardwareIsolation: Added the "Entry" interface

In an OpenPOWER based system, a user or an application (in the
error path if the hardware is faulty) can isolate hardware and
the respective isolated hardware part will be ignored to init
during the next boot of the host.

This entry interface will be used to maintain the isolated
hardware information.

Please refer https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/27804
to get more details of hardware isolation.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I61cfdc757dd281e8b0b746304f7e5eafd6ef421d

show more ...

3a11b99b29-Jun-2021 Willy Tu <wltu@google.com>

Inventory: Add Item.Storage D-Bus Interface

Adding Storage interface to organize the Storage resource for Redfish.

Change-Id: I70222fa3d49a975a76629dd15379417904b628c0
Signed-off-by: Willy Tu <wltu

Inventory: Add Item.Storage D-Bus Interface

Adding Storage interface to organize the Storage resource for Redfish.

Change-Id: I70222fa3d49a975a76629dd15379417904b628c0
Signed-off-by: Willy Tu <wltu@google.com>

show more ...

208b4e4206-May-2021 Vijay Lobo <vijaylobo@gmail.com>

Entry: Add ServiceProviderNotify property

Add a ServiceProviderNotify property that can be used to indicate that
this event log should be notified to the service provider, if that is
implemented on

Entry: Add ServiceProviderNotify property

Add a ServiceProviderNotify property that can be used to indicate that
this event log should be notified to the service provider, if that is
implemented on the system.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I65029020aed35c069d10058159792a75ba188048

show more ...

08e8099e25-Jun-2021 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Add InvalidArgument to the list of errors while creating dump.

Add xyz.openbmc_project.Common.Error.InvalidArgument to the
list of errors while creating dump.
The xyz.openbmc_project.Dump.Create acc

Add InvalidArgument to the list of errors while creating dump.

Add xyz.openbmc_project.Common.Error.InvalidArgument to the
list of errors while creating dump.
The xyz.openbmc_project.Dump.Create accepts a list of
arguments as key-value pairs. InvalidArgument exception
may be raised if any of the arguments are not correct.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I995547d32042b4ad1acd1a3f853d4a9b6358424f

show more ...

b1b4d26105-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan th

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


/openbmc/phosphor-dbus-interfaces/.gitignore
/openbmc/phosphor-dbus-interfaces/.shellcheck
/openbmc/phosphor-dbus-interfaces/LICENSE
/openbmc/phosphor-dbus-interfaces/MAINTAINERS
/openbmc/phosphor-dbus-interfaces/README.md
/openbmc/phosphor-dbus-interfaces/gen/README
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP3/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP4/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/meson.build
/openbmc/phosphor-dbus-interfaces/gen/com/meson.build
/openbmc/phosphor-dbus-interfaces/gen/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/Host/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Access/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/FSI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/meson.build
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/meson.build
/openbmc/phosphor-dbus-interfaces/gen/regenerate-meson
/openbmc/phosphor-dbus-interfaces/gen/run-ci
/openbmc/phosphor-dbus-interfaces/gen/xyz/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ID/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ObjectPath/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/TFTP/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VoltageControl/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/CpuCore/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/MemoryBuffer/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/SEL/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/IP/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Enable/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/Attributes/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Requester/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RedundancyPriority/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Raw/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/meson.build
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/meson.build
/openbmc/phosphor-dbus-interfaces/meson.build
/openbmc/phosphor-dbus-interfaces/meson_options.txt
/openbmc/phosphor-dbus-interfaces/subprojects/sdbusplus.wrap
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Resource.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Logging/Policy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CP00.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CRP0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/DINF.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP1.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP2.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP3.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP4.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP5.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP6.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP7.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP1.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP2.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP3.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP4.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP5.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP6.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP7.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LXR0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/Location.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/MER0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/README.md
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/UTIL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCEN.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCFG.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VEIR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VER0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VINI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMPU.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMSC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VPRI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VR10.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRML.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRTN.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSBP.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSRC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSYS.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VW10.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VWML.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Inventory/Decorator/Asset.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/PassThrough.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Status.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml
openbmc_project/Association.interface.yaml
openbmc_project/Association/Definitions.interface.yaml
openbmc_project/BIOSConfig/Common.errors.yaml
openbmc_project/BIOSConfig/Common.metadata.yaml
openbmc_project/BIOSConfig/Manager.interface.yaml
openbmc_project/BIOSConfig/Password.interface.yaml
openbmc_project/BIOSConfig/README.md
openbmc_project/Certs.errors.yaml
openbmc_project/Certs.metadata.yaml
openbmc_project/Certs/Authority.interface.yaml
openbmc_project/Certs/CSR.interface.yaml
openbmc_project/Certs/CSR/Create.interface.yaml
openbmc_project/Certs/Certificate.interface.yaml
openbmc_project/Certs/Entry.interface.yaml
openbmc_project/Certs/Install.interface.yaml
openbmc_project/Certs/README.md
openbmc_project/Certs/Replace.interface.yaml
openbmc_project/Channel/ChannelAccess.interface.yaml
openbmc_project/Chassis/Buttons/ID.interface.yaml
openbmc_project/Chassis/Buttons/NMI.interface.yaml
openbmc_project/Chassis/Buttons/Power.interface.yaml
openbmc_project/Chassis/Buttons/Reset.interface.yaml
openbmc_project/Chassis/Common.errors.yaml
openbmc_project/Chassis/Control/NMISource.interface.yaml
openbmc_project/Chassis/Control/Power.interface.yaml
openbmc_project/Chassis/Intrusion.interface.yaml
openbmc_project/Chassis/README.md
openbmc_project/Collection/DeleteAll.interface.yaml
openbmc_project/Common.errors.yaml
openbmc_project/Common.metadata.yaml
openbmc_project/Common/Callout.errors.yaml
openbmc_project/Common/Callout.metadata.yaml
openbmc_project/Common/Callout/README.md
openbmc_project/Common/Device.errors.yaml
openbmc_project/Common/Device.metadata.yaml
openbmc_project/Common/FactoryReset.interface.yaml
openbmc_project/Common/FactoryReset/README.md
openbmc_project/Common/File.errors.yaml
openbmc_project/Common/File.metadata.yaml
openbmc_project/Common/FilePath.interface.yaml
openbmc_project/Common/ObjectPath.interface.yaml
openbmc_project/Common/Progress.interface.yaml
openbmc_project/Common/TFTP.interface.yaml
openbmc_project/Common/UUID.interface.yaml
openbmc_project/Condition/HostFirmware.interface.yaml
openbmc_project/Control/Boot/Mode.interface.yaml
openbmc_project/Control/Boot/RebootAttempts.interface.yaml
openbmc_project/Control/Boot/RebootPolicy.interface.yaml
openbmc_project/Control/Boot/Source.interface.yaml
openbmc_project/Control/Boot/Type.interface.yaml
openbmc_project/Control/CFMLimit.interface.yaml
openbmc_project/Control/ChassisCapabilities.interface.yaml
openbmc_project/Control/Device.errors.yaml
openbmc_project/Control/Device.metadata.yaml
openbmc_project/Control/FanPwm.interface.yaml
openbmc_project/Control/FanRedundancy.interface.yaml
openbmc_project/Control/FanSpeed.interface.yaml
openbmc_project/Control/FieldMode.interface.yaml
openbmc_project/Control/Host.errors.yaml
openbmc_project/Control/Host.interface.yaml
openbmc_project/Control/Host.metadata.yaml
openbmc_project/Control/Host/NMI.interface.yaml
openbmc_project/Control/Host/TurboAllowed.interface.yaml
openbmc_project/Control/MinimumShipLevel.interface.yaml
openbmc_project/Control/Mode.interface.yaml
openbmc_project/Control/Power/ACPIPowerState.interface.yaml
openbmc_project/Control/Power/Cap.interface.yaml
openbmc_project/Control/Power/Mode.interface.yaml
openbmc_project/Control/Power/RestorePolicy.interface.yaml
openbmc_project/Control/PowerSupplyAttributes.interface.yaml
openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml
openbmc_project/Control/README.msl.md
openbmc_project/Control/Security/RestrictionMode.interface.yaml
openbmc_project/Control/Security/SpecialMode.interface.yaml
openbmc_project/Control/Service/Attributes.interface.yaml
openbmc_project/Control/Service/README.md
openbmc_project/Control/Service/SocketAttributes.interface.yaml
openbmc_project/Control/TPM/Policy.interface.yaml
openbmc_project/Control/ThermalMode.interface.yaml
openbmc_project/Control/VoltageRegulatorControl.interface.yaml
openbmc_project/Control/VoltageRegulatorMode.interface.yaml
openbmc_project/Dump/Create.errors.yaml
openbmc_project/Dump/Create.interface.yaml
openbmc_project/Dump/Create.metadata.yaml
openbmc_project/Dump/Entry.interface.yaml
openbmc_project/Dump/Entry/BMC.interface.yaml
openbmc_project/Dump/Entry/System.interface.yaml
openbmc_project/Dump/NewDump.interface.yaml
openbmc_project/Inventory.errors.yaml
openbmc_project/Inventory.metadata.yaml
openbmc_project/Inventory/Decorator/Asset.interface.yaml
openbmc_project/Inventory/Decorator/AssetTag.interface.yaml
openbmc_project/Inventory/Decorator/CLEI.interface.yaml
openbmc_project/Inventory/Decorator/Cacheable.interface.yaml
openbmc_project/Inventory/Decorator/Compatible.interface.yaml
openbmc_project/Inventory/Decorator/CoolingType.interface.yaml
openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml
openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml
openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml
openbmc_project/Inventory/Decorator/Replaceable.interface.yaml
openbmc_project/Inventory/Decorator/Revision.interface.yaml
openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml
openbmc_project/Inventory/Decorator/VoltageControl.interface.yaml
openbmc_project/Inventory/Item.interface.yaml
openbmc_project/Inventory/Item/Accelerator.interface.yaml
openbmc_project/Inventory/Item/Battery.interface.yaml
openbmc_project/Inventory/Item/Bmc.interface.yaml
openbmc_project/Inventory/Item/Board.interface.yaml
openbmc_project/Inventory/Item/Board/IOBoard.interface.yaml
openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml
openbmc_project/Inventory/Item/Chassis.interface.yaml
openbmc_project/Inventory/Item/Connector.interface.yaml
openbmc_project/Inventory/Item/Cpu.interface.yaml
openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
openbmc_project/Inventory/Item/CpuCore.interface.yaml
openbmc_project/Inventory/Item/Dimm.interface.yaml
openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
openbmc_project/Inventory/Item/DiskBackplane.interface.yaml
openbmc_project/Inventory/Item/Drive.Interface.yaml
openbmc_project/Inventory/Item/Ethernet.interface.yaml
openbmc_project/Inventory/Item/FabricAdapter.interface.yaml
openbmc_project/Inventory/Item/Fan.interface.yaml
openbmc_project/Inventory/Item/Global.interface.yaml
openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml
openbmc_project/Inventory/Item/NetworkInterface.interface.yaml
openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
openbmc_project/Inventory/Item/Panel.interface.yaml
openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
openbmc_project/Inventory/Item/PersistentMemory/Partition.interface.yaml
openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
openbmc_project/Inventory/Item/PowerSupply.interface.yaml
openbmc_project/Inventory/Item/Rotor.interface.yaml
openbmc_project/Inventory/Item/StorageController.interface.yaml
openbmc_project/Inventory/Item/System.interface.yaml
openbmc_project/Inventory/Item/Tpm.interface.yaml
openbmc_project/Inventory/Item/Vrm.interface.yaml
openbmc_project/Inventory/Manager.interface.yaml
openbmc_project/Inventory/Source/PLDM/Entity.interface.yaml
openbmc_project/Inventory/Source/PLDM/FRU.interface.yaml
openbmc_project/Ipmi/SESSION_README.md
openbmc_project/Ipmi/SOL.interface.yaml
openbmc_project/Ipmi/SessionInfo.interface.yaml
openbmc_project/Led/Group.interface.yaml
openbmc_project/Led/Physical.interface.yaml
openbmc_project/Led/README.md
openbmc_project/Logging/Create.interface.yaml
openbmc_project/Logging/Entry.interface.yaml
openbmc_project/Logging/ErrorBlocksTransition.interface.yaml
openbmc_project/Logging/Event.interface.yaml
openbmc_project/Logging/IPMI.interface.yaml
openbmc_project/Logging/README.md
openbmc_project/Logging/SEL.errors.yaml
openbmc_project/Logging/SEL.metadata.yaml
openbmc_project/Logging/Settings.interface.yaml
openbmc_project/Memory/MemoryECC.errors.yaml
openbmc_project/Memory/MemoryECC.interface.yaml
openbmc_project/Network/Client.interface.yaml
openbmc_project/Network/DHCPConfiguration.interface.yaml
openbmc_project/Network/EthernetInterface.interface.yaml
openbmc_project/Network/Experimental/Bond.interface.yaml
openbmc_project/Network/Experimental/Tunnel.interface.yaml
openbmc_project/Network/IP.interface.yaml
openbmc_project/Network/MACAddress.interface.yaml
openbmc_project/Network/Neighbor.interface.yaml
openbmc_project/Network/README.md
openbmc_project/Network/SystemConfiguration.interface.yaml
openbmc_project/Network/VLAN.interface.yaml
openbmc_project/Nvme/Status.errors.yaml
openbmc_project/Nvme/Status.interface.yaml
openbmc_project/Object/Delete.interface.yaml
openbmc_project/Object/Enable.interface.yaml
openbmc_project/ObjectMapper.interface.yaml
openbmc_project/PFR/Attributes.interface.yaml
openbmc_project/PLDM/Event.interface.yaml
openbmc_project/PLDM/PDR.interface.yaml
openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
openbmc_project/PLDM/Requester.interface.yaml
openbmc_project/ScheduledTime.errors.yaml
openbmc_project/ScheduledTime.metadata.yaml
openbmc_project/Sensor/Device.errors.yaml
openbmc_project/Sensor/Device.metadata.yaml
openbmc_project/Sensor/Threshold.errors.yaml
openbmc_project/Sensor/Threshold.metadata.yaml
openbmc_project/Sensor/Threshold/Critical.interface.yaml
openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml
openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml
openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml
openbmc_project/Sensor/Threshold/Warning.interface.yaml
openbmc_project/Sensor/Value.interface.yaml
openbmc_project/Smbios/MDR_V2.errors.yaml
openbmc_project/Smbios/MDR_V2.interface.yaml
openbmc_project/Smbios/README.md
openbmc_project/Software/Activation.interface.yaml
openbmc_project/Software/ActivationBlocksTransition.interface.yaml
openbmc_project/Software/ActivationProgress.interface.yaml
openbmc_project/Software/ApplyOptions.interface.yaml
openbmc_project/Software/ApplyTime.interface.yaml
openbmc_project/Software/ExtendedVersion.interface.yaml
openbmc_project/Software/README.md
openbmc_project/Software/RedundancyPriority.interface.yaml
openbmc_project/Software/RequestedRedundancyPriority.interface.yaml
openbmc_project/Software/Version.errors.yaml
openbmc_project/Software/Version.interface.yaml
openbmc_project/Software/Version.metadata.yaml
openbmc_project/State/BMC.errors.yaml
openbmc_project/State/BMC.interface.yaml
openbmc_project/State/BMC.metadata.yaml
openbmc_project/State/BMCRedundancy.interface.yaml
openbmc_project/State/Boot/PostCode.interface.yaml
openbmc_project/State/Boot/Progress.interface.yaml
openbmc_project/State/Boot/Raw.interface.yaml
openbmc_project/State/Chassis.errors.yaml
openbmc_project/State/Chassis.interface.yaml
openbmc_project/State/Chassis.metadata.yaml
openbmc_project/State/Decorator/Availability.interface.yaml
openbmc_project/State/Decorator/OperationalStatus.interface.yaml
openbmc_project/State/Drive.interface.yaml
openbmc_project/State/Host.errors.yaml
openbmc_project/State/Host.interface.yaml
openbmc_project/State/Host.metadata.yaml
openbmc_project/State/OperatingSystem/Status.interface.yaml
openbmc_project/State/PowerOnHours.interface.yaml
openbmc_project/State/README.md
openbmc_project/State/ScheduledHostTransition.interface.yaml
openbmc_project/State/Shutdown/Inventory.errors.yaml
openbmc_project/State/Shutdown/Power.errors.yaml
openbmc_project/State/Shutdown/ThermalEvent.errors.yaml
openbmc_project/State/SystemdTarget.errors.yaml
openbmc_project/State/SystemdTarget.metadata.yaml
openbmc_project/State/Watchdog.interface.yaml
openbmc_project/Telemetry/Report.interface.yaml
openbmc_project/Telemetry/ReportManager.interface.yaml
openbmc_project/Telemetry/Trigger.interface.yaml
openbmc_project/Telemetry/TriggerManager.interface.yaml
openbmc_project/Time.errors.yaml
openbmc_project/Time.metadata.yaml
openbmc_project/Time/EpochTime.interface.yaml
openbmc_project/Time/Synchronization.interface.yaml
openbmc_project/User/AccountPolicy.interface.yaml
openbmc_project/User/Attributes.interface.yaml
openbmc_project/User/Common.errors.yaml
openbmc_project/User/Common.metadata.yaml
openbmc_project/User/Ldap/Config.interface.yaml
openbmc_project/User/Ldap/Create.interface.yaml
openbmc_project/User/Manager.interface.yaml
openbmc_project/User/PrivilegeMapper.interface.yaml
openbmc_project/User/PrivilegeMapperEntry.interface.yaml
openbmc_project/User/README.md
openbmc_project/VirtualMedia/Legacy.interface.yaml
openbmc_project/VirtualMedia/MountPoint.interface.yaml
openbmc_project/VirtualMedia/Process.interface.yaml
openbmc_project/VirtualMedia/Proxy.interface.yaml
openbmc_project/VirtualMedia/README.md
openbmc_project/VirtualMedia/Stats.interface.yaml

12345678910