18e99ea8dSJohannes Berg /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 28e99ea8dSJohannes Berg /* 3*708d8c53SJohannes Berg * Copyright (C) 2012-2014, 2018, 2020-2021 Intel Corporation 48e99ea8dSJohannes Berg * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 58e99ea8dSJohannes Berg * Copyright (C) 2016-2017 Intel Deutschland GmbH 68e99ea8dSJohannes Berg */ 7d172a5efSJohannes Berg #ifndef __iwl_fw_api_alive_h__ 8d172a5efSJohannes Berg #define __iwl_fw_api_alive_h__ 9d172a5efSJohannes Berg 10d172a5efSJohannes Berg /* alive response is_valid values */ 11d172a5efSJohannes Berg #define ALIVE_RESP_UCODE_OK BIT(0) 12d172a5efSJohannes Berg #define ALIVE_RESP_RFKILL BIT(1) 13d172a5efSJohannes Berg 14d172a5efSJohannes Berg /* alive response ver_type values */ 15d172a5efSJohannes Berg enum { 16d172a5efSJohannes Berg FW_TYPE_HW = 0, 17d172a5efSJohannes Berg FW_TYPE_PROT = 1, 18d172a5efSJohannes Berg FW_TYPE_AP = 2, 19d172a5efSJohannes Berg FW_TYPE_WOWLAN = 3, 20d172a5efSJohannes Berg FW_TYPE_TIMING = 4, 21d172a5efSJohannes Berg FW_TYPE_WIPAN = 5 22d172a5efSJohannes Berg }; 23d172a5efSJohannes Berg 24d172a5efSJohannes Berg /* alive response ver_subtype values */ 25d172a5efSJohannes Berg enum { 26d172a5efSJohannes Berg FW_SUBTYPE_FULL_FEATURE = 0, 27d172a5efSJohannes Berg FW_SUBTYPE_BOOTSRAP = 1, /* Not valid */ 28d172a5efSJohannes Berg FW_SUBTYPE_REDUCED = 2, 29d172a5efSJohannes Berg FW_SUBTYPE_ALIVE_ONLY = 3, 30d172a5efSJohannes Berg FW_SUBTYPE_WOWLAN = 4, 31d172a5efSJohannes Berg FW_SUBTYPE_AP_SUBTYPE = 5, 32d172a5efSJohannes Berg FW_SUBTYPE_WIPAN = 6, 33d172a5efSJohannes Berg FW_SUBTYPE_INITIALIZE = 9 34d172a5efSJohannes Berg }; 35d172a5efSJohannes Berg 36d172a5efSJohannes Berg #define IWL_ALIVE_STATUS_ERR 0xDEAD 37d172a5efSJohannes Berg #define IWL_ALIVE_STATUS_OK 0xCAFE 38d172a5efSJohannes Berg 39d172a5efSJohannes Berg #define IWL_ALIVE_FLG_RFKILL BIT(0) 40d172a5efSJohannes Berg 4122463857SShahar S Matityahu struct iwl_lmac_debug_addrs { 42d172a5efSJohannes Berg __le32 error_event_table_ptr; /* SRAM address for error log */ 43d172a5efSJohannes Berg __le32 log_event_table_ptr; /* SRAM address for LMAC event log */ 44d172a5efSJohannes Berg __le32 cpu_register_ptr; 45d172a5efSJohannes Berg __le32 dbgm_config_ptr; 46d172a5efSJohannes Berg __le32 alive_counter_ptr; 47d172a5efSJohannes Berg __le32 scd_base_ptr; /* SRAM address for SCD */ 48d172a5efSJohannes Berg __le32 st_fwrd_addr; /* pointer to Store and forward */ 49d172a5efSJohannes Berg __le32 st_fwrd_size; 5022463857SShahar S Matityahu } __packed; /* UCODE_DEBUG_ADDRS_API_S_VER_2 */ 5122463857SShahar S Matityahu 5222463857SShahar S Matityahu struct iwl_lmac_alive { 5322463857SShahar S Matityahu __le32 ucode_major; 5422463857SShahar S Matityahu __le32 ucode_minor; 5522463857SShahar S Matityahu u8 ver_subtype; 5622463857SShahar S Matityahu u8 ver_type; 5722463857SShahar S Matityahu u8 mac; 5822463857SShahar S Matityahu u8 opt; 5922463857SShahar S Matityahu __le32 timestamp; 6022463857SShahar S Matityahu struct iwl_lmac_debug_addrs dbg_ptrs; 61d172a5efSJohannes Berg } __packed; /* UCODE_ALIVE_NTFY_API_S_VER_3 */ 62d172a5efSJohannes Berg 6322463857SShahar S Matityahu struct iwl_umac_debug_addrs { 6422463857SShahar S Matityahu __le32 error_info_addr; /* SRAM address for UMAC error log */ 6522463857SShahar S Matityahu __le32 dbg_print_buff_addr; 6622463857SShahar S Matityahu } __packed; /* UMAC_DEBUG_ADDRS_API_S_VER_1 */ 6722463857SShahar S Matityahu 68d172a5efSJohannes Berg struct iwl_umac_alive { 69d172a5efSJohannes Berg __le32 umac_major; /* UMAC version: major */ 705cd2d8fcSEmmanuel Grumbach __le32 umac_minor; /* UMAC version: minor */ 7122463857SShahar S Matityahu struct iwl_umac_debug_addrs dbg_ptrs; 72d172a5efSJohannes Berg } __packed; /* UMAC_ALIVE_DATA_API_S_VER_2 */ 73d172a5efSJohannes Berg 749422b978SLuca Coelho struct iwl_sku_id { 75eb95a26cSJohannes Berg __le32 data[3]; 769422b978SLuca Coelho } __packed; /* SKU_ID_API_S_VER_1 */ 779422b978SLuca Coelho 789422b978SLuca Coelho struct iwl_alive_ntf_v3 { 79d172a5efSJohannes Berg __le16 status; 80d172a5efSJohannes Berg __le16 flags; 81d172a5efSJohannes Berg struct iwl_lmac_alive lmac_data; 82d172a5efSJohannes Berg struct iwl_umac_alive umac_data; 839422b978SLuca Coelho } __packed; /* UCODE_ALIVE_NTFY_API_S_VER_3 */ 84d172a5efSJohannes Berg 859422b978SLuca Coelho struct iwl_alive_ntf_v4 { 86d172a5efSJohannes Berg __le16 status; 87d172a5efSJohannes Berg __le16 flags; 88d172a5efSJohannes Berg struct iwl_lmac_alive lmac_data[2]; 89d172a5efSJohannes Berg struct iwl_umac_alive umac_data; 909422b978SLuca Coelho } __packed; /* UCODE_ALIVE_NTFY_API_S_VER_4 */ 919422b978SLuca Coelho 929422b978SLuca Coelho struct iwl_alive_ntf_v5 { 939422b978SLuca Coelho __le16 status; 949422b978SLuca Coelho __le16 flags; 959422b978SLuca Coelho struct iwl_lmac_alive lmac_data[2]; 969422b978SLuca Coelho struct iwl_umac_alive umac_data; 979422b978SLuca Coelho struct iwl_sku_id sku_id; 989422b978SLuca Coelho } __packed; /* UCODE_ALIVE_NTFY_API_S_VER_5 */ 99d172a5efSJohannes Berg 100*708d8c53SJohannes Berg struct iwl_imr_alive_info { 101*708d8c53SJohannes Berg __le64 base_addr; 102*708d8c53SJohannes Berg __le32 size; 103*708d8c53SJohannes Berg __le32 enabled; 104*708d8c53SJohannes Berg } __packed; /* IMR_ALIVE_INFO_API_S_VER_1 */ 105*708d8c53SJohannes Berg 106*708d8c53SJohannes Berg struct iwl_alive_ntf_v6 { 107*708d8c53SJohannes Berg __le16 status; 108*708d8c53SJohannes Berg __le16 flags; 109*708d8c53SJohannes Berg struct iwl_lmac_alive lmac_data[2]; 110*708d8c53SJohannes Berg struct iwl_umac_alive umac_data; 111*708d8c53SJohannes Berg struct iwl_sku_id sku_id; 112*708d8c53SJohannes Berg struct iwl_imr_alive_info imr; 113*708d8c53SJohannes Berg } __packed; /* UCODE_ALIVE_NTFY_API_S_VER_6 */ 114*708d8c53SJohannes Berg 115d172a5efSJohannes Berg /** 116d172a5efSJohannes Berg * enum iwl_extended_cfg_flag - commands driver may send before 117d172a5efSJohannes Berg * finishing init flow 118d172a5efSJohannes Berg * @IWL_INIT_DEBUG_CFG: driver is going to send debug config command 119d172a5efSJohannes Berg * @IWL_INIT_NVM: driver is going to send NVM_ACCESS commands 120d172a5efSJohannes Berg * @IWL_INIT_PHY: driver is going to send PHY_DB commands 121d172a5efSJohannes Berg */ 122d172a5efSJohannes Berg enum iwl_extended_cfg_flags { 123d172a5efSJohannes Berg IWL_INIT_DEBUG_CFG, 124d172a5efSJohannes Berg IWL_INIT_NVM, 125d172a5efSJohannes Berg IWL_INIT_PHY, 126d172a5efSJohannes Berg }; 127d172a5efSJohannes Berg 128d172a5efSJohannes Berg /** 129d172a5efSJohannes Berg * struct iwl_extended_cfg_cmd - mark what commands ucode should wait for 130d172a5efSJohannes Berg * before finishing init flows 131d172a5efSJohannes Berg * @init_flags: values from iwl_extended_cfg_flags 132d172a5efSJohannes Berg */ 133d172a5efSJohannes Berg struct iwl_init_extended_cfg_cmd { 134d172a5efSJohannes Berg __le32 init_flags; 135d172a5efSJohannes Berg } __packed; /* INIT_EXTENDED_CFG_CMD_API_S_VER_1 */ 136d172a5efSJohannes Berg 137d172a5efSJohannes Berg /** 138d172a5efSJohannes Berg * struct iwl_radio_version_notif - information on the radio version 139d172a5efSJohannes Berg * ( RADIO_VERSION_NOTIFICATION = 0x68 ) 140d172a5efSJohannes Berg * @radio_flavor: radio flavor 141d172a5efSJohannes Berg * @radio_step: radio version step 142d172a5efSJohannes Berg * @radio_dash: radio version dash 143d172a5efSJohannes Berg */ 144d172a5efSJohannes Berg struct iwl_radio_version_notif { 145d172a5efSJohannes Berg __le32 radio_flavor; 146d172a5efSJohannes Berg __le32 radio_step; 147d172a5efSJohannes Berg __le32 radio_dash; 148d172a5efSJohannes Berg } __packed; /* RADIO_VERSION_NOTOFICATION_S_VER_1 */ 149d172a5efSJohannes Berg 150d172a5efSJohannes Berg enum iwl_card_state_flags { 151d172a5efSJohannes Berg CARD_ENABLED = 0x00, 152d172a5efSJohannes Berg HW_CARD_DISABLED = 0x01, 153d172a5efSJohannes Berg SW_CARD_DISABLED = 0x02, 154d172a5efSJohannes Berg CT_KILL_CARD_DISABLED = 0x04, 155d172a5efSJohannes Berg HALT_CARD_DISABLED = 0x08, 156d172a5efSJohannes Berg CARD_DISABLED_MSK = 0x0f, 157d172a5efSJohannes Berg CARD_IS_RX_ON = 0x10, 158d172a5efSJohannes Berg }; 159d172a5efSJohannes Berg 160d172a5efSJohannes Berg /** 161f130bb75SMordechay Goodstein * enum iwl_error_recovery_flags - flags for error recovery cmd 162f130bb75SMordechay Goodstein * @ERROR_RECOVERY_UPDATE_DB: update db from blob sent 163f130bb75SMordechay Goodstein * @ERROR_RECOVERY_END_OF_RECOVERY: end of recovery 164f130bb75SMordechay Goodstein */ 165f130bb75SMordechay Goodstein enum iwl_error_recovery_flags { 166f130bb75SMordechay Goodstein ERROR_RECOVERY_UPDATE_DB = BIT(0), 167f130bb75SMordechay Goodstein ERROR_RECOVERY_END_OF_RECOVERY = BIT(1), 168f130bb75SMordechay Goodstein }; 169f130bb75SMordechay Goodstein 170f130bb75SMordechay Goodstein /** 171f130bb75SMordechay Goodstein * struct iwl_fw_error_recovery_cmd - recovery cmd sent upon assert 172f130bb75SMordechay Goodstein * @flags: &enum iwl_error_recovery_flags 173f130bb75SMordechay Goodstein * @buf_size: db buffer size in bytes 174f130bb75SMordechay Goodstein */ 175f130bb75SMordechay Goodstein struct iwl_fw_error_recovery_cmd { 176f130bb75SMordechay Goodstein __le32 flags; 177f130bb75SMordechay Goodstein __le32 buf_size; 178f130bb75SMordechay Goodstein } __packed; /* ERROR_RECOVERY_CMD_HDR_API_S_VER_1 */ 179f130bb75SMordechay Goodstein 180d172a5efSJohannes Berg #endif /* __iwl_fw_api_alive_h__ */ 181