habanalabs: update to latest hl_boot_if.h
authorOded Gabbay <ogabbay@kernel.org>
Fri, 18 Dec 2020 19:27:54 +0000 (21:27 +0200)
committerOded Gabbay <ogabbay@kernel.org>
Wed, 27 Jan 2021 19:03:49 +0000 (21:03 +0200)
Update the latest version of this file that the F/W exports

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/include/common/hl_boot_if.h

index 1115456cca857e6e1666a18784e460059d74916d..93552d6b59b30512af622bf2727723c2bcb0a2e1 100644 (file)
  * CPU_BOOT_DEV_STS0_PLL_INFO_EN       FW retrieval of PLL info is enabled.
  *                                     Initialized in: linux
  *
+ * CPU_BOOT_DEV_STS0_SP_SRAM_EN                SP SRAM is initialized and available
+ *                                     for use.
+ *                                     Initialized in: preboot
+ *
  * CPU_BOOT_DEV_STS0_CLK_GATE_EN       Clock Gating enabled.
  *                                     FW initialized Clock Gating.
  *                                     Initialized in: preboot
  *                                     statuses.
  *                                     Initialized in: preboot
  *
- * CPU_BOOT_DEV_STS0_SP_SRAM_EN                SP SRAM is initialized and available
- *                                     for use.
- *                                     Initialized in: preboot
- *
  */
 #define CPU_BOOT_DEV_STS0_SECURITY_EN                  (1 << 0)
 #define CPU_BOOT_DEV_STS0_DEBUG_EN                     (1 << 1)