Software: Add RequestedRedundancyPriority

The current design requires that RedundancyPriority interfaces are only
created on Activated software versions.  There is a need for a user to
be able to specified a desired-RedundancyPriority prior to Activation so
that the Activation happens to the correct "slot" in a static-image
config.  Add a RequestedRedundancyPriority interface to facilitate this
and ensure that it is done in a backwards-compatible way so that
existing software update implementations are not affected.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I52df2e520f42ffb36e134166d6526a320c2fa013
2 files changed
tree: 59b967ec514a3c733d956c56bcc656d082df026b
  1. com/
  2. org/
  3. xyz/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. generate_makefile.sh
  8. generate_yaml_makefile.sh
  9. LICENSE
  10. MAINTAINERS
  11. Makefile.am
  12. Makefile.interfaces.in
  13. Makefile.yaml.in
  14. phosphor-dbus-interfaces.pc.in
  15. README.md
README.md

phosphor-dbus-interfaces

YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.

Only the xyz/openbmc_project interfaces are built by default.

Enable the OpenPower D-Bus interfaces with:

--enable-openpower-dbus-interfaces

Enable IBM D-Bus interfaces with:

--enable-ibm-dbus-interfaces