commit | 8846669ca95892dbbb84c1843d495202dc31f668 | [log] [tgz] |
---|---|---|
author | John Chung <john.chung@arm.com> | Wed Jun 25 11:27:18 2025 -0500 |
committer | John Chung <john.chung@arm.com> | Tue Jul 08 16:31:58 2025 +0000 |
tree | eb44b025937b005ad1675b8af935a23bb31719f2 | |
parent | 99556a1fc93340954070c5b3e8527a598d072751 [diff] |
serialbridge: Fix checksum data byte escaping Checksum in response packet should check for data byte escaping. Tested with ipmitool. Change-Id: I6b0fbb635480adfb87d8cbef6feca8bed6213f34 Signed-off-by: John Chung <john.chung@arm.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage