build: support registry generationsdbus++-gen-meson version 10 adds support for redfish registrygeneration and greatly simplifies the install directives.Regenerate the YAML meson files and modif
build: support registry generationsdbus++-gen-meson version 10 adds support for redfish registrygeneration and greatly simplifies the install directives.Regenerate the YAML meson files and modify the base meson.buildas necessary. Also, format meson.build with `meson format`.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I77586fca7742d5468803913cb45276ca57271655
show more ...
Add new interface Debug.Pid.Thermal/Power- According to the issue#27, adding new interface to record the driver sensor name, driver sensor value and PID loop result to dbus.interface:Debug.Pid
Add new interface Debug.Pid.Thermal/Power- According to the issue#27, adding new interface to record the driver sensor name, driver sensor value and PID loop result to dbus.interface:Debug.Pid.ThermalPower => Record the sensor name and reading with the highest temperature or power in the input list. And record the result of pid loopDebug.Pid.Zone => Record the pid config name that that is driving the fansrefs:https://github.com/openbmc/phosphor-pid-control/issues/27Change-Id: I67051616958e07c148eabee658165082855c674dSigned-off-by: Harvey Wu <Harvey.Wu@quantatw.com>