diff --git a/DpuSystemReady.md b/DpuSystemReady.md index 4600ba7..e553647 100644 --- a/DpuSystemReady.md +++ b/DpuSystemReady.md @@ -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 | diff --git a/PROVISIONING.md b/PROVISIONING.md index 63f790e..b429570 100644 --- a/PROVISIONING.md +++ b/PROVISIONING.md @@ -40,7 +40,7 @@ Adopted | ![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 diff --git a/boot/PLDM.md b/boot/PLDM.md index 720acd9..78d294a 100644 --- a/boot/PLDM.md +++ b/boot/PLDM.md @@ -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. | diff --git a/boot/README.md b/boot/README.md index 49ad919..8cf0bcc 100644 --- a/boot/README.md +++ b/boot/README.md @@ -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 |