Name Date Size #Lines LOC

..--

isl69269/H--

xdpe1x2xx/H--784654

README.mdH A D22-Oct-2024566 2620

i2cvr_device.cppH A D16-Jun-20251.5 KiB6341

i2cvr_device.hppH A D22-Oct-20241.4 KiB4433

i2cvr_software_manager.cppH A D08-Apr-20253.4 KiB11487

i2cvr_software_manager.hppH A D22-Oct-2024545 2114

meson.buildH A D08-Apr-2025975 3630

vr.cppH A D08-Apr-20251.1 KiB4133

vr.hppH A D08-Apr-20252 KiB6234

xyz.openbmc_project.Software.I2CVR.serviceH A D29-Apr-2025356 1512

README.md

1# Voltage Regulator Update Daemon
2
3This daemon implements the update process for voltage regulators attached via
4I2C/PMBus bus.
5
6## Configuration Example
7
8This example shows an addition to configuration for the Infineon XDPE1X2XX
9target. It only shows the DBUS related information provided by the
10configuration.
11
12### EntityManager configuration
13
14```json
15{
16  "Address": "0x66",
17  "Bus": 28,
18  "Name": "MB_VR_CPU_VCORE1_PDDIO",
19  "Type": "XDPE1X2XX",
20  "FirmwareInfo": {
21    "VendorIANA": "6653",
22    "CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host"
23  }
24}
25```
26