History log of /openbmc/pldm/configurations/host/dbus_to_host_effecter.json (Results 1 – 5 of 5)
Revision Date Author Comments
# 3618064e 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.

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

show more ...


# 96a3a048 10-Feb-2021 Andrew Geissler <geissonator@yahoo.com>

utilize hypervisor property for effecter

The BootMode property is tied to the pvm_stop_at_standby BIOS attribute.
The user utilizes BootMode (via a Redfish or IPMI interface) to tell the

utilize hypervisor property for effecter

The BootMode property is tied to the pvm_stop_at_standby BIOS attribute.
The user utilizes BootMode (via a Redfish or IPMI interface) to tell the
firmware the expectation of the boot. It is not meant as an action for
the host (i.e. move from one state to another).

This commit moves PLDM over to monitoring the hypervisor object and the
RequestedHostTransition property on that object to know when to set this
effecter.

A series of commits under this topic are transitioning the external
interfaces over to this concept:
https://gerrit.openbmc-project.xyz/q/topic:%22hyp-state%22+(status:open%20OR%20status:merged)

Tested:
- Built image with all related changes and verified hypervisor state
correctly tracked with BootProgress and that requesting an On
transition successfully made it to the hypervisor.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I26b6056f31cb3063c017af89451ec09b65ef719b

show more ...


# b4809c19 26-Jul-2020 Sampa Misra <sampmisr@in.ibm.com>

pldm host-effecter transation: change enity type

The entity type 33 corresponds to Virtual Memory Manager.
Phyp will actually use value 32801 for entity type 33. This is
because the

pldm host-effecter transation: change enity type

The entity type 33 corresponds to Virtual Memory Manager.
Phyp will actually use value 32801 for entity type 33. This is
because the MSB will be set to indicate a virtual entity.

Change-Id: I573a08d5795bb00711e6597fd16bf946d26fde2f
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>

show more ...


# a4a96162 14-Jul-2020 Sampa Misra <sampmisr@in.ibm.com>

pldmd: Remove hard coded effecter id

This commit removes the hard coded effecter id from the
dbus_to_host_effecter.json for Phyp to boot from standby
to runtime. The effecter id will

pldmd: Remove hard coded effecter id

This commit removes the hard coded effecter id from the
dbus_to_host_effecter.json for Phyp to boot from standby
to runtime. The effecter id will be fetched from Host PDR
instead.

Change-Id: I1829c99557a0f1b89d88c58b3ddef6d7d58ed2f6
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>

show more ...


# 579a34a3 19-Jun-2020 Sampa Misra <sampmisr@in.ibm.com>

configurations: add Host effecter JSONs

This commit adds a JSON related to host effecters.
There is code, that on finding the JSON, will set
relevant host effecter when the associate

configurations: add Host effecter JSONs

This commit adds a JSON related to host effecters.
There is code, that on finding the JSON, will set
relevant host effecter when the associated D-Bus
property is set in the BMC.

Change-Id: I38e6cfaf0213797bd069cf23d9fd2bbad4fde45e
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>

show more ...