tree: 2236bc010a04ebd069e99b0c3c2427cd7c41078e [path history] [tgz]
  1. xdpe1x2xx/
  2. i2cvr_device.cpp
  3. i2cvr_device.hpp
  4. i2cvr_software_manager.cpp
  5. i2cvr_software_manager.hpp
  6. meson.build
  7. README.md
  8. vr.cpp
  9. vr.hpp
  10. xyz.openbmc_project.Software.I2CVR.service
i2c-vr/README.md

Voltage Regulator Update Daemon

This daemon implements the update process for voltage regulators attached via I2C/PMBus bus.

Configuration Example

This example shows an addition to configuration for the Infineon XDPE1X2XX target. It only shows the DBUS related information provided by the configuration.

EntityManager configuration

{
  "Address": "0x66",
  "Bus": 28,
  "Name": "MB_VR_CPU_VCORE1_PDDIO",
  "Type": "XDPE1X2XX",
  "FirmwareInfo": {
    "VendorIANA": "6653",
    "CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host"
  }
}