Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
lattice/ | H | - | - | 1,084 | 882 | |
README.md | H A D | 12-Jun-2025 | 469 | 22 | 17 | |
cpld.cpp | H A D | 26-Feb-2025 | 1.3 KiB | 53 | 46 | |
cpld.hpp | H A D | 26-Feb-2025 | 1.2 KiB | 40 | 30 | |
cpld_interface.cpp | H A D | 12-Jun-2025 | 1 KiB | 44 | 34 | |
cpld_interface.hpp | H A D | 12-Jun-2025 | 1.7 KiB | 63 | 47 | |
cpld_software_manager.cpp | H A D | 12-Jun-2025 | 2.6 KiB | 94 | 70 | |
cpld_software_manager.hpp | H A D | 26-Feb-2025 | 574 | 23 | 16 | |
meson.build | H A D | 26-Feb-2025 | 888 | 32 | 27 | |
xyz.openbmc_project.Software.CPLD.service | H A D | 26-Feb-2025 | 337 | 15 | 12 |
README.md
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