19148315 | 12-Oct-2022 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
README.md: create file
Add deprecation notice and instructions
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I11ecec1a8e2e9854745f2a4b349edf898b4cf752 |
3f292c6e | 12-Oct-2022 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
MAINTAINERS: remove file
This repository is about to be deprecated, so remove any indicators that suggest it might be maintained.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id:
MAINTAINERS: remove file
This repository is about to be deprecated, so remove any indicators that suggest it might be maintained.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I0b748431ebbac12d5c7944e13ea1b4c89ae2e299
show more ...
|
12372b22 | 09-Jun-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Correct link to the phosphor-dbus-interfaces document
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Icd60bef6b3364a89a62cbaa385364775ebf130a7 |
109ded04 | 21-Nov-2019 |
Matt Spinler <spinler@us.ibm.com> |
Remove all YAML
The YAML moved into phosphor-dbus-interfaces.
Change-Id: I8618034d8035359ba04afe044090074c57a388cd Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradl
Remove all YAML
The YAML moved into phosphor-dbus-interfaces.
Change-Id: I8618034d8035359ba04afe044090074c57a388cd Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
c5191609 | 15-Aug-2019 |
Matt Spinler <spinler@us.ibm.com> |
PEL: Change IDs from int32 to uint32
Both PEL and OpenBMC event log IDs should be uint32s as that is how their respective specifications define them.
Signed-off-by: Matt Spinler <spinler@us.ibm.com
PEL: Change IDs from int32 to uint32
Both PEL and OpenBMC event log IDs should be uint32s as that is how their respective specifications define them.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I0031646e11624990d55048d1e6b3dd30303e7c3b
show more ...
|
bd2f0cb4 | 30-Jul-2019 |
Jayashankar Padath <jayashankar.padath@in.ibm.com> |
New property to clear or reset the security keys
Defining a new property which can be used as a bit mask to indicate clearing certain security keys or resetting those values back to its default from
New property to clear or reset the security keys
Defining a new property which can be used as a bit mask to indicate clearing certain security keys or resetting those values back to its default from the system by the host. This will be mapped to a new IPMI sensor. Setting this property does not guarantee a successful operation as additional conditions like the physical presence pin or jumper settings will be checked by the host to clear/reset the sensitive data.
Some of customer use cases include clearing OS platform key, clearing system security officer certificate and resetting the system key value back to its default state.
An external user should be able to update the value using ipmitool.
Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: Ifdabc76e1e64fd3a47ecd775d7de1776b630e501
show more ...
|
84a750ae | 27-Jun-2019 |
Matt Spinler <spinler@us.ibm.com> |
Add PEL related methods
This adds 2 methods to retrieve PEL data: 1) GetPEL - This will be for use by the PLDM handler in order to get a PEL from the logging daemon when the host asks for one
Add PEL related methods
This adds 2 methods to retrieve PEL data: 1) GetPEL - This will be for use by the PLDM handler in order to get a PEL from the logging daemon when the host asks for one based on the PEL ID. It returns a file descriptor to the PEL data, which is a lot faster than returning the whole PEL (up to 16KB) over D-Bus.
2) GetPELFromOBMCID - This will be mostly for debug using REST/curl before the full Redfish event log implementation is available, so one can get PEL data off of the BMC when only the OpenBMC event log ID is known.
A use case could be: Enumerate /xyz/openbmc_project/logging/entry, and then call GetPELFromOBMCID on every event that comes back.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I92ac36cffed7fbee4f25205123c484007cbe9d63
show more ...
|
c7fc3233 | 26-Jun-2019 |
Matt Spinler <spinler@us.ibm.com> |
Add .gitignore
Used the one from phosphor-dbus-interfaces.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2e4514af2f9d106a12bd79b54fbd1f672a3caea5 |
2f7e6758 | 14-Feb-2019 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
build: Set pkg-config Requires
libopenpower-dbus-interfaces has a dependency on libsystemd.
Change-Id: I8d50896087e873e374d80c1dc2c97fd8d6352f34 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.
build: Set pkg-config Requires
libopenpower-dbus-interfaces has a dependency on libsystemd.
Change-Id: I8d50896087e873e374d80c1dc2c97fd8d6352f34 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
998a82ec | 04-Oct-2018 |
Vernon Mauery <vernon.mauery@linux.intel.com> |
openpower-dbus-interfaces: use c++17
Update configure.ac to choose the c++17 standard
Change-Id: I73ee9efa65ef8cb248ab7547f2fdd6d6145e6020 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.co
openpower-dbus-interfaces: use c++17
Update configure.ac to choose the c++17 standard
Change-Id: I73ee9efa65ef8cb248ab7547f2fdd6d6145e6020 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
show more ...
|
db61501f | 18-May-2018 |
Andrew Jeffery <andrew@aj.id.au> |
Add MAINTAINERS file
Change-Id: I244915e49606fd042db69182689a202fa3dc08a5 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
18a00f92 | 26-Jan-2018 |
Matt Spinler <spinler@us.ibm.com> |
Add Maximum and Average history interfaces
These interfaces hold arrays to store the histories of averages and maximums, along with a timestamp with each value.
A real world example is using these
Add Maximum and Average history interfaces
These interfaces hold arrays to store the histories of averages and maximums, along with a timestamp with each value.
A real world example is using these to expose the 30 second input power averages and maximums that certain power supplies provide.
Change-Id: I8ea42ae7c334488a1834535ca5256e358fba027d Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
2e2264ef | 26-Oct-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Define error and metadata yaml for procedure callouts
OpenPOWER systems defines maintenance procedure callouts, which points to a specific procedure that needs to be executed on the server in order
Define error and metadata yaml for procedure callouts
OpenPOWER systems defines maintenance procedure callouts, which points to a specific procedure that needs to be executed on the server in order to identify the faulty hardware and repair the error. Each maintenance procedure is documented externally.
Change-Id: Id4d9da38c6b13951cd0731ad25cea0d39c74bca0 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
show more ...
|
27fb00aa | 23-Oct-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Renamed error yaml to fix duplicate Event string in error message
Error message - "Message:org.open_power.Error.Host.Event.Event"
Change-Id: I6c958788d403e4b7a6ebae7d97bca43fa9ee413b Signed-off-by:
Renamed error yaml to fix duplicate Event string in error message
Error message - "Message:org.open_power.Error.Host.Event.Event"
Change-Id: I6c958788d403e4b7a6ebae7d97bca43fa9ee413b Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
show more ...
|
da6699fa | 13-Sep-2017 |
Eddie James <eajames@us.ibm.com> |
Add throttling properties to D-Bus interface for OCC Status
Change-Id: Ie415a380900ee8ec677aeaffdb42e38f104ba4d1 Signed-off-by: Eddie James <eajames@us.ibm.com> |
2ed0abbd | 26-Sep-2017 |
Matt Spinler <spinler@us.ibm.com> |
Add FSI device driver scan errors
Add errors for when the FSI device driver master and hub scans fail.
This does not refer to the scan operation that scans rings out of the chip.
The master scan f
Add FSI device driver scan errors
Add errors for when the FSI device driver master and hub scans fail.
This does not refer to the scan operation that scans rings out of the chip.
The master scan fail has a callout to indicate the master processor failed, while the hub scan does not because currently it cannot be isolated at all.
Change-Id: I4a14af71c03924c000663ce271465127e15aad19 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
a86aaa90 | 29-Sep-2017 |
Michael Tritz <mtritz@us.ibm.com> |
Factory reset documentation for OpenPower service
This commit adds documentation for the the factory reset interface for the org.open_power.Software.Host.Updater interface.
Change-Id: If6d719e6c795
Factory reset documentation for OpenPower service
This commit adds documentation for the the factory reset interface for the org.open_power.Software.Host.Updater interface.
Change-Id: If6d719e6c795480d8c7e38e0c1190c7da2274f7c Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
show more ...
|
77e153f8 | 21-Jul-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Update Host interface yaml
Host.interface.yaml defines the mechanism to communicate with the Host via a method. Since the data associated with OCCReset command is the sensor id of the OCC, there is
Update Host interface yaml
Host.interface.yaml defines the mechanism to communicate with the Host via a method. Since the data associated with OCCReset command is the sensor id of the OCC, there is need now to augment the signature of the API to take this data portion.
OCC error monitor application will call Execute method with the sensor ID of the failing OCC.
Change-Id: I9f532f3d565448a1840c5ba61402c7cddea0224c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
show more ...
|
e1d296dc | 20-Jul-2017 |
Tom Joseph <tomjoseph@in.ibm.com> |
Modify host event metadata to inherit callout metadata
Change-Id: I000f81b6d5e737ddbbea758a4e1c84adc09b215b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> |
93ff4bbf | 10-Jul-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Define interface yaml file for interacting with host
phosphor-dbus-interfaces already has the interface yaml file that facilitates communication with Host. However, it is only to be used in the impl
Define interface yaml file for interacting with host
phosphor-dbus-interfaces already has the interface yaml file that facilitates communication with Host. However, it is only to be used in the implementations that are common to all platforms.
This commit is enabling commands that are applicable to OpenPower specific implementations only.
Change-Id: Ifa7c09d4c9aa8ae2205257752af8f8fdf6ca806a Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
show more ...
|
874cf889 | 06-Jun-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
openpower-dbus: Copying yaml files to a shared known location
Change-Id: I041cc7ab30986b3e614cea64fe5e8f5295f2ec28 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> |
9a046f37 | 15-May-2017 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
D-Bus interface for OCC status.
Resolves openbmc/openbmc#1499
Change-Id: I57bd63656fe8544ba61a9b9d48ab5890d9ba1654 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
b331f56c | 24-May-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Moving the Event error yaml file to parent Host path
Having Error in the directory path of "org/open_power/Error/Host/Event.errors.yaml" causes issue when mapping sdbusplus exception type to phospho
Moving the Event error yaml file to parent Host path
Having Error in the directory path of "org/open_power/Error/Host/Event.errors.yaml" causes issue when mapping sdbusplus exception type to phosphor type.
Following sdbus exception type is converted to phosphor type by replacing sdbusplus and Error with empty space. As there is an Error directory in the sdbusplus type it causes issue in the mapping.
Change-Id: I67c4a9121c2316cf548888a5b4ebc6b941dfcfd1 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
show more ...
|
569bd131 | 26-May-2017 |
Marri Devender Rao <devenrao@in.ibm.com> |
Modify log level to ERR for host event in yaml file
Resolves openbmc/openbmc#1672
Change-Id: I1187273e7884061e2ea6da51473e480fa798ce82 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> |
f70ed2aa | 17-Apr-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Fix compile failure on Host error yaml file
Change-Id: Ic634a3d45b93fb9950c76a671b561d68b14e039c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |