Skip to content

Commit

Permalink
Merge pull request opiproject#276 from dandaly/opi-prov-life-fix-linters
Browse files Browse the repository at this point in the history
docs: fix linter errors
  • Loading branch information
artek-koltun authored Feb 14, 2024
2 parents 266ca8c + 649f520 commit 5b88bd9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DpuSystemReady.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page lists xPU base firmware and security requirements and recommendations.

## Terms

| Term | Description
| Term | Description|
|------|----------------------------------------------------------------------|
| ACS | Arm Architecture Compliance test Suite |
| BBR | Arm Base Boot Requirements specification |
Expand Down
2 changes: 1 addition & 1 deletion PROVISIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Adopted <https://github.com/opiproject/sztp>

| ![DPU HW Components Full](architecture/DPU-HW-Components-Full.svg) | ![DPU HW Components no BMC](architecture/DPU-HW-Components-noBMC.png) |
|--------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| ![DPU HW Components Standalone](architecture/DPU-HW-Components-Standalone.png) |![DPU HW Components embedded BMC](architecture/DPU-HW-Components-embeddedBMC.png)
| ![DPU HW Components Standalone](architecture/DPU-HW-Components-Standalone.png) |![DPU HW Components embedded BMC](architecture/DPU-HW-Components-embeddedBMC.png)|

## Inventory Query or Broadcast

Expand Down
26 changes: 13 additions & 13 deletions boot/PLDM.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,24 +135,24 @@ from [here](../architecture/Dell%20NC-SI%20OEM%20Commands%20for%20smartNICs.pdf)
The following table defines the SN State values
| Value | Name | Description |
| :-----| :----| :-----------|
| 0 | Reset | CPU is in reset / Boot ROM
| 1 | Firmware #1 | CPU has passed FW checkpoint 1
| 2 | Firmware #2 | CPU has passed FW checkpoint 2
| 3 | UEFI | CPU has entered UEFI
| 4 | OS Booting | CPU has entered OS
| 5 | OS Running | OS is running
| 6 | OS Halted/Shutdown | OS is halted or shutdown
| 7 | Updating | Update in Progress
| 8 | OS Crash Progressing | OS Crash Dump in progress
| 9 | OS Crash Complete | OS Crash Dump complete
| Other | Reserved | Reserved
| 0 | Reset | CPU is in reset / Boot ROM|
| 1 | Firmware #1 | CPU has passed FW checkpoint 1|
| 2 | Firmware #2 | CPU has passed FW checkpoint 2|
| 3 | UEFI | CPU has entered UEFI|
| 4 | OS Booting | CPU has entered OS|
| 5 | OS Running | OS is running|
| 6 | OS Halted/Shutdown | OS is halted or shutdown|
| 7 | Updating | Update in Progress|
| 8 | OS Crash Progressing | OS Crash Dump in progress|
| 9 | OS Crash Complete | OS Crash Dump complete|
| Other | Reserved | Reserved|

## Nvidia proposal to extend 196 Boot Progress

from [here](https://opi-project.slack.com/archives/C0342L6T7EC/p1693938501126579)

| Value/Name | Description | Notes/Usage |
| :------------------------ | :------------- | :------- |
| Value/Name | Description |
| :------------------------ | :------------- |
| 0 - Reset/Boot-ROM | The device has just been powered on or reset, and it's initializing basic hardware and loading the first firmware mutable FW components. |
| 1 - Boot stage 1 | FMC (First Mutable Code) is running. |
| 2 - Boot stage 2 | The device has progressed further in the boot process, executing additional instructions to load pre-OS SW. |
Expand Down
2 changes: 1 addition & 1 deletion boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The detailed solutinos and options will have their own pages.

## Terms

| Term | Description
| Term | Description|
|------|----------------------------------------------------------------------|
| AMC | Add-in Management Controller on a PCIe card |
| BMC | Baseboard Management Controller |
Expand Down

0 comments on commit 5b88bd9

Please sign in to comment.