i2c-vr: add XDPE192C3E,XDPE1D2G3B support

Extend xdpe1x2xx to support XDPE192C3E,XDPE1D2G3B VR devices which share
similar programming interfaces but use slightly different config size.

Tested pass on Yv5 platform.

Change-Id: I4f8bde67bce433a2536ffc9f88a49784d565ce42
Signed-off-by: Leo Yang <Leo-Yang@quantatw.com>
2 files changed
tree: a88e61a738c0a57250a523d2a6bbe35ee0e2f145
  1. bios/
  2. bmc/
  3. common/
  4. cpld/
  5. eeprom-device/
  6. i2c-vr/
  7. subprojects/
  8. test/
  9. tpm/
  10. .clang-format
  11. .clang-tidy
  12. .gitignore
  13. .shellcheck
  14. LICENSE
  15. meson.build
  16. meson.options
  17. OWNERS
  18. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.