History log of /openbmc/phosphor-dbus-interfaces/gen/ (Results 51 – 75 of 135)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2189251308-Jul-2023 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

com.ibm: Add NotifyDump method

This commit introduces a new 'NotifyDump' method in a
new com.ibm.Dump.Notify interface to cater the specific
requirements of IBM OpenPOWER systems. This is
supplement

com.ibm: Add NotifyDump method

This commit introduces a new 'NotifyDump' method in a
new com.ibm.Dump.Notify interface to cater the specific
requirements of IBM OpenPOWER systems. This is
supplementing the general dbus 'Notify' method but
caters to the unique needs of IBM OpenPOWER systems.

The 'NotifyDump' method creates or updates a dump
entry based on parameters and specific dump type,
like 'System' or 'Resource'. The host provides a
source dump id, size, dump type and a 'token'. The
token helps identify user-initiated dump requests and
defaults to 0 if not valid.

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

show more ...

3826910e30-May-2023 Jonathan Doman <jonathan.doman@intel.com>

Add xyz.openbmc_project.Console.UART

Formalize an ad-hoc interface currently implemented in obmc-console.
This will contain attributes for each console object that is connected
to a physical UART. O

Add xyz.openbmc_project.Console.UART

Formalize an ad-hoc interface currently implemented in obmc-console.
This will contain attributes for each console object that is connected
to a physical UART. Other console objects (e.g. VUART) would not
implement this interface. could be extended to support additional
console attributes, but for now a writable `Baud` property is the only
item.

Change-Id: Ib4c9f1e24b4843281c222e882586a0fd44af723b
Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>

show more ...

7193e55f25-Apr-2023 Kantesh Nagaradder <kantesh.nagaradder@ibm.com>

Add a new dbus interface for VSBK record

This commit will add interface to support the new record(VSBK) and its
keywords to store the system backplane's critical data as backup.

The Bonnell BMC is

Add a new dbus interface for VSBK record

This commit will add interface to support the new record(VSBK) and its
keywords to store the system backplane's critical data as backup.

The Bonnell BMC is embedded in the system backplane, so if either
fails, the backplane should be replaced as a whole. Thus, we must
backup the system backplane critical keywords on the VSBK record on the
operator panel base EEPROM. Hence VSBK interface being added.

Below is the introspect for VSBK:
busctl introspect xyz.openbmc_project.Inventory.Manager
/xyz/openbmc_project/inventory/system/chassis/motherboard/
base_op_panel_blyth com.ibm.ipzvpd.VSBK

NAME TYPE SIGNATURE RESULT/VALUE FLAGS
.BR property ay 2 83 48 emits-change writable
.D0 property ay 1 1 emits-change writable
.ES property ay 7 66 90 83 48 48 48 51 emits-change writable
.F5 property ay 16 32 32 32 32 32 32 32 32 32 32 32 3... emits-change writable
.F6 property ay 0 emits-change writable
.FC property ay 8 50 69 52 65 45 48 48 49 emits-change writable
.FV property ay 32 32 32 32 32 32 32 32 32 32 32 32 3... emits-change writable
.LX property ay 8 49 0 4 1 0 48 0 123 emits-change writable
.RB property ay 4 49 32 32 32 emits-change writable
.RG property ay 4 0 0 0 0 emits-change writable
.RT property ay 4 86 83 66 75 emits-change writable
.SE property ay 7 66 48 48 48 48 48 51 emits-change writable
.SU property ay 6 0 4 172 31 28 19 emits-change writable
.TM property ay 8 57 48 50 56 45 50 49 66 emits-change writable
.VZ property ay 2 48 50 emits-change writable
.WN property ay 12 67 48 53 48 55 54 48 67 52 56 57 66 emits-change writable

Change-Id: I333001f4317aa954dfd700dfa153133e179c4785
Signed-off-by: Kantesh Nagaradder <kantesh.nagaradder@ibm.com>

show more ...

47709f2303-May-2023 Chris Cain <cjcain@us.ibm.com>

Control.Power.Throttle: Add throttle Interface

Define a throttle status interface. This allows users to determine if a
component is being throttled and if so, what the causes are for the
throttle.
T

Control.Power.Throttle: Add throttle Interface

Define a throttle status interface. This allows users to determine if a
component is being throttled and if so, what the causes are for the
throttle.
This is part of the Redfish 2022.3 Schema.

Change-Id: I30e820993e3c225cd82bbd6c78e0a01f9a432282
Signed-off-by: Chris Cain <cjcain@us.ibm.com>

show more ...

df32eb5726-Apr-2023 Myung Bae <myungbae@us.ibm.com>

Add association between FabricAdapter and Port

As a course of implementing PortCollection and Port schemas,
this commit adds a new association to describe the links
between FabricAdapter and Port.

Add association between FabricAdapter and Port

As a course of implementing PortCollection and Port schemas,
this commit adds a new association to describe the links
between FabricAdapter and Port.

- FabricAdapter may be "connected_to" one or more ports,
- A port may also be "connecting" one or more items.

The generic associations of 'containing' and 'contained_by'
are considered, but they are for the physically "containing" items.

Related schemas are:

- https://redfish.dmtf.org/schemas/v1/Port.v1_8_0.json

```
"Links": {
"description": "The links to other resources that are related to this resource.",
"properties": {
"AssociatedEndpoints": {
"description": "An array of links to the endpoints at the other end of the link.",
"items": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint"
},
"longDescription": "This property shall contain an array of links to resources of type Endpoint that represent the endpoints to which this port is connected.",
"readonly": true,
"type": "array"
},
"AssociatedEndpoints@odata.count": {
"$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
```

- https://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_5_0.json

```
"Ports": {
"$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
"description": "The link to the collection of ports that exist on the fabric adapter.",
"longDescription": "This property shall contain a link to a Resource Collection of type PortCollection.",
"readonly": true
},
```

Change-Id: I2cc8caf0128bf1cfa619312e689fe02039977e44
Signed-off-by: Myung Bae <myungbae@us.ibm.com>

show more ...

a82161ac23-Jan-2023 Ravi Teja <raviteja28031990@gmail.com>

Add Network Static Route D-bus Interface

Static routing provides the network administrator with full
control over the routing behavior of the BMC network.

This commit adds static route d-bus interf

Add Network Static Route D-bus Interface

Static routing provides the network administrator with full
control over the routing behavior of the BMC network.

This commit adds static route d-bus interface and properties
required.

Change-Id: Ib6abea1a9ce2f55cb54489c334b0072bf4fb726e
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>

show more ...

927d093006-Mar-2023 Ninad Palsule <ninadpalsule@us.ibm.com>

Add a new dbus interface to get list of consoles

The "xyz.openbmc_project.Console.Access" interface will provide a
single property containing the name of the abstract socket for the
object hosting t

Add a new dbus interface to get list of consoles

The "xyz.openbmc_project.Console.Access" interface will provide a
single property containing the name of the abstract socket for the
object hosting the interface. The caller can use mapper function to
find the list of registered consoles. The bmcweb can exploit this
interface by putting console for each console object.

The SocketName attribute provides unix abstract socket name and it's
first character is always null, the attribute type is an array of bytes
types instead of string type. The byte array does not include a null
terminator.

For example, object path and property exposed for host console is as
follows:
Object:
/xyz/openbmc_project/console/host
Property:
SocketName -> "\0obmc-console.host"

The tree for console0:
$ busctl tree xyz.openbmc_project.Console.console0
`-/xyz
`-/xyz/openbmc_project
`-/xyz/openbmc_project/console
`-/xyz/openbmc_project/console/console0

The introspect for console0:
busctl introspect xyz.openbmc_project.Console.console0 /xyz/openbmc_project/console/console0
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Console.Access interface - - -
.SocketName property ay 22 0 111 98 109 99 45 99 111 110 115 ... -

Related commits:
1) phosphor-dbus-interface: https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/61486
2) obmc-console: https://gerrit.openbmc.org/c/openbmc/obmc-console/+/62496
3) bmcweb: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/62525

Change-Id: Ic50d311b327d9a4d917e4656af3ebeebfe95b5c9
Signed-off-by: Ninad Palsule <ninadpalsule@us.ibm.com>

show more ...

c096cf7821-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

regenerate-meson: re-run with latest from sdbusplus

The sdbus++-gen-meson has a new version, which requires regenerating
all the meson in this repository. Re-run the `regenerate-meson`
script.

Cha

regenerate-meson: re-run with latest from sdbusplus

The sdbus++-gen-meson has a new version, which requires regenerating
all the meson in this repository. Re-run the `regenerate-meson`
script.

Change-Id: Ic72fe80376052d5749ba007bb87be25c83a46279
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


com/google/gbmc/Hoth/meson.build
com/ibm/Dump/Create/meson.build
com/ibm/Dump/Entry/Hardware/meson.build
com/ibm/Dump/Entry/Hostboot/meson.build
com/ibm/Dump/Entry/Resource/meson.build
com/ibm/Logging/Policy/meson.build
com/ibm/VPD/Manager/meson.build
com/ibm/ipzvpd/CP00/meson.build
com/ibm/ipzvpd/CRP0/meson.build
com/ibm/ipzvpd/DINF/meson.build
com/ibm/ipzvpd/LRP0/meson.build
com/ibm/ipzvpd/LRP1/meson.build
com/ibm/ipzvpd/LRP2/meson.build
com/ibm/ipzvpd/LRP3/meson.build
com/ibm/ipzvpd/LRP4/meson.build
com/ibm/ipzvpd/LRP5/meson.build
com/ibm/ipzvpd/LRP6/meson.build
com/ibm/ipzvpd/LRP7/meson.build
com/ibm/ipzvpd/LWP0/meson.build
com/ibm/ipzvpd/LWP1/meson.build
com/ibm/ipzvpd/LWP2/meson.build
com/ibm/ipzvpd/LWP3/meson.build
com/ibm/ipzvpd/LWP4/meson.build
com/ibm/ipzvpd/LWP5/meson.build
com/ibm/ipzvpd/LWP6/meson.build
com/ibm/ipzvpd/LWP7/meson.build
com/ibm/ipzvpd/LXR0/meson.build
com/ibm/ipzvpd/Location/meson.build
com/ibm/ipzvpd/MER0/meson.build
com/ibm/ipzvpd/PSPD/meson.build
com/ibm/ipzvpd/UTIL/meson.build
com/ibm/ipzvpd/VCEN/meson.build
com/ibm/ipzvpd/VCFG/meson.build
com/ibm/ipzvpd/VEIR/meson.build
com/ibm/ipzvpd/VER0/meson.build
com/ibm/ipzvpd/VINI/meson.build
com/ibm/ipzvpd/VMPU/meson.build
com/ibm/ipzvpd/VMSC/meson.build
com/ibm/ipzvpd/VPRI/meson.build
com/ibm/ipzvpd/VR10/meson.build
com/ibm/ipzvpd/VRML/meson.build
com/ibm/ipzvpd/VRTN/meson.build
com/ibm/ipzvpd/VSBP/meson.build
com/ibm/ipzvpd/VSRC/meson.build
com/ibm/ipzvpd/VSYS/meson.build
com/ibm/ipzvpd/VW10/meson.build
com/ibm/ipzvpd/VWML/meson.build
com/intel/Control/NMISource/meson.build
com/intel/Control/OCOTShutdownPolicy/meson.build
com/intel/Protocol/PECI/Raw/meson.build
com/meta/Hardware/BMC/meson.build
meson.build
org/freedesktop/UPower/Device/meson.build
org/open_power/Control/Host/meson.build
org/open_power/Control/TPM/SecurityKeys/meson.build
org/open_power/Inventory/Decorator/Asset/meson.build
org/open_power/Logging/PEL/Entry/meson.build
org/open_power/Logging/PEL/meson.build
org/open_power/OCC/PassThrough/meson.build
org/open_power/OCC/Status/meson.build
org/open_power/Sensor/Aggregation/History/Average/meson.build
org/open_power/Sensor/Aggregation/History/Maximum/meson.build
xyz/openbmc_project/Association/Definitions/meson.build
xyz/openbmc_project/Association/meson.build
xyz/openbmc_project/BIOSConfig/Manager/meson.build
xyz/openbmc_project/BIOSConfig/Password/meson.build
xyz/openbmc_project/Certs/Authority/meson.build
xyz/openbmc_project/Certs/CSR/Create/meson.build
xyz/openbmc_project/Certs/CSR/meson.build
xyz/openbmc_project/Certs/Certificate/meson.build
xyz/openbmc_project/Certs/Entry/meson.build
xyz/openbmc_project/Certs/Install/meson.build
xyz/openbmc_project/Certs/InstallAll/meson.build
xyz/openbmc_project/Certs/Replace/meson.build
xyz/openbmc_project/Certs/ReplaceAll/meson.build
xyz/openbmc_project/Channel/ChannelAccess/meson.build
xyz/openbmc_project/Chassis/Buttons/Button/meson.build
xyz/openbmc_project/Chassis/Buttons/HostSelector/meson.build
xyz/openbmc_project/Chassis/Buttons/ID/meson.build
xyz/openbmc_project/Chassis/Buttons/NMI/meson.build
xyz/openbmc_project/Chassis/Buttons/Power/meson.build
xyz/openbmc_project/Chassis/Buttons/Reset/meson.build
xyz/openbmc_project/Chassis/Control/NMISource/meson.build
xyz/openbmc_project/Chassis/Control/Power/meson.build
xyz/openbmc_project/Chassis/Intrusion/meson.build
xyz/openbmc_project/Collection/DeleteAll/meson.build
xyz/openbmc_project/Common/FactoryReset/meson.build
xyz/openbmc_project/Common/FilePath/meson.build
xyz/openbmc_project/Common/ObjectPath/meson.build
xyz/openbmc_project/Common/OriginatedBy/meson.build
xyz/openbmc_project/Common/Progress/meson.build
xyz/openbmc_project/Common/TFTP/meson.build
xyz/openbmc_project/Common/UUID/meson.build
xyz/openbmc_project/Condition/HostFirmware/meson.build
xyz/openbmc_project/Control/Boot/Mode/meson.build
xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build
xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build
xyz/openbmc_project/Control/Boot/Source/meson.build
xyz/openbmc_project/Control/Boot/Type/meson.build
xyz/openbmc_project/Control/CFMLimit/meson.build
xyz/openbmc_project/Control/ChassisCapabilities/meson.build
xyz/openbmc_project/Control/FanPwm/meson.build
xyz/openbmc_project/Control/FanRedundancy/meson.build
xyz/openbmc_project/Control/FanSpeed/meson.build
xyz/openbmc_project/Control/FieldMode/meson.build
xyz/openbmc_project/Control/Host/NMI/meson.build
xyz/openbmc_project/Control/Host/TurboAllowed/meson.build
xyz/openbmc_project/Control/Host/meson.build
xyz/openbmc_project/Control/MinimumShipLevel/meson.build
xyz/openbmc_project/Control/Mode/meson.build
xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build
xyz/openbmc_project/Control/Power/Cap/meson.build
xyz/openbmc_project/Control/Power/CapLimits/meson.build
xyz/openbmc_project/Control/Power/IdlePowerSaver/meson.build
xyz/openbmc_project/Control/Power/Mode/meson.build
xyz/openbmc_project/Control/Power/RestorePolicy/meson.build
xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build
xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build
xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build
xyz/openbmc_project/Control/Security/RestrictionMode/meson.build
xyz/openbmc_project/Control/Security/SpecialMode/meson.build
xyz/openbmc_project/Control/Service/Attributes/meson.build
xyz/openbmc_project/Control/Service/SocketAttributes/meson.build
xyz/openbmc_project/Control/TPM/Policy/meson.build
xyz/openbmc_project/Control/ThermalMode/meson.build
xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build
xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build
xyz/openbmc_project/Dump/Create/meson.build
xyz/openbmc_project/Dump/Entry/BMC/meson.build
xyz/openbmc_project/Dump/Entry/FaultLog/meson.build
xyz/openbmc_project/Dump/Entry/System/meson.build
xyz/openbmc_project/Dump/Entry/meson.build
xyz/openbmc_project/Dump/NewDump/meson.build
xyz/openbmc_project/HardwareIsolation/Create/meson.build
xyz/openbmc_project/HardwareIsolation/Entry/meson.build
xyz/openbmc_project/Inventory/Connector/Embedded/meson.build
xyz/openbmc_project/Inventory/Connector/Slot/meson.build
xyz/openbmc_project/Inventory/Decorator/Asset/meson.build
xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build
xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build
xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build
xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build
xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build
xyz/openbmc_project/Inventory/Decorator/Dimension/meson.build
xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build
xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build
xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build
xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build
xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build
xyz/openbmc_project/Inventory/Decorator/Revision/meson.build
xyz/openbmc_project/Inventory/Decorator/Slot/meson.build
xyz/openbmc_project/Inventory/Decorator/ThermalDirection/meson.build
xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build
xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build
xyz/openbmc_project/Inventory/Decorator/VoltageControl/meson.build
xyz/openbmc_project/Inventory/Item/Accelerator/meson.build
xyz/openbmc_project/Inventory/Item/Battery/meson.build
xyz/openbmc_project/Inventory/Item/Bmc/meson.build
xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build
xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build
xyz/openbmc_project/Inventory/Item/Board/meson.build
xyz/openbmc_project/Inventory/Item/Cable/meson.build
xyz/openbmc_project/Inventory/Item/Chassis/meson.build
xyz/openbmc_project/Inventory/Item/Connector/meson.build
xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build
xyz/openbmc_project/Inventory/Item/Cpu/meson.build
xyz/openbmc_project/Inventory/Item/CpuCore/meson.build
xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build
xyz/openbmc_project/Inventory/Item/Dimm/meson.build
xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build
xyz/openbmc_project/Inventory/Item/Drive/meson.build
xyz/openbmc_project/Inventory/Item/Ethernet/meson.build
xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build
xyz/openbmc_project/Inventory/Item/Fan/meson.build
xyz/openbmc_project/Inventory/Item/Global/meson.build
xyz/openbmc_project/Inventory/Item/MemoryBuffer/meson.build
xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build
xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build
xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build
xyz/openbmc_project/Inventory/Item/Panel/meson.build
xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build
xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build
xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build
xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build
xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build
xyz/openbmc_project/Inventory/Item/Rotor/meson.build
xyz/openbmc_project/Inventory/Item/Storage/meson.build
xyz/openbmc_project/Inventory/Item/StorageController/meson.build
xyz/openbmc_project/Inventory/Item/System/meson.build
xyz/openbmc_project/Inventory/Item/Tpm/meson.build
xyz/openbmc_project/Inventory/Item/Volume/meson.build
xyz/openbmc_project/Inventory/Item/Vrm/meson.build
xyz/openbmc_project/Inventory/Item/meson.build
xyz/openbmc_project/Inventory/Manager/meson.build
xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build
xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build
xyz/openbmc_project/Ipmi/SOL/meson.build
xyz/openbmc_project/Ipmi/SessionInfo/meson.build
xyz/openbmc_project/Led/Group/meson.build
xyz/openbmc_project/Led/Physical/meson.build
xyz/openbmc_project/Logging/Create/meson.build
xyz/openbmc_project/Logging/Entry/meson.build
xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build
xyz/openbmc_project/Logging/Event/meson.build
xyz/openbmc_project/Logging/IPMI/meson.build
xyz/openbmc_project/Logging/Settings/meson.build
xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/meson.build
xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/meson.build
xyz/openbmc_project/Logging/Syslog/Destination/Mail/meson.build
xyz/openbmc_project/MCTP/Endpoint/meson.build
xyz/openbmc_project/Memory/MemoryECC/meson.build
xyz/openbmc_project/Network/Client/Create/meson.build
xyz/openbmc_project/Network/Client/meson.build
xyz/openbmc_project/Network/DHCPConfiguration/meson.build
xyz/openbmc_project/Network/EthernetInterface/meson.build
xyz/openbmc_project/Network/Experimental/Bond/meson.build
xyz/openbmc_project/Network/Experimental/Tunnel/meson.build
xyz/openbmc_project/Network/IP/meson.build
xyz/openbmc_project/Network/MACAddress/meson.build
xyz/openbmc_project/Network/Neighbor/meson.build
xyz/openbmc_project/Network/SystemConfiguration/meson.build
xyz/openbmc_project/Network/VLAN/meson.build
xyz/openbmc_project/Nvme/Status/meson.build
xyz/openbmc_project/Object/Delete/meson.build
xyz/openbmc_project/Object/Enable/meson.build
xyz/openbmc_project/ObjectMapper/meson.build
xyz/openbmc_project/PFR/Attributes/meson.build
xyz/openbmc_project/PLDM/Event/meson.build
xyz/openbmc_project/PLDM/PDR/meson.build
xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build
xyz/openbmc_project/PLDM/Requester/meson.build
xyz/openbmc_project/Sensor/Accuracy/meson.build
xyz/openbmc_project/Sensor/Threshold/Critical/meson.build
xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build
xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build
xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build
xyz/openbmc_project/Sensor/Threshold/Warning/meson.build
xyz/openbmc_project/Sensor/Value/meson.build
xyz/openbmc_project/Sensor/ValueMutability/meson.build
xyz/openbmc_project/Smbios/MDR_V2/meson.build
xyz/openbmc_project/Software/Activation/meson.build
xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build
xyz/openbmc_project/Software/ActivationProgress/meson.build
xyz/openbmc_project/Software/ApplyOptions/meson.build
xyz/openbmc_project/Software/ApplyTime/meson.build
xyz/openbmc_project/Software/ExtendedVersion/meson.build
xyz/openbmc_project/Software/RedundancyPriority/meson.build
xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build
xyz/openbmc_project/Software/Settings/meson.build
xyz/openbmc_project/Software/Version/meson.build
xyz/openbmc_project/State/BMC/meson.build
xyz/openbmc_project/State/BMCRedundancy/meson.build
xyz/openbmc_project/State/Boot/PostCode/meson.build
xyz/openbmc_project/State/Boot/Progress/meson.build
xyz/openbmc_project/State/Boot/Raw/meson.build
xyz/openbmc_project/State/Chassis/meson.build
xyz/openbmc_project/State/Decorator/Availability/meson.build
xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build
xyz/openbmc_project/State/Decorator/PowerState/meson.build
xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build
xyz/openbmc_project/State/Drive/meson.build
xyz/openbmc_project/State/Host/meson.build
xyz/openbmc_project/State/OperatingSystem/Status/meson.build
xyz/openbmc_project/State/PowerOnHours/meson.build
xyz/openbmc_project/State/ScheduledHostTransition/meson.build
xyz/openbmc_project/State/Watchdog/meson.build
xyz/openbmc_project/Telemetry/Report/meson.build
xyz/openbmc_project/Telemetry/ReportManager/meson.build
xyz/openbmc_project/Telemetry/Trigger/meson.build
xyz/openbmc_project/Telemetry/TriggerManager/meson.build
xyz/openbmc_project/Time/EpochTime/meson.build
xyz/openbmc_project/Time/Synchronization/meson.build
xyz/openbmc_project/User/AccountPolicy/meson.build
xyz/openbmc_project/User/Attributes/meson.build
xyz/openbmc_project/User/Ldap/Config/meson.build
xyz/openbmc_project/User/Ldap/Create/meson.build
xyz/openbmc_project/User/Manager/meson.build
xyz/openbmc_project/User/PrivilegeMapper/meson.build
xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build
xyz/openbmc_project/VirtualMedia/Legacy/meson.build
xyz/openbmc_project/VirtualMedia/MountPoint/meson.build
xyz/openbmc_project/VirtualMedia/Process/meson.build
xyz/openbmc_project/VirtualMedia/Proxy/meson.build
xyz/openbmc_project/VirtualMedia/Stats/meson.build
a1b26a4b16-Feb-2023 Jayashree Dhanapal <jayashree-d@hcl.com>

Add a new interface for ThermalDirection

This (xyz.openbmc_project.Inventory.Decorator.ThermalDirection)
interface will provide the general direction of the thermal
management path through the chass

Add a new interface for ThermalDirection

This (xyz.openbmc_project.Inventory.Decorator.ThermalDirection)
interface will provide the general direction of the thermal
management path through the chassis. It will indicate the
airflow direction of the chassis.

This patch is referred based on the below bmcweb patch.
https://gerrit.openbmc.org/c/openbmc/bmcweb/+/61603

Tested: Tested and verified the interface with client and
server file creation.

Change-Id: I4620def4cf9e2401a531495caa8e25e589fe576d
Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com>

show more ...

e998116009-Mar-2023 Patrick Williams <patrick@stwcx.xyz>

meta: add compatible strings for BMCs

Add 'com.meta' hierarchy for Meta (Facebook) and define compatible
strings for the currently supported BMC types. This will be used
to provide hardware compati

meta: add compatible strings for BMCs

Add 'com.meta' hierarchy for Meta (Facebook) and define compatible
strings for the currently supported BMC types. This will be used
to provide hardware compatibility on BMC update images.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie8b914784eed88f4f9a8df8e42dfce489d473cfb

show more ...

455214f217-Nov-2022 gikrish1-in <giridharikrishnan@gmail.com>

ibm: Add new interface "PSPD"

The interface needs to be implemented by dbus
object(s) to host VPD data of PSPD record.

Change-Id: Icb5b274daab62037d52f1c3f3f553f55e264dbba
Signed-off-by: Giridhari

ibm: Add new interface "PSPD"

The interface needs to be implemented by dbus
object(s) to host VPD data of PSPD record.

Change-Id: Icb5b274daab62037d52f1c3f3f553f55e264dbba
Signed-off-by: Giridhari Krishna <gikrish1@in.ibm.com>

show more ...

85d0c90209-Jan-2023 Patrick Williams <patrick@stwcx.xyz>

gen: update due to sdbusplus-gen-meson change

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5cacaf5d4ce9b7ed40a46b8d9075be1eb093d40a


/openbmc/phosphor-dbus-interfaces/.markdownlint.yaml
/openbmc/phosphor-dbus-interfaces/.prettierrc.yaml
/openbmc/phosphor-dbus-interfaces/README.md
meson.build
/openbmc/phosphor-dbus-interfaces/requirements.md
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hardware.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/Location.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/README.md
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VER0.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/NMISource.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/Raw.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/Device.interface.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/Logging/PEL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/PassThrough.interface.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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Certificate.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/NMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Power.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/UUID.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/CFMLimit.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/NMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/CapLimits.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/IdlePowerSaver.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/README.msl.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/SpecialMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ThermalMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/BMC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Cacheable.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Compatible.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cable.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/FabricAdapter.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Fan.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Panel.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SESSION_README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Group.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Event.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Settings.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/Endpoint.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/IP.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ObjectMapper.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/Attributes.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ValueMutability.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Activation.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Settings.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Drive.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Attributes.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/README.md
78f3103d20-Oct-2022 Chris Cain <cjcain@us.ibm.com>

Control.Power.CapLimits: Add power cap limits interface

This interface will provide the minimum and maximum power cap values
supported. This will be hosted/written by OCC.Control and is replacing
th

Control.Power.CapLimits: Add power cap limits interface

This interface will provide the minimum and maximum power cap values
supported. This will be hosted/written by OCC.Control and is replacing
the same properties from Control.Power.Cap.

The properties in Control.Power.Cap are hosted by Settings and the cap
limits had to temporarily be made writable so that OCC.Control could
write them.

Change-Id: Id24be182f7af8bfdc66d312a72b56afe172f8543
Signed-off-by: Chris Cain <cjcain@us.ibm.com>

show more ...

991b2b8b26-Sep-2022 Vernon Mauery <vernon.mauery@linux.intel.com>

Port in intel-dbus-interfaces content

This takes the com.intel.Control.* content from the
intel-dbus-interfaces repo and puts it into the yaml/com/intel subdir.

Tested:
meson build -Ddata_com_i

Port in intel-dbus-interfaces content

This takes the com.intel.Control.* content from the
intel-dbus-interfaces repo and puts it into the yaml/com/intel subdir.

Tested:
meson build -Ddata_com_intel=true && ninja -C build
Configures and builds, creating a library with the
com.intel.Control.* interfaces in it (inspected using nm)

Change-Id: I42b07b734483a4a2c9ba89e1bcadbc08d5b074b5
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>

show more ...

1133524612-Sep-2022 Patrick Williams <patrick@stwcx.xyz>

gen: update due to sdbusplus-gen-meson change

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9491eb608d9c6849b3e39fe212054a3651bfb824


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

FaultLog: Add new FaultLog dump entry interface

Fault Log is a new type of dump in openbmc/phosphor-debug-collector.
For details please see
https://github.com/openbmc/docs/blob/master/designs/hw-fau

FaultLog: Add new FaultLog dump entry interface

Fault Log is a new type of dump in openbmc/phosphor-debug-collector.
For details please see
https://github.com/openbmc/docs/blob/master/designs/hw-fault-monitor.md

This new interface (xyz.openbmc_project.Dump.Entry.FaultLog) contains
properties that are specific to Fault Log entries. Fault log entries
can contain references to fault data captured and stored by other code
modules (e.g. see the PrimaryLogId property). A fault log entry
represents a bundle of data from various sources that correspond to the
same fault event (additional properties such as references to secondary
logs may be added later).

Change-Id: I491b8fc58c752513d9066c908bf91999380e17c5
Signed-off-by: Claire Weinan <cweinan@google.com>

show more ...

0020fa3d05-May-2022 Brandon Wyman <bjwyman@gmail.com>

sensor: Add new Accuracy interface

This will express the +/- percentage accuracy of the Value read. Default
to NaN (not a number).

Tested:
Local CI build against phosphor-dbus-interfaces clean.

sensor: Add new Accuracy interface

This will express the +/- percentage accuracy of the Value read. Default
to NaN (not a number).

Tested:
Local CI build against phosphor-dbus-interfaces clean.
Built p10bmc obmc-phosphor-image (devtool modify ...)
Find and view client.hpp and server.hpp for Accuracy, looks good.

Change-Id: I42b93c0267cf6ce397c922a0c161c41a56c8b30e
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>

show more ...

a39c66ae21-Sep-2021 Asmitha Karunanithi <asmitk01@in.ibm.com>

Add a new interface "OriginatedBy"

This interface can be implemented by the dbus objects
of any application/service that has a requirement to store
the identity of the "originator" that has caused t

Add a new interface "OriginatedBy"

This interface can be implemented by the dbus objects
of any application/service that has a requirement to store
the identity of the "originator" that has caused the activity.
This unique id is stored in the "OriginatorId" property and
"OriginatorType" helps identify the type of originator.

Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
Change-Id: Ia96592bbe4a7b0057fe66f8e1f09d73837978c30

show more ...

dac7f6c313-Apr-2022 Naveen Moses <naveen.mosess@hcl.com>

Add Generic button dbus interface

The button interface is a generic dbus interface which can be used
in the front panel phosphor-buttons dbus objects that has button type
physical form factor(Presse

Add Generic button dbus interface

The button interface is a generic dbus interface which can be used
in the front panel phosphor-buttons dbus objects that has button type
physical form factor(Pressed/Released).

This dbus interface will be initially used by ocp debug card host selector
button interface as it has a button form factor type.

Design : https://github.com/openbmc/docs/blob/master/designs/multihost-phosphor-buttons.md

Signed-off-by: Naveen Moses <naveen.mosess@hcl.com>
Change-Id: I10e940c93ce549489fd23ff76a3be9e09ae1ae9c

show more ...


/openbmc/phosphor-dbus-interfaces/.editorconfig
xyz/openbmc_project/Chassis/Buttons/Button/meson.build
xyz/openbmc_project/Chassis/Buttons/meson.build
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Common.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Device.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/File.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Device.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/SEL.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ScheduledTime.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Device.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Settings.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.metadata.yaml
33b9a7f807-Feb-2022 Matt Spinler <spinler@us.ibm.com>

inventory.decorator: Add slot number interface

This interface provides a slot number property for an inventory item.

The initial use case is to hang this on certain
phosphor-inventory-manager paths

inventory.decorator: Add slot number interface

This interface provides a slot number property for an inventory item.

The initial use case is to hang this on certain
phosphor-inventory-manager paths so that when entity-manager probes on
them it can have $SlotNumber available as a variable to give a stable
sensor name, such as 'PCIe Card $SlotNumber Temp'.

Without this, if say the $index variable is used instead, and then there
is no guarantee which device will have which sensor name, especially for
cards that can be added in any order when the BMC is running.

Stable sensor names are important in the
phosphor-inventory-manager/entity-manager hybrid model where PIM is used
for inventory and EM is just used for config.

There is a LocationCode property already that could possibly be used on
some systems, but on IBM systems at least it contains the system serial
number so would vary from system to system which isn't desired either.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Iea95d7ad123672909799244b0d80f564cb40d425

show more ...

ae1cf7b011-Apr-2022 Paul Fertser <fercerpav@gmail.com>

Syslog: introduce interfaces for e-mail sending

Interfaces to configure multiple e-mail destinations, each with an
individual threshold for the priority level of the syslog messages.

The idea is to

Syslog: introduce interfaces for e-mail sending

Interfaces to configure multiple e-mail destinations, each with an
individual threshold for the priority level of the syslog messages.

The idea is to provide facilities to implement a minimally useful subset
of Redfish Event Destinations for e-mail with ability to add additional
properties if the need arises.

D-Bus object path for each destination contains 8 digits of a mailto
hash, so Level can be changed later but for another URI a new object
needs to be created.

Current set of properties is made on assumption that organisation has an
SMTP smarthost (that BMC is allowed to use without authentication) which
takes care of dispatching messages; rsyslog's ommail module is
considered for the initial implementation.

Example session:

root@qemuarm:~# busctl tree xyz.openbmc_project.Syslog.Config
└─/xyz
└─/xyz/openbmc_project
└─/xyz/openbmc_project/logging
└─/xyz/openbmc_project/logging/config
├─/xyz/openbmc_project/logging/config/mail
│ ├─/xyz/openbmc_project/logging/config/mail/2dc1e699
│ ├─/xyz/openbmc_project/logging/config/mail/5d43d672
│ ├─/xyz/openbmc_project/logging/config/mail/b4dc9055
│ ├─/xyz/openbmc_project/logging/config/mail/d5d4db03
│ └─/xyz/openbmc_project/logging/config/mail/e0974603
└─/xyz/openbmc_project/logging/config/remote
root@qemuarm:~# busctl introspect xyz.openbmc_project.Syslog.Config /xyz/openbmc_project/logging/config/mail
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Collection.DeleteAll interface - - -
.DeleteAll method - - -
xyz.openbmc_project.Logging.Syslog.Destination.Mail interface - - -
.From property s "from@some.domain" emits-change writable
xyz.openbmc_project.Logging.Syslog.Destination.Mail.Create interface - - -
.Create method ss o -
xyz.openbmc_project.Network.Client interface - - -
.Address property s "smarthost.lan" emits-change writable
.Port property q 25 emits-change writable
xyz.openbmc_project.Object.Enable interface - - -
.Enabled property b true emits-change writable
root@qemuarm:~# busctl introspect xyz.openbmc_project.Syslog.Config /xyz/openbmc_project/logging/config/mail/d5d4db03
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
org.freedesktop.DBus.Properties interface - - -
.Get method ss v -
.GetAll method s a{sv} -
.Set method ssv - -
.PropertiesChanged signal sa{sv}as - -
xyz.openbmc_project.Logging.Syslog.Destination.Mail.Entry interface - - -
.Level property s "xyz.openbmc_project.Logging.Entry.Leve… emits-change writable
.Mailto property s "mailto://someone2@otherdomain.test" emits-change
xyz.openbmc_project.Object.Delete interface - - -
.Delete method - - -

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: Ic78fc2bf3608c1dd7ec0c962412e69062dde48d4

show more ...

332a7b8603-Mar-2022 Adriana Kobylak <anoo@us.ibm.com>

State: New PowerSystemInputs interface

Add a new PowerSystemInputs interface to describe the state of the power
supplied to the chassis via the power supply unit(s), in order to have
state manager h

State: New PowerSystemInputs interface

Add a new PowerSystemInputs interface to describe the state of the power
supplied to the chassis via the power supply unit(s), in order to have
state manager handle Brownout conditions as described in design doc:
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/48015

This interface would be implemented by the phosphor-power repo and the
Status property set to Fault when a Brownout condition is detected.

Change-Id: I7aeea45f7285835fdb97a34706b3eef610d7532d
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


/openbmc/phosphor-dbus-interfaces/.markdownlint.yaml
/openbmc/phosphor-dbus-interfaces/.prettierrc.yaml
/openbmc/phosphor-dbus-interfaces/README.md
xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build
xyz/openbmc_project/State/Decorator/meson.build
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.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/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/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/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/intel/Protocol/PECI/Raw.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/Device.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/Entry.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/Sensor/Aggregation/History/Average.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Install.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/NMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Power.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/NMISource.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Collection/DeleteAll.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/NMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/README.msl.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/SpecialMode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorControl.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SESSION_README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Group.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Physical.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/Endpoint.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/IP.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Neighbor.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Delete.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Enable.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ObjectMapper.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Requester.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Activation.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/Availability.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.errors.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Process.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/README.md
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Stats.interface.yaml
6c861daf14-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

shell: format with shfmt

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I546a77dbffee2159553e32f1d1c9a419bf809204

05cf695417-Feb-2022 Patrick Williams <patrick@stwcx.xyz>

run-ci: ensure old generated content is removed

Remove the old generated directories before re-running the generate
script in order to detect if spurious files are left in place.

See I9dcc51fd23f2d

run-ci: ensure old generated content is removed

Remove the old generated directories before re-running the generate
script in order to detect if spurious files are left in place.

See I9dcc51fd23f2dac56b7b8efca57ca789e3075309 as an example of spurious
files previously being identified.

Tested: Pushed this change to Gerrit in front of I9dcc51f and confirmed
the CI failure that is fixed by that commit.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia27fbe11f8ef6399da05bbeb741e818e77d859cf

show more ...

4f40f2f317-Feb-2022 Patrick Williams <patrick@stwcx.xyz>

gen: remove spurious files

Removing the generated subdirectories and regenerating results in
old meson.build being cleaned out which are no longer applicable.
Commit the cleanup of them.

Signed-off

gen: remove spurious files

Removing the generated subdirectories and regenerating results in
old meson.build being cleaned out which are no longer applicable.
Commit the cleanup of them.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9dcc51fd23f2dac56b7b8efca57ca789e3075309

show more ...


123456