habanalabs/gaudi: increase timeout for boot fit load
The firmware running in the boot stage takes more time to execute due to increased security mechanisms. Therefore, we need to increase the timeout we wait for the boot fit to finish loading. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
214afa974d
commit
230b9b7d45
|
@ -42,7 +42,7 @@
|
|||
#define MAX_POWER_DEFAULT_PCI 200000 /* 200W */
|
||||
#define MAX_POWER_DEFAULT_PMC 350000 /* 350W */
|
||||
|
||||
#define GAUDI_CPU_TIMEOUT_USEC 15000000 /* 15s */
|
||||
#define GAUDI_CPU_TIMEOUT_USEC 30000000 /* 30s */
|
||||
|
||||
#define TPC_ENABLED_MASK 0xFF
|
||||
|
||||
|
|
Loading…
Reference in New Issue