| commit | ecee4a6e189a8805c73c9e2d6e56ea0aae4f5191 | [log] [tgz] |
|---|---|---|
| author | Leo Yang <Leo-Yang@quantatw.com> | Thu Oct 30 15:44:38 2025 +0800 |
| committer | Leo Yang <Leo-Yang@quantatw.com> | Fri Oct 31 09:08:10 2025 +0800 |
| tree | 53a7c90db3c2fc25ac0388f03d83bf580eac9de4 | |
| parent | de331ae49afd6fe27271c4081ffa239746bda8b5 [diff] |
i2c-vr: fix xdpe1x2xx bugs 1.Due to the lack of a null character, debug messages become abnormal during file parsing. 2.When performing “Reset the configuration”, writing more memory than the length declared by data[MaxSectDataCnt] may cause the program to exit abnormally. issue log: ``` <7> parsing package header <7> parsing package, pkg header size: 178 <7> Yosemite5_MB_VR_CPU0_1794: set version 1009 09Z 0x140B21B9/XV0 Config 0000000sing: //XV0 PMBus LoopA User 643C5088ing: //XV0 PMBus LoopB User 07> Parsing: //XV0 FW SVI3 LoopA 07> Parsing: //XV0 FW SVI3 LoopB 00000000ing: [End Configuration Data] <7> Scratchpad Address: 0x2005f000 <7> CRC before programming: 0x140b21b9 <7> CRC of configuration: 0x140b21b9 ``` ``` <6> Successfully updated VR Yosemite5_MB_VR_CPU0 corrupted size vs. prev_size Aborted (core dumped) root@bmc:~# <7> Yosemite5_MB_VR_CPU0_1794: creating 'activating' association to /xyz/openbmc_project/inventory/system/board/Yosemite5_MB free(): invalid pointer Aborted (core dumped) root@bmc:~# ``` Change-Id: I7cba7cc5373612d79da641b2e764fa4985377e8b Signed-off-by: Leo Yang <Leo-Yang@quantatw.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson buildninja -C buildTo clean the repository run rm -r build.