commit | 73d077787ac22dcd67d0bb53591457d8871982bb | [log] [tgz] |
---|---|---|
author | Xiaoyu Ma <maxiaoyu@ieisystem.com> | Sun Feb 04 10:31:37 2024 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Jul 01 15:04:07 2024 +0000 |
tree | 6b11878365c3988e6968c970636a1f518739b956 | |
parent | 1e3ed2c144226170faa533ab491fa18e7f63664c [diff] |
Add initiateErase check for clear SEL command Add the check of the byte initiateErase (0xAA) for clear SEL command. Tested: After modifying, ipmitool can report the error of invalid data request when erase operation is not 0x00 or 0xAA. Change-Id: Ie450755ade00c6f20197d4f28c899aeb8002fb5e Signed-off-by: Xiaoyu Ma <maxiaoyu@ieisystem.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