From adb595dde07d14347892234e347ab1d9cd72eef1 Mon Sep 17 00:00:00 2001 From: Jared Conway Date: Wed, 22 Jul 2026 10:45:25 -0400 Subject: [PATCH 1/7] docs: clarify community hardware listings Signed-off-by: Jared Conway --- docs/development/new_hardware_support.md | 2 ++ docs/hcl.md | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/development/new_hardware_support.md b/docs/development/new_hardware_support.md index b70e66060d..23476c3f8b 100644 --- a/docs/development/new_hardware_support.md +++ b/docs/development/new_hardware_support.md @@ -6,6 +6,8 @@ Changes for new hardware must not break existing platforms. Guard quirks behind For background on how NICo uses Redfish end to end, see [Redfish Workflow](../architecture/redfish_workflow.md). For currently supported hardware, see the [Hardware Compatibility List](../hcl.md). +After support for a platform is added, update the Hardware Compatibility List as part of the same contribution. Include contact information for the person or team responsible for questions and issues, and link the corresponding GitHub issue or discussion so users and maintainers can find the implementation history and follow-up context. + ## Before You Start Hardware support has a higher review bar than a software-only change because maintainers and CI might not have access to the device. Before writing code: diff --git a/docs/hcl.md b/docs/hcl.md index ff2769cc54..061dd58334 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -4,7 +4,11 @@ This Hardware Compatibility List (HCL) is provided for reference purposes only. Inclusion in this list does not imply qualification, certification, or support, and does not represent a commitment to ongoing compatibility. For specific hardware support inquiries or technical specifications, please contact the original hardware vendor. -## Hosts +The sections below distinguish platforms maintained by NVIDIA from platforms contributed and maintained by the community. + +## NVIDIA-Maintained Platforms + +### Hosts **Last Updated: 2/20/2026** @@ -47,7 +51,7 @@ inquiries or technical specifications, please contact the original hardware vend \* OVX may not show up as an option; check the Server Serial Number to confirm. -### Hosts -- Under Development +#### Hosts -- Under Development This list outlines platforms that are under development and have not undergone full unit testing. @@ -55,10 +59,16 @@ This list outlines platforms that are under development and have not undergone f |-------------------------------------|-------------------------------------|---------------------|--------------------------------------------| | Lenovo GB300 Compute Tray | 3.0.0 | 1.0.0GA | 1.0.0GA | -## DPUs +### DPUs | DPU | Firmware / Software Version | |--------------|---------------------------------------------------| | BlueField 2 | DOCA 3.2.0 | | BlueField 3 | DOCA 3.2.0 | +## Coming Soon: Community-Added Platforms + +Community-added platforms will be listed here separately from NVIDIA-maintained platforms. Each entry will identify a contact for questions and issues and link to the corresponding GitHub issue or discussion for implementation history and ongoing coordination. + +No community-added platforms are currently listed. + From 63767921e993acc3bea0e4c20a9a632eccba1a74 Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:34:41 -0400 Subject: [PATCH 2/7] Update new_hardware_support.md updated agent copy Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/development/new_hardware_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/new_hardware_support.md b/docs/development/new_hardware_support.md index 23476c3f8b..5afd6c1fd6 100644 --- a/docs/development/new_hardware_support.md +++ b/docs/development/new_hardware_support.md @@ -6,7 +6,7 @@ Changes for new hardware must not break existing platforms. Guard quirks behind For background on how NICo uses Redfish end to end, see [Redfish Workflow](../architecture/redfish_workflow.md). For currently supported hardware, see the [Hardware Compatibility List](../hcl.md). -After support for a platform is added, update the Hardware Compatibility List as part of the same contribution. Include contact information for the person or team responsible for questions and issues, and link the corresponding GitHub issue or discussion so users and maintainers can find the implementation history and follow-up context. +After support for a platform is added, update the Hardware Compatibility List as part of the same contribution. Include contact information for the person or team responsible for questions and issues (via Github issues and discussions), and link the corresponding contribution so users and maintainers can find the implementation history. ## Before You Start From b05c482b4f847fac0f44646766e39eaee91f5955 Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:36:25 -0400 Subject: [PATCH 3/7] Update hcl.md updated agent copy Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/hcl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hcl.md b/docs/hcl.md index 061dd58334..73e5ea1ca6 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -68,7 +68,7 @@ This list outlines platforms that are under development and have not undergone f ## Coming Soon: Community-Added Platforms -Community-added platforms will be listed here separately from NVIDIA-maintained platforms. Each entry will identify a contact for questions and issues and link to the corresponding GitHub issue or discussion for implementation history and ongoing coordination. +Community-added platforms will be listed here separately from NVIDIA-maintained platforms. Each entry will identify a contact for questions and issues and link to the corresponding GitHub contribution for implementation history and ongoing coordination. No community-added platforms are currently listed. From d4a23c3302f64c96a57b97d510acf64710c20e39 Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:35:40 -0400 Subject: [PATCH 4/7] Update docs/hcl.md Co-authored-by: Alex Ball Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/hcl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hcl.md b/docs/hcl.md index 73e5ea1ca6..ca9eab5732 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -51,7 +51,7 @@ The sections below distinguish platforms maintained by NVIDIA from platforms con \* OVX may not show up as an option; check the Server Serial Number to confirm. -#### Hosts -- Under Development +#### Hosts Under Development This list outlines platforms that are under development and have not undergone full unit testing. From 45c94b2e841b0a3ecc713f729110d61daba2790f Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:35:51 -0400 Subject: [PATCH 5/7] Update docs/hcl.md Co-authored-by: Alex Ball Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/hcl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hcl.md b/docs/hcl.md index ca9eab5732..6480bac6d9 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -10,7 +10,7 @@ The sections below distinguish platforms maintained by NVIDIA from platforms con ### Hosts -**Last Updated: 2/20/2026** +**Last Updated: February 20, 2026** | Host Machine | BMC/Management Firmware Version | BIOS/UEFI Version | Misc. Firmware Version (FPGA, CPLD, LXPM, etc.) | |-------------------------------------|-------------------------------------|---------------------|-------------------------------------------------| From c321889508aec241d1a4fafcac6ad878a2166771 Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:25:15 -0400 Subject: [PATCH 6/7] Update docs/hcl.md Co-authored-by: Alex Ball Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/hcl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hcl.md b/docs/hcl.md index 6480bac6d9..7951ac6208 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -1,5 +1,9 @@ # Hardware Compatibility List +# Hardware Compatibility List + +**Last updated July 24, 2026** + This Hardware Compatibility List (HCL) is provided for reference purposes only. Systems listed here have been unit tested or exercised internally in limited scenarios. Inclusion in this list does not imply qualification, certification, or support, and does not represent a commitment to ongoing compatibility. For specific hardware support inquiries or technical specifications, please contact the original hardware vendor. From 01c14231c7ae01a3979d96672827b986465449c6 Mon Sep 17 00:00:00 2001 From: jpc204 <50123158+jpc204@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:25:27 -0400 Subject: [PATCH 7/7] Update docs/hcl.md Co-authored-by: Alex Ball Signed-off-by: jpc204 <50123158+jpc204@users.noreply.github.com> --- docs/hcl.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/hcl.md b/docs/hcl.md index 7951ac6208..7a91addbaa 100644 --- a/docs/hcl.md +++ b/docs/hcl.md @@ -14,8 +14,6 @@ The sections below distinguish platforms maintained by NVIDIA from platforms con ### Hosts -**Last Updated: February 20, 2026** - | Host Machine | BMC/Management Firmware Version | BIOS/UEFI Version | Misc. Firmware Version (FPGA, CPLD, LXPM, etc.) | |-------------------------------------|-------------------------------------|---------------------|-------------------------------------------------| | GB200 NVL - Wiwynn | 25.06-2_NV_WW_02 | 1.3.2GA | 1.3.2GA |