Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcad8e42 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach
Browse files

iwlwifi: update the secure mem space and for the CPUs



Also update the timeout for the data verification.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 3c4e2998
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -349,10 +349,10 @@ enum secure_load_status_reg {

#define LMPM_SECURE_INSPECTOR_CODE_MEM_SPACE	(0x400000)
#define LMPM_SECURE_INSPECTOR_DATA_MEM_SPACE	(0x402000)
#define LMPM_SECURE_CPU1_HDR_MEM_SPACE		(0x420000)
#define LMPM_SECURE_CPU2_HDR_MEM_SPACE		(0x420400)
#define LMPM_SECURE_CPU1_HDR_MEM_SPACE		(0x404000)
#define LMPM_SECURE_CPU2_HDR_MEM_SPACE		(0x405000)

#define LMPM_SECURE_TIME_OUT	(100)
#define LMPM_SECURE_TIME_OUT	(50000) /* 5 msec */

/* Rx FIFO */
#define RXF_SIZE_ADDR			(0xa00c88)