habanalabs: modify wait for boot fit in dynamic FW load
authorOhad Sharabi <osharabi@habana.ai>
Sun, 17 Oct 2021 05:40:28 +0000 (08:40 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Sun, 26 Dec 2021 06:59:03 +0000 (08:59 +0200)
In the dynamic FW load protocol the boot status is updated to
"Ready to Boot" once uboot is active.

Polling on other boot status values is a residue of code duplication
from the static protocol and should be removed.

Signed-off-by: Ohad Sharabi <osharabi@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/firmware_if.c

index 4e68fb9d2a6bd59cad14dc6e525acae39fdc19a8..025707a21882173905cf40e5b56f6090d54313ea 100644 (file)
@@ -2060,7 +2060,6 @@ static int hl_fw_dynamic_wait_for_boot_fit_active(struct hl_device *hdev,
                hdev,
                le32_to_cpu(dyn_loader->comm_desc.cpu_dyn_regs.cpu_boot_status),
                status,
-               (status == CPU_BOOT_STATUS_NIC_FW_RDY) ||
                (status == CPU_BOOT_STATUS_READY_TO_BOOT),
                FW_CPU_STATUS_POLL_INTERVAL_USEC,
                dyn_loader->wait_for_bl_timeout);