Skip to content

Commit 9dca131

Browse files
dhirschfeld1ogabbay
authored andcommitted
accel/habanalabs: add fw status SHUTDOWN_PREP
update hl_boot_if.h from specs to include CPU_BOOT_STATUS_FW_SHUTDOWN_PREP Signed-off-by: Dafna Hirschfeld <dhirschfeld@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
1 parent 3824be1 commit 9dca131

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/linux/habanalabs/hl_boot_if.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ enum cpu_boot_status {
394394
CPU_BOOT_STATUS_WAITING_FOR_BOOT_FIT = 16,
395395
/* Internal Security has been initialized, device can be accessed */
396396
CPU_BOOT_STATUS_SECURITY_READY = 17,
397+
/* FW component is preparing to shutdown and communication with host is not available */
398+
CPU_BOOT_STATUS_FW_SHUTDOWN_PREP = 18,
397399
};
398400

399401
enum kmd_msg {

0 commit comments

Comments
 (0)