commit | c1e7b5c3f0a2bec3bb7b5c34d7a90c8bdc6e7aac | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Mon Sep 01 13:13:15 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Mon Sep 15 13:23:55 2025 +0000 |
tree | 72ddae5632bec833b0de8bf578d13ca305811f3d | |
parent | cbe50fdfbeee3ab77d2dd72fbf3c3202dc68cdb5 [diff] |
nvidia-oem: Implement GetRedfishServiceUUID This command is used by BIOS before creating SMBIOS record type 42. BIOS gets USBDescription information from BMC. Note: The implementation in this PR is for RedfishServiceUUID. The support for other device descriptors will be added in upcoming PRs. 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 0x34 1b 78 70 31 20 74 e1 4e 98 13 6b 22 a7 34 7a d0 [3] root@gb200nvl-obmc:~# find / -type f -name "bmcweb_persistent_data.json" 2>/dev/null /home/root/bmcweb_persistent_data.json [4] /run/initramfs/rw/cow/home/root/bmcweb_persistent_data.json Change-Id: Ibfd1b1aa654ad4f523362ca973fd2c6c6b0f18c3 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