summaryrefslogtreecommitdiff
path: root/drivers/misc/habanalabs/include/goya/goya_reg_map.h
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2020-03-28 12:00:07 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2020-05-17 12:06:22 +0300
commitc8aee597bbe2eb7458376cc1116ea4e5a3537764 (patch)
tree0ac86ff71e26a62371195db9e1547a82e3f01c4d /drivers/misc/habanalabs/include/goya/goya_reg_map.h
parent7a65ee046b2238e053f6ebb610e1a082cfc49490 (diff)
downloadlinux-c8aee597bbe2eb7458376cc1116ea4e5a3537764.tar.xz
habanalabs: update firmware definitions
Add comments for the various errors and states of the firmware during boot. Add a mapping of a new register that will tell the driver whether the firmware executed the request from the driver or if it has encountered an error. Add a new enum for the possible values of this register. Reviewed-by: Omer Shpigelman <oshpigelman@habana.ai> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/misc/habanalabs/include/goya/goya_reg_map.h')
-rw-r--r--drivers/misc/habanalabs/include/goya/goya_reg_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/habanalabs/include/goya/goya_reg_map.h b/drivers/misc/habanalabs/include/goya/goya_reg_map.h
index 08061282cd9c..844a6ff5929a 100644
--- a/drivers/misc/habanalabs/include/goya/goya_reg_map.h
+++ b/drivers/misc/habanalabs/include/goya/goya_reg_map.h
@@ -22,6 +22,7 @@
#define mmCPU_CQ_BASE_ADDR_LOW mmPSOC_GLOBAL_CONF_SCRATCHPAD_8
#define mmCPU_CQ_BASE_ADDR_HIGH mmPSOC_GLOBAL_CONF_SCRATCHPAD_9
#define mmCPU_CQ_LENGTH mmPSOC_GLOBAL_CONF_SCRATCHPAD_10
+#define mmCPU_CMD_STATUS_TO_HOST mmPSOC_GLOBAL_CONF_SCRATCHPAD_23
#define mmCPU_BOOT_ERR0 mmPSOC_GLOBAL_CONF_SCRATCHPAD_24
#define mmCPU_BOOT_ERR1 mmPSOC_GLOBAL_CONF_SCRATCHPAD_25
#define mmUPD_STS mmPSOC_GLOBAL_CONF_SCRATCHPAD_26