Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/development/new_hardware_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (via Github issues and discussions), and link the corresponding contribution so users and maintainers can find the implementation history.
Comment thread
jpc204 marked this conversation as resolved.

Comment thread
jpc204 marked this conversation as resolved.
## 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:
Expand Down
20 changes: 16 additions & 4 deletions docs/hcl.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Hardware Compatibility List

# Hardware Compatibility List

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Resolve the duplicate heading reported by MD024.

Rename this heading or the other identical heading so each section has a unique Markdown heading and unambiguous navigation anchor.

🧰 Tools
🪛 markdownlint-cli2 (0.23.0)

[warning] 3-3: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/hcl.md` at line 3, Rename the “Hardware Compatibility List” heading in
docs/hcl.md or the other identical heading so all Markdown section headings are
unique and generate unambiguous navigation anchors, while preserving the
section’s meaning.

Source: Linters/SAST tools


**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.

## Hosts
The sections below distinguish platforms maintained by NVIDIA from platforms contributed and maintained by the community.

## NVIDIA-Maintained Platforms

**Last Updated: 2/20/2026**
### Hosts

| Host Machine | BMC/Management Firmware Version | BIOS/UEFI Version | Misc. Firmware Version (FPGA, CPLD, LXPM, etc.) |
|-------------------------------------|-------------------------------------|---------------------|-------------------------------------------------|
Expand Down Expand Up @@ -47,18 +53,24 @@ 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.

| Host Machine | BMC/Management Firmware Version | BIOS/UEFI Version | Provisioning Manager Version |
|-------------------------------------|-------------------------------------|---------------------|--------------------------------------------|
| 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 contribution for implementation history and ongoing coordination.

No community-added platforms are currently listed.

Loading