From 9d5e2e0b21a2e8da75b8d3986fae5526e95b9f21 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Fri, 8 Oct 2021 11:43:46 -0400 Subject: [PATCH] N3000 firmware update for BMC and Retimer Add BMC Retimer bool to functional device-image-upload options. Formatting fixes. Addressed patchset 2 review comments. Signed-off-by: Ron Stone Change-Id: I1bfcf996ef8f3ee3dc4d034cedb2aaf2c3046cec Signed-off-by: Ron Stone --- .../updating-an-intel-n3000-fpga-image.rst | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/doc/source/node_management/kubernetes/hardware_acceleration_devices/updating-an-intel-n3000-fpga-image.rst b/doc/source/node_management/kubernetes/hardware_acceleration_devices/updating-an-intel-n3000-fpga-image.rst index 14f0571dd..65b550157 100644 --- a/doc/source/node_management/kubernetes/hardware_acceleration_devices/updating-an-intel-n3000-fpga-image.rst +++ b/doc/source/node_management/kubernetes/hardware_acceleration_devices/updating-an-intel-n3000-fpga-image.rst @@ -92,40 +92,44 @@ specialized equipment. .. code-block:: none - ~(keystone_admin)$ system device-image-upload functional --bitstream-id --name --description --image-version + ~(keystone_admin)$ system device-image-upload functional --bitstream-id --name --description --image-version --retimer-included In the above :command:`device-image-upload` commands, the following substitutions apply: - **** + ```` The filepath of the binary device image file. - **** + ```` The hexadecimal string identifying the |PCI| vendor ID of the device this image applies to. - **** + ```` The hexadecimal string identifying the |PCI| device ID of the device this image applies to. - **** + ```` A hexidecimal string identifying the root key device image. - **** + ```` A decimal key ID for the key revocation device image. - **** + ```` A hexidecimal string of the functional device image. - **** + ```` The name of the device image \(optional\). - **** + ```` Is the description of the device image \(optional\). - **** + ```` The version of the device image \(optional\). + ``--retimer-included `` + A boolean indicates whether the |BMC| firmware includes a retimer + firmware (optional). + #. Assign a device label to the device. Labels are key-value pairs that are assigned to host |PCI| devices and are @@ -211,7 +215,7 @@ specialized equipment. - Once all pending device updates for the host are complete, :command:`system host-show` will again display an empty - string for **device\_image\_update**. + string for **device_image_update**. #. Lock and unlock the host.