commit | bffaa1100755e28549d034251c6c2b3feb9c27cc | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Sat Jul 19 13:57:19 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Mon Aug 04 13:41:16 2025 +0000 |
tree | 2318dd96db3ac325dbe7b3795ce3d561c5db182a | |
parent | e58eb308e561bcc0ddb6ad9cf479e35b214ab46d [diff] |
nvidia-oem: Add USBVendorIdProductId command This command is used by BIOS before creating SMBIOS record type 42. BIOS gets USBDescription information from BMC. Note: The implementation is for USBVendorIdProductId. The subsequent patches will be implemented for USBDescription. Design Document for RHI: [1] https://gerrit.openbmc.org/c/openbmc/docs/+/79327 Redfish Host Interface specification: [2] https://www.dmtf.org/sites/default/files/standards/documents/DSP0270_1.3.0.pdf Tested: Tested on gb200nvl-obmc platform root@gb200nvl-obmc:~# ipmitool raw 0x3c 0x30 0x01 25 05 root@gb200nvl-obmc:~# ipmitool raw 0x3c 0x30 0x02 a2 a4 root@gb200nvl-obmc:~# Change-Id: I6a325ca3410e2ac2ab0b8c3776944d31f3cac582 Signed-off-by: Prithvi Pai <ppai@nvidia.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