Commit 3b398400 authored by Oded Gabbay's avatar Oded Gabbay

habanalabs: update firmware files to latest

Update the firmware files to the latest from the firmware team.
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 7bd1e23e
...@@ -107,7 +107,9 @@ enum pq_init_status { ...@@ -107,7 +107,9 @@ enum pq_init_status {
PQ_INIT_STATUS_NA = 0, PQ_INIT_STATUS_NA = 0,
PQ_INIT_STATUS_READY_FOR_CP, PQ_INIT_STATUS_READY_FOR_CP,
PQ_INIT_STATUS_READY_FOR_HOST, PQ_INIT_STATUS_READY_FOR_HOST,
PQ_INIT_STATUS_READY_FOR_CP_SINGLE_MSI PQ_INIT_STATUS_READY_FOR_CP_SINGLE_MSI,
PQ_INIT_STATUS_LEN_NOT_POWER_OF_TWO_ERR,
PQ_INIT_STATUS_ILLEGAL_Q_ADDR_ERR
}; };
/* /*
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef HL_BOOT_IF_H #ifndef HL_BOOT_IF_H
#define HL_BOOT_IF_H #define HL_BOOT_IF_H
#define LKD_HARD_RESET_MAGIC 0xED7BD694 #define LKD_HARD_RESET_MAGIC 0xED7BD694 /* deprecated - do not use */
#define HL_POWER9_HOST_MAGIC 0x1DA30009 #define HL_POWER9_HOST_MAGIC 0x1DA30009
#define BOOT_FIT_SRAM_OFFSET 0x200000 #define BOOT_FIT_SRAM_OFFSET 0x200000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment