xref: /openbmc/phosphor-bmc-code-mgmt/cpld/README.md (revision a2eb951f7384c2b4fa494f90e78295f615c12a56)
1# CPLD Update Daemon
2
3This daemon implements the update process for CPLD attached via I2C bus.
4
5## Configuration Example
6
7The following shows an example of entity manager configuration record for
8lattice LCMXO3LF-4300C CPLD.
9
10```json
11{
12  "Address": "0x40",
13  "Bus": 5,
14  "FirmwareInfo": {
15    "CompatibleHardware": "com.meta.Hardware.Harma.CPLD.LCMXO3LF_4300C_mb",
16    "VendorIANA": 40981
17  },
18  "Name": "Harma_MB_CPLD",
19  "Type": "LatticeLCMXO3LF_4300CFirmware"
20}
21```
22