commit | 6b580c7ceb0a5073c3ff3d264ab52e2a726dc9d5 | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Thu Jun 05 11:13:34 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Tue Jun 17 01:44:13 2025 +0000 |
tree | 7f2e1fbc8e71b50f70f4988478930ebe7af34a54 | |
parent | ab1d2b0f81e4aa363835e4414b5a61bf61172cb6 [diff] [blame] |
Add in-tree nvidia-ipmi-oem provider This patch adds nvidia-ipmi-oem. The current patch adds support to 2 commands: 1) GET BIOS PASSWORD 2) SET BIOS PASSWORD Tested: 1) Tested on patch https://gerrit.openbmc.org/c/openbmc/openbmc/+/80748 Change-Id: I48599a1b85a3a614c56e7687b8646f7dfe1e7bb1 Signed-off-by: Prithvi Pai <ppai@nvidia.com>
diff --git a/oem/meson.build b/oem/meson.build index 9bae274..54a85ba 100644 --- a/oem/meson.build +++ b/oem/meson.build
@@ -8,3 +8,7 @@ if 'example' in oem_opt or 'all' in oem_opt subdir('example') endif + +if 'nvidia' in oem_opt or 'all' in oem_opt + subdir('nvidia') +endif