ath10k: Add support for code swap
Code swap is a mechanism to use host memory to store some fw binary code segment. Ath10k host driver allocates and loads the code swap binary into the host memory and configures the target with the host allocated memory information at the address taken from code swap binary. This patch adds code swap support for firmware binary. Code swap binary for firmware bin is available in ATH10K_FW_IE_FW_CODE_SWAP_IMAGE. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

committed by
Kalle Valo

parent
fd3d6ffbd0
commit
dcb02db106
@@ -124,6 +124,9 @@ enum ath10k_fw_ie_type {
|
||||
* FW API 5 and above.
|
||||
*/
|
||||
ATH10K_FW_IE_HTT_OP_VERSION = 6,
|
||||
|
||||
/* Code swap image for firmware binary */
|
||||
ATH10K_FW_IE_FW_CODE_SWAP_IMAGE = 7,
|
||||
};
|
||||
|
||||
enum ath10k_fw_wmi_op_version {
|
||||
|
Reference in New Issue
Block a user