Commit f2f17ca0 authored by Mordechay Goodstein's avatar Mordechay Goodstein Committed by Luca Coelho
Browse files

iwlwifi: mvm: add additional info for boot info failures

parent 25246d2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -388,6 +388,8 @@ enum {

#define WFPM_LMAC1_PD_NOTIFICATION      0xa0338c
#define WFPM_ARC1_PD_NOTIFICATION       0xa03044
#define HPM_SECONDARY_DEVICE_STATE      0xa03404


/* For UMAG_GEN_HW_STATUS reg check */
enum {
+4 −0
Original line number Diff line number Diff line
@@ -279,6 +279,10 @@ static void iwl_mvm_print_pd_notification(struct iwl_mvm *mvm)
	else
		IWL_ERR(mvm, "WFPM_LMAC1_PD_NOTIFICATION: 0x%x\n",
			iwl_read_umac_prph(trans, WFPM_LMAC1_PD_NOTIFICATION));

	IWL_ERR(mvm, "HPM_SECONDARY_DEVICE_STATE: 0x%x\n",
		iwl_read_umac_prph(trans, HPM_SECONDARY_DEVICE_STATE));

}

static int iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm,