commit | d90b3f0849d9e8d1ba0337b75ab34adc95bde28b | [log] [tgz] |
---|---|---|
author | krishnar4 <krishnar@ami.com> | Fri Nov 11 16:18:32 2022 +0530 |
committer | krishna Raj <krishnar@ami.com> | Thu Dec 08 10:41:22 2022 +0000 |
tree | f1d65c4c97b2a62832f90b882a76a21068678b23 | |
parent | 65a9168c5bc45cdfef72a5e12699d4634ddf3d31 [diff] |
Extended support for 16bit logic bus This commit will add the support of 16 bit logical bus. Tested : all EEPROM fru getting listed Successfully which were connected to 8 and 16 bit logical bus. dependent commit:- https://gerrit.openbmc.org/c/openbmc/entity-manager/+/58634 Signed-off-by: krishnar4 <krishnar@ami.com> Change-Id: I547ef8a27fdc74ec34a421c4cf5949c29fcc77b4
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