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

Commit 28b87cb2 authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

qcom: memory_dump: add support for qca6290 wlan dump



qca6290's dump is spilt into several small segments due to
memory limitations. When register to msm dump framework,
a two-level lookup table is provided instead of the physical
address of a large dump. Define a new dump data type for qca6290
wlan dump, which is used to identify it from other wlan dump data.

CRs-Fixed: 2001251
Change-Id: Ifef45d5222faac6cef51ca8cb55d268830f4042d
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 68e59426
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012, 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012, 2014-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -76,6 +76,7 @@ enum msm_dump_data_ids {
	MSM_DUMP_DATA_OCMEM = 0xE0,
	MSM_DUMP_DATA_CNSS_WLAN = 0xE1,
	MSM_DUMP_DATA_WIGIG = 0xE2,
	MSM_DUMP_DATA_CNSS_WLAN_V2 = 0xE3,
	MSM_DUMP_DATA_PMIC = 0xE4,
	MSM_DUMP_DATA_DBGUI_REG = 0xE5,
	MSM_DUMP_DATA_DCC_REG = 0xE6,