Skip to content

Commit 4935691

Browse files
author
Tomas Winkler
committed
igsc: doc: add no_update flow to the documenation
Add no_update flow to the documenation. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
1 parent 0c0cdd7 commit 4935691

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/images/gsc_fwu_update_flow.plantuml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ group update needed
1616
end
1717
SW -> FW: fwu_get_version
1818
FW -> SW: fw_version_response
19+
20+
SW -> FW: fw_no_update
1921
end
2022
@enduml

doc/images/gsc_fwu_update_flow.png

-27 KB
Loading

doc/introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ library enables some of those checks to be done prior to writing to device.
9595
while firmware perform additional step and reboots. When the `competion` bit
9696
is set and `fw udate state` is idle the process has completed.
9797
6. The library queries for firmware version again and verifies that the new
98-
7. The library (on windows) sends `fw no update` message. On Linux this step
99-
is performed by the Linux kernel driver.
98+
7. The library sends `fw no update` message.
10099

101100
1.5.2 OPROM Update
102101
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)