<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-dbus-interfaces, branch 04-16-2019</title>
<subtitle>OpenBMC Phosphor DBUS interface sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-dbus-interfaces/atom?h=04-16-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/atom?h=04-16-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/'/>
<updated>2019-04-19T09:29:35+00:00</updated>
<entry>
<title>Add frequency sensor to YAML</title>
<updated>2019-04-19T09:29:35+00:00</updated>
<author>
<name>Raptor Engineering Development Team</name>
<email>support@raptorengineering.com</email>
</author>
<published>2018-05-19T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=0a90d5fd0425af82b9a051353f35256edb42ded7'/>
<id>urn:sha1:0a90d5fd0425af82b9a051353f35256edb42ded7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ECC memory interface</title>
<updated>2019-04-16T23:42:15+00:00</updated>
<author>
<name>will</name>
<email>Will.Liang@quantatw.com</email>
</author>
<published>2019-03-22T08:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=21a950a5638b93330735c7a1975ee138d2c4530d'/>
<id>urn:sha1:21a950a5638b93330735c7a1975ee138d2c4530d</id>
<content type='text'>
Create ECC properties to record ce_counter, ue_counter, ECCStatus and
Reach the ECC collection limit.
Create the InvalidArgument error for ce_counter, ue_counter and ECC
collection limit.

Signed-off-by: will &lt;Will.Liang@quantatw.com&gt;
Change-Id: Ib05b0701a955b5a2ecba5dfecfa3f31ad9a3c1c2
</content>
</entry>
<entry>
<title>Revert "Add Inventory/MultiRecord interfaces"</title>
<updated>2019-04-12T18:28:57+00:00</updated>
<author>
<name>Ed Tanous</name>
<email>ed.tanous@intel.com</email>
</author>
<published>2019-04-12T17:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=a641728c6923d9fb374f973b1c216515a082e21f'/>
<id>urn:sha1:a641728c6923d9fb374f973b1c216515a082e21f</id>
<content type='text'>
This reverts commit 393530883ad5b93e90af0b669a95bf97e5c4d058.

Reason for revert: Breaks the build, and interface likely needs
discussed further.  Submitter also mentioned he had changes that he
wanted to make to address comments.

Change-Id: Iacf8933675f1f5c45f433ad8592a3c152f1c314c
Signed-off-by: Ed Tanous &lt;ed.tanous@intel.com&gt;
</content>
</entry>
<entry>
<title>Add xyz.openbmc_project.Association.Definitions</title>
<updated>2019-04-12T00:46:15+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2016-11-01T16:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=2660b69123930d89b98069470fc68faa281e5f2e'/>
<id>urn:sha1:2660b69123930d89b98069470fc68faa281e5f2e</id>
<content type='text'>
Document the interface currently used by some OpenBMC projects that
enables applications to delegate association object lifetime management
to another application.

The behavior of how Associations work is described here:
https://github.com/openbmc/docs/blob/master/object-mapper.md#associations

This patch allows phosphor-dbus-interface-binding-using applications to
drop their local versions of this interface binding description e.g.
https://github.com/openbmc/phosphor-bmc-code-mgmt/blob/f5eaf39/org/openbmc/Associations.interface.yaml.
This is a good thing because carrying local versions of these interface
binding descriptions drives much complexity into the process of simply
building the application.

Change-Id: I34c36c6b0be818368833febb23fd00800616c7b4
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Redfish Code Update : New property for ApplyTime</title>
<updated>2019-04-11T17:52:04+00:00</updated>
<author>
<name>Jayashankar Padath</name>
<email>jayashankar.padath@in.ibm.com</email>
</author>
<published>2019-03-27T07:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=633d8c7c44ea35deaf1b06d6b53bdfa49d86d04b'/>
<id>urn:sha1:633d8c7c44ea35deaf1b06d6b53bdfa49d86d04b</id>
<content type='text'>
Defining a new property which can control when to apply the
newly uploaded software image. This maps to the ApplyTime property defined
in the UpdateService redfish schema:
http://redfish.dmtf.org/schemas/v1/UpdateService.v1_4_0.json
        "ApplyTime": {
            "enum": [
                "Immediate",
                "OnReset",
                "AtMaintenanceWindowStart",
                "InMaintenanceWindowOnReset"
            ],

As of now the values "Immediate" and "OnReset" are supported and the value
can be supplied through HttpPushUriApplyTime object.

Signed-off-by: Jayashankar Padath &lt;jayashankar.padath@in.ibm.com&gt;
Change-Id: I43350f028f90575b0f88d5e5ddc4004ae96f5556
</content>
</entry>
<entry>
<title>Add Inventory/MultiRecord interfaces</title>
<updated>2019-04-11T17:47:09+00:00</updated>
<author>
<name>Alexander Amelkin</name>
<email>a.amelkin@yadro.com</email>
</author>
<published>2019-04-09T12:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=393530883ad5b93e90af0b669a95bf97e5c4d058'/>
<id>urn:sha1:393530883ad5b93e90af0b669a95bf97e5c4d058</id>
<content type='text'>
Add the following interfaces:
xyz.openbmc_project.Inventory.MultiRecord.DcOutput
xyz.openbmc_project.Inventory.MultiRecord.PowerSupply

The TachoPPR_FailPinPolarity property could use an
enumeration, but since it adds no value to the end user
but complicates the implementation code, it was left
boolean for now.

Change-Id: Icde52e1c87dde72fd30c6dfb8e40e1b607f4354e
Signed-off-by: Alexander Amelkin &lt;a.amelkin@yadro.com&gt;
</content>
</entry>
<entry>
<title>Add Accelerator Interface</title>
<updated>2019-04-11T17:10:46+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2019-02-05T21:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=d5c34aa725fffc9eb3c17ee93cba1a607b0386ee'/>
<id>urn:sha1:d5c34aa725fffc9eb3c17ee93cba1a607b0386ee</id>
<content type='text'>
Copied from the CPU interface. Will use to determine an accelerator
for redfish. Considered a generic "processor" interface with a
Processor Type property that could be set to "CPU" or "Accelerator"
but the Accelerator interface approach fits more with other
interfaces in phosphor-dbus-interfaces.

For more information on Redfish and Accelerators see:
https://redfish.dmtf.org/schemas/Processor.v1_4_0.json

Change-Id: Ie60084fedea171d8bc563858db97a44fc7979da8
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Ldap: Add the BindDn password in the config interface</title>
<updated>2019-04-10T21:08:40+00:00</updated>
<author>
<name>Ratan Gupta</name>
<email>ratagupt@linux.vnet.ibm.com</email>
</author>
<published>2019-03-20T01:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=4623908c8c0e82d5831fca562c6f5a8430d494c8'/>
<id>urn:sha1:4623908c8c0e82d5831fca562c6f5a8430d494c8</id>
<content type='text'>
Specifies the credentials with which to bind,Implementation should
consider changing the permissions of the underlying file to
only grant access to the root user.
This property value should not be reflected on the D-bus object itself.
Implementation can use the given value and update the service
implementing the LDAP client.This is just to facilitate the support
for changing the bin dn password if needed.

Currently this property is over D-bus, There are security concerns
for the same, but once we find better way to update the ldap password
we would fix it.

Change-Id: I69a4334134c0567d67be4b0071a80b7c9977316e
Signed-off-by: Ratan Gupta &lt;ratagupt@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add interface definition for Redfish PCIe support</title>
<updated>2019-04-10T16:22:13+00:00</updated>
<author>
<name>Jason M. Bills</name>
<email>jason.m.bills@linux.intel.com</email>
</author>
<published>2019-03-28T17:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=0c96903b3b85c3f152e15c937d9000ccf678050e'/>
<id>urn:sha1:0c96903b3b85c3f152e15c937d9000ccf678050e</id>
<content type='text'>
This change adds the D-Bus interface definition for PCIe
devices in Redfish.  It includes definitions for the Redfish
PCIe fields for all 8 possible functions of each device.

Change-Id: I1036e02bf5ec1d2f2e5285395af30cf4f3def845
Signed-off-by: Jason M. Bills &lt;jason.m.bills@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Clean-up: Remove Password.interface.yaml</title>
<updated>2019-03-20T20:53:33+00:00</updated>
<author>
<name>Richard Marian Thomaiyar</name>
<email>richard.marian.thomaiyar@linux.intel.com</email>
</author>
<published>2019-03-06T11:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-dbus-interfaces/commit/?id=5515c34fded4c217e3cc07f551d59d34cd3329c5'/>
<id>urn:sha1:5515c34fded4c217e3cc07f551d59d34cd3329c5</id>
<content type='text'>
Password interface is not used anymore for security reasons.
All password update has to happen over pam_chauthtok().

Change-Id: Ibbe18509d159a07639f97a3ec4e5e634fd12bc5f
Signed-off-by: Richard Marian Thomaiyar &lt;richard.marian.thomaiyar@linux.intel.com&gt;
</content>
</entry>
</feed>
